Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above video has 4 streams. Lets try to join join streams 0,1 and 3.


Code Block
themeEmacs
ffmpeg -f concat -safe 0 -i filesToMerge.txt -c copy -map 0:0 -map 0:1 -map 0:3 -c:v libx264 -pix_fmt yuv420p video-merged.mp4

...