只需一步,快速开始
使用道具 举报
find . -name *.avi -exec ffmpeg -i {} {}_output.mp4 \;
find ~/Movies/Test/ -name "*.ts" -exec ffmpeg -i {} -c copy -y -t 20 {}_output.mp4 \;
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|Archiver|ChinaFFmpeg
GMT+8, 2024-12-27 12:08 , Processed in 0.055674 second(s), 16 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.