Hello Terje,
W dniu 2025-06-30 o 21:44, Terje J. Hanssen pisze:
> Seemingly the most important missing part of the documentation's example
> code line
> ffmpeg -f iec61883 -i auto -dvbuffer 100000 out.mpg
> is "-c copy"
Hmm... nope ;p
"-c copy" do NOT convert at all, so you always get source codec on
output (when container support that codec, of course).
AND
.mpg container does NOT support MPEG-2 video (only MPEG-1), that's why
in the previous example ffmpeg converted mpeg2video to mpeg1video
AND
the "default" container that supports mpeg2video is .m2ts (then .ts)
--
Pozdrawiam,
blood...@gmail.com
_______________________________________________
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".