Hello All,

I'm trying to concatenate 49 m2ts files into a single m2ts file.  I listed all 
the files in a text file and used the following command.

ffmpeg -analyzeduration 100000M -probesize 100000M -f concat -safe 0 -i 
Concat.TXT -c copy Output_Full_Video.m2ts

After completion, I verify the video with VLC and Windows Media player.  
Instead of the 8+ audio files from the original file(s) I only get a single 
audio and it only plays in VLC not Windows Media Player.

What is the proper way to concatenate files using ffmpeg?

Thank you in advance!

-Ron

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to