Command 1:
 ffmpeg -ss 10 -copyts -i this.m2ts -map 0 -c copy -sn -dn -muxdelay 0 that.m2ts
Command 2:
 ffmpeg -copyts -i this.m2ts -map 0 -ss 10 -c copy -sn -dn -muxdelay 0 that.m2ts

Let's ignore all the errors both make. And let's ignore the individual errors that they make individually.

Should Command 1 and Command 2 make the same outputs? "Yes" or "No"?

I'm not trying to be rude. I'm simply trying to get a definitive answer to a question that goes to the heart of what ffmpeg is and does.

Regards,
Mark.
_______________________________________________
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