本帖最后由 abcd498936590 于 2021-5-15 21:04 编辑
报错信息,官方文档 =》 使我绝望如题,当我作为新手,想合并视频的,并且加水印的时候,各种搜吧,反正就是能搜到的教材看了一些。官方文档太乱了。
当我使用命令报错的时候,我使用报错信息上google搜的时候,炸了。居然都搜不到同样错误的相关信息网页。这怎么学???猜吗
我使用这样命令组合,结果不能使用 - ffmpeg -i a.mp4 -vf "movie=logo.jpg[logo];[in][logo]overlay=x='if(gte(((t-2)*80)-w\,W)\,0\,((t-2)*80)-w)':y=0" -c:v h264_nvenc -i 3.mp4 -filter_complex '[0:0] [0:1] [1:0] [1:1] concat=n=2:v=1:a=1 [v] [a]' -map '[v]' -map '[a]' -c:v h264_nvenc as.mp4
复制代码
我使用报错信息-vf/-af/-filter and -filter_complex cannot be used together for the same stream.上google搜,啥都搜不到。 报错信息如下 - Option vf (set video filters) cannot be applied to input url 1.mp4 -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
- Error parsing options for input file 1.mp4.
- Error opening input files: Invalid argument
复制代码 我想求条完整的命令,功能如下1.mp4和a.mp4合并,并且加水印,并且合并,并且生成m3u8切片 我尝试过 新建txt文件写入文件,然后concat,结果第二个视频没有画面,一直卡在第一个视频的最后一帧。两个视频的帧率格式编码都一毛一样
|