[FFmpeg-user] Storing scan-type/interlaced in MXF?
Carl Eugen Hoyos
ceffmpeg at gmail.com
Wed Oct 31 14:28:55 EET 2018
2018-10-31 13:11 GMT+01:00, Peter B. <pb at das-werkstatt.com>:
> $ ffmpeg-git -f lavfi -i testsrc=size=720x576:rate=30000/1001 -c:v
> libopenjpeg -pix_fmt yuv422p10le -t 1 -an -top 1 delme.mxf
>From a quick look, interlaced mxf is only supported for selected
codecs (that support interlaced encoding), not for j2k.
Are you maybe expecting an output file with field encoding? This
is generally not supported in FFmpeg, neither for reading nor for
writing.
Carl Eugen
More information about the ffmpeg-user
mailing list