使用ffmpeg进行多个视频合并过程中出现了“unsafe file name”错误,解决的办法是加个-safe 0
参数:
./ffmpeg.exe -f concat -safe 0 -i ./fileToMerge.txt -c copy -y ./out.mp4
上面的命令是合并多个mp4文件。
使用ffmpeg进行多个视频合并过程中出现了“unsafe file name”错误,解决的办法是加个-safe 0
参数:
./ffmpeg.exe -f concat -safe 0 -i ./fileToMerge.txt -c copy -y ./out.mp4
上面的命令是合并多个mp4文件。
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com