Everything You Need To Startup Your Media Project: Viral Video Generator, Viral Video Analyzer, Trend Analyzer, Automated Email Account Registration, Download Only A Portion Of Video, Peek Video Screenshots
Microsoft powered recommendation system, has now joined the Linux Foundation.
CantoonSegmentation can be used for creating visual effects over static cartoon images.
use grammar or state machine to constraint how llm generate tokens, in order to perform actions and call tools correctly
remove vocal from video and from music downloaded from web, then execute shazam. or only remove vocal from video and execute music search.
voice auto translation by meta
use attention visualization to create pan effects, focus on different parts and illustrate separately
to get response fast, you need to create content fast. sometimes it is important to degrade aspects like resolution and more.
https://github.com/audio-agi/audiosep
changedetection get website updates
自动删评机器人:
根据对类似内容的评论预期(结合大模型)进行删除
根据情感分析删除不利评论
根据视频内容 标题调整封面人物表情
造仿制b站 收集用户点击数据
b站禁用了手机端搜索接口的页面数目,但没有限制电脑端搜索页面数目,估计是为了避免二创素材收集不受影响。
deep danbooru for anime comprehension, scene understanding etc
Do not use removable drives (NAS?) as scratch/data disk for long-term programs. Instead, use internal drives.
If possible, first sync all necessary files from removable drives to internal disk, then run the long-running program from there, or first run from rootfs, then jump to removable drives. When error occurs, check if disk is unmounted, try different methods to reload them and rerun the program.
Another possible cause is insufficient current. Check for similar issues online.
短视频内部模拟不同视频上下翻页效果
如果封面提取关键词进行训练并更换 尝试自己生成配图和文字的方法难以实现 可以考虑更换字体和色彩 文字内容不变
封面文字遵循一定的阅读顺序 从上到下 从左到右 可以设立排版以及合并(用于训练)规则
youtube now can auto generate video chapters, which might be part of text/video summarization.
multinational, multilingual, subtitles, localizations
models for content generation:
one-for-all multi-modal generation
magma: a GPT-style multimodal model that can understand any combination of images and language
视频创作导航 可以用来找自动化创作视频的思路
字由 识别字体 下载免费字体
tools for startup companies, including:
[Website]
[Design]
[Support and customer communication]
[Payments, billing and distribution]
[User Analytics and Reporting]
[Business Analytics]
[Automation]
[HR and Payroll]
[Forms and Surveys]
[Tech]
[Product building]
[Marketing and growth]
[Collaboration]
[Build a chatbot]
[Domains and naming]
[Legal, Account and Invoicing]
[Funding]
[Sales]
[Communities]
[Learn]
[A/B testing]
[Launch]
[Other]
a list of live streaming and content creation tools:
[Content Creation]
[Sponsors And Affiliate]
[Setup Guides]
[Branding]
[Discord Creation]
[Brand Website]
[Uncopyrighted Music]
[FPS Accuracy]
[Subathon Framework]
[Video Editing]
[OpSec]
[Stat Tracking]
[Game Development]
[V-Tubing]
[How To Start An LLC]
收集大up主的名字 根据提取出来的名词 清除文案中的含有名字的句子
for information cascade, treat recommendation system as your target data, and fit your content into the prediction of “to-view” video of popular videos
分析弹幕关键词是否与大量其他视频标题相重合
B站撞车搬运检测:
油管有带有英文番剧名称的AMV/MAD剪辑
通过B站搜索Weibo Tumblr Tiktok Youtube的视频ID 或者名称,可以找出视频是否被转载
通过搜索其他网站的前缀 比如https://www.youtube.com
可以得到被转载视频的链接 但是感觉数据不是很靠谱 不是很火的那种 要看大流量的还是得爬首页推荐链接 根据话题搜索
video highlights extraction
although you may want to train/extract that manually, it would sure be tedious and not self-updating (unless using reinforcement learning).
often we determine highlights by sound, visual and voice together. highlights often can be identified without too much context, so it can be chunk based.
bilibili
b站的高能进度条 在油管被叫做”most replayed”
b站有弹幕 所以可以根据弹幕找到精彩片段 VClimax是一个浏览器插件 可以通过弹幕单位时间增长速率,设置相关的阈值,来定位最精彩的内容 (弹幕密度怕还是得要分析) 跳转部分番剧OP 视频搞笑片段精准定位 (怕还得是要机器学习)
bilibili Danmaku Skip is another browser plugin which will identify highlights by analyzing danmaku with parameters like threshold, interval and bias
youtube
youtube’s most played data can be extracted by:
youtube-heatmap (nodejs, using puppeteer (bad!))
youtube operational api’s (powered by shared API keys and info extractors without key), while apparantly youtube-most-replayed is using this service to retrieve the data from yt.lemonslife.com powered by this library
youtube.js (reverse engineered innertube api) added support for chapters and video heatmap
youtube-dl search youtube video
youtube-dl "ytsearch[optional_result_limit]:[query]"
# pass query url directly to allow pagination or filters
youtube-dl "https://www.youtube.com/results?search_query=how+to+create+android+app+in+android+studio&page=1"
record live streaming video, upload video
biliup & biliup-rs (commandline program)
全自动录播、投稿工具,也支持twitch、ytb频道搬运。提供分p上传b站接口
其实直播回放没有什么好看的 很单调 另外b站上传之后可以获得视频预测标签
youtube automation toolkit post same content to multiple platforms: bilibili, douyin, douyu, instagram, reddit, spotify, tiktok, twitch
though the idea is correct by posting original content to multiple platforms to prevent pirating, but the description/title generation is a vital part of the process, which must be done intelligibly (AI or human). as for now the repo is just full of links. if you want tools you click given link.
Download a portion of video
yt-dlp (latest)
check pyjom/tests/download_sections_video_portion_partial_download_youtube_yt_dlp_bilibili/test_bilibili.sh
for advanced usage of yt-dlp and more on bilibili parsing.
SINCE YT-DLP IS UPDATED YOU CAN USE --download-sections
ARGUMENT FOR YOUTUBE
If you want to download multiple sections of same video, you must specify video output format string via -o
But when using that without “–force-keyframes-at-cuts” (skip re-encoding which can speed up thing but not ensuring quality of video at tail), you better keep margin at tail for 10 seconds (could glitch at last 5 seconds) and head for 5 seconds (maybe head margin is not needed?).
youtube-dl
first acquire download url: youtube-dl [--youtube-skip-dash-manifest] [-f 18] -g "https://www.youtube.com/watch?v=V_f2QkBdbRI"
(you need to force the format.)
then use ffmpeg with the url to chop the slice: ffmpeg -ss 00:00:15.00 -i "OUTPUT-OF-FIRST URL" -t 00:00:10.00 -c copy out.mp4
RangeDownloader by A-Soul-Database
A-Soul-Database is a live-streaming replay record database designed for vtubers, organized in some way for easy information retrieval.
RangeDownloader is acting like a server, though sometimes we are not sure how fast(er) it can really be.