Loading... 从B站下载的一些高清视频很多时候需要手动做合并处理。 ## 实现命令 ```shell ffmpeg -i out.mp4 -i out.aac \ -c:v copy -c:a copy \ -strict experimental \ -new.mp4 ``` ## 部分参数解释 -c:v copy :视频只拷贝,不编解码 -c:a copy : 音频只拷贝,不编解码 -strict experimental:解锁实验项目 new.mp4 :输出的视频文件,文件的大小由两个输入文件的大小的决定。 Last modification:February 12, 2025 © Allow specification reprint Support Appreciate the author AliPayWeChat Like If you think my article is useful to you, please feel free to appreciate