[FFmpeg-trac] #9320(undetermined:new): mpeg2video can't be TFF with progressive source

FFmpeg trac at avcodec.org
Wed Jul 7 16:31:52 EEST 2021


#9320: mpeg2video can't be TFF with progressive source
-------------------------------------+-------------------------------------
             Reporter:  Paul         |                    Owner:  (none)
  Pacifico                           |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  mpeg2video   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Paul Pacifico):

 Replying to [comment:1 Carl Eugen Hoyos]:
 > Please provide the command line you tested together with the complete,
 uncut console output to make this a valid ticket.

 Here is the command:
 {{{
 ffmpeg -i "/Users/paulpacifico/Desktop/C0002.MP4" -an -c:v mpeg2video -b:v
 50M -pix_fmt yuv422p -flags +ildct+ilme -top 1
 "/Users/paulpacifico/Desktop/output.mxf"
 }}}

 and the log:

 {{{
 ffmpeg version N-102564-g2261cc6d8a Copyright (c) 2000-2021 the FFmpeg
 developers
   built with Apple clang version 12.0.5 (clang-1205.0.22.9)
   configuration: --cc=/usr/bin/clang
 --prefix=/Users/paulpacifico/FFmpeg/WORKSPACE/builds --extra-
 cflags='-framework openAL' --extra-ldflags='-framework openAL' --pkg-
 config-flags=--static --extra-ldexeflags=-Bstatic
 --shlibdir='@loader_path' --disable-static --enable-shared --enable-gpl
 --enable-version3 --enable-sdl2 --enable-openal --enable-opengl --enable-
 fontconfig --enable-iconv --enable-libass --enable-libdav1d --enable-
 libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-
 libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libsnappy
 --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwebp
 --enable-libx264 --enable-libx265 --enable-libzimg --enable-lzma --enable-
 zlib --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc
 --enable-libxvid --enable-libgsm --enable-libsvtav1 --enable-appkit
 --enable-avfoundation --enable-coreimage --enable-audiotoolbox
   libavutil      57.  0.100 / 57.  0.100
   libavcodec     59.  1.100 / 59.  1.100
   libavformat    59.  2.100 / 59.  2.100
   libavdevice    59.  0.100 / 59.  0.100
   libavfilter     8.  0.101 /  8.  0.101
   libswscale      6.  0.100 /  6.  0.100
   libswresample   4.  0.100 /  4.  0.100
   libpostproc    56.  0.100 / 56.  0.100
 Guessed Channel Layout for Input Stream #0.1 : stereo
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
 '/Users/paulpacifico/Desktop/C0002.MP4':
   Metadata:
     major_brand     : XAVC
     minor_version   : 16785407
     compatible_brands: XAVCmp42iso2
     creation_time   : 2021-06-28T08:50:33.000000Z
   Duration: 00:00:05.76, start: 0.000000, bitrate: 47893 kb/s
   Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc),
 1920x1080 [SAR 1:1 DAR 16:9], 46146 kb/s, 25 fps, 25 tbr, 25k tbn
 (default)
     Metadata:
       creation_time   : 2021-06-28T08:50:33.000000Z
       handler_name    : Video Media Handler
       vendor_id       : [0][0][0][0]
       encoder         : AVC Coding
   Stream #0:1(und): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz,
 stereo, s16, 1536 kb/s (default)
     Metadata:
       creation_time   : 2021-06-28T08:50:33.000000Z
       handler_name    : Sound Media Handler
       vendor_id       : [0][0][0][0]
   Stream #0:2(und): Data: none (rtmd / 0x646D7472), 204 kb/s (default)
     Metadata:
       creation_time   : 2021-06-28T08:50:33.000000Z
       handler_name    : Timed Metadata Media Handler
       timecode        : 22:56:08:05
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> mpeg2video (native))
 Press [q] to stop, [?] for help
 [swscaler @ 0x138070000] deprecated pixel format used, make sure you did
 set range correctly
 Output #0, mxf, to '/Users/paulpacifico/Desktop/output.mxf':
   Metadata:
     major_brand     : XAVC
     minor_version   : 16785407
     compatible_brands: XAVCmp42iso2
     encoder         : Lavf59.2.100
   Stream #0:0(und): Video: mpeg2video (4:2:2), yuv422p(tv, progressive),
 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 50000 kb/s, 25 fps, 25 tbn (default)
     Metadata:
       creation_time   : 2021-06-28T08:50:33.000000Z
       handler_name    : Video Media Handler
       vendor_id       : [0][0][0][0]
       encoder         : Lavc59.1.100 mpeg2video
     Side data:
       cpb: bitrate max/min/avg: 0/0/50000000 buffer size: 0 vbv_delay: N/A
 frame=  144 fps=103 q=2.0 Lsize=    7660kB time=00:00:05.72
 bitrate=10970.5kbits/s speed=4.11x
 video:7539kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 1.603199%
 }}}

 Thanks,
 Paul.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9320#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list