ffmpeg: concat videos and images

前端 未结 1 1293
自闭症患者
自闭症患者 2021-01-02 11:18

I have 2 videos (same resolution, same encoding) files that I want to concat and I want to insert some text for 3 seconds between them, as a splitter. I\'m doing this with f

相关标签:
1条回答
  • 2021-01-02 11:43

    My guess is this is all a codec issue -- the PNG turned MP4 is probably not the same codec as your real MP4s.

    Try this -- concatenation of files of different codecs.

    0 讨论(0)
提交回复
热议问题