[FFmpeg-user] Cleaning up codeline to grab and record HDV video using Firewire/libiec61883
BloodMan
bloodman at gmail.com
Mon Jun 30 23:28:18 EEST 2025
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,
bloodman at gmail.com
More information about the ffmpeg-user
mailing list