AutoSeed icon indicating copy to clipboard operation
AutoSeed copied to clipboard

全自动发种姬 [流程图 https://www.processon.com/view/link/5c088855e4b0ca4b40c93a49 ]

Results 3 AutoSeed issues
Sort by recently updated
recently updated
newest added

ubuntu bash运行时显示无transmission-remote,使用apt install 无法找到该软件包,想使用qbittorrent作为转种客户端

ubuntu本省存储不大,不太方便进行这个操作; 可否添加在win下使用的工具,谢谢!

目前的实现方式如下: https://github.com/rachpt/AutoSeed/blob/96510bfaca75c24d38f3f52f0a9f82da0050d570/get_desc/info.sh#L27 使用 `framestep` 几乎遍历整个文件 取帧,然后使用 `tile` 合在一张jpg图片里面。 优点是代码较简洁,缺点相当突出: 相当于 快进播放一遍视频,对 cpu占用加大,时间 10-40秒不等,和视频时长与质量正相关。 ![](https://ws1.sinaimg.cn/large/675bda05ly1fz1l3uf2alj20tu0gi78a.jpg) 改进思路: 1. 先计算等分截图时间点 帧转 秒, 2. 使用循环,`ffmpeg -ss "$each_time" -i "$file" -frames 1 outfile...`,-ss 在 -i...

enhancement