[FFmpeg-trac] #1464(undetermined:new): FFplay regression with H264 high profile input

FFmpeg trac at avcodec.org
Wed Jul 4 07:59:00 CEST 2012


#1464: FFplay regression with H264 high profile input
-------------------------------------+-------------------------------------
             Reporter:  ianm         |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  h264         |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by tadawson):

 Test of GIT referenced above with suggested options is different, but
 still not viable.  The initial image renders cleanly (a first) and the cli
 output appears to be running, but the video is static . . . nothing past
 the first frame.

 Output of test:

 ffplay version N-42169-g6ea973f Copyright (c) 2003-2012 the FFmpeg
 developers
   built on Jul  4 2012 00:49:16 with gcc 4.2.4
   configuration: --prefix=/usr/local/ffmpeg-GIT --disable-asm --disable-
 yasm --disable-optimizations
   libavutil      51. 63.100 / 51. 63.100
   libavcodec     54. 32.100 / 54. 32.100
   libavformat    54. 14.100 / 54. 14.100
   libavdevice    54.  0.100 / 54.  0.100
   libavfilter     3.  0.101 /  3.  0.101
   libswscale      2.  1.100 /  2.  1.100
   libswresample   0. 15.100 /  0. 15.100
 Input #0, mpegts, from '/Images/AVCHD/canon_avchs_ffmpeg.mts':
   Duration: 00:00:01.50, start: 0.471211, bitrate: 7281 kb/s
   Program 1
     Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p,
 1440x1080 [SAR 4:3 DAR 16:9], 59.96 fps, 59.94 tbr, 90k tbn, 59.94 tbc
     Stream #0:1[0x1100]: Audio: ac3 (AC[45]3 / 0x332D4341), 48000 Hz,
 stereo, s16, 256 kb/s
 Frame changed from size:0x0 to size:1440x1080B vq=  264KB sq=    0B f=0/0
 [ffplay_buffer @ 0x8e0ffb0] w:1440 h:1080 pixfmt:yuv420p tb:1/90000 fr:0/1
 sar:4/3 sws_param:
 [ffplay_buffersink @ 0x8e111b0] No opaque field provided

 ldd output for the binary:

 tadawson @ netier3 /usr/local/ffmpeg-GIT/bin <75>: ldd ffplay
         linux-gate.so.1 =>  (0xffffe000)
         libjack.so.0 => /usr/local/lib/libjack.so.0 (0xb77d0000)
         libasound.so.2 => /usr/X11R6/lib/libasound.so.2 (0xb76c0000)
         libSDL-1.2.so.0 => /usr/X11R6/lib/libSDL-1.2.so.0 (0xb760b000)
         libpthread.so.0 => /lib/libpthread.so.0 (0xb75f4000)
         libm.so.6 => /lib/libm.so.6 (0xb75ce000)
         libbz2.so.1 => /lib/libbz2.so.1 (0xb75bc000)
         libz.so.1 => /usr/X11R6/lib/libz.so.1 (0xb75a8000)
         librt.so.1 => /lib/librt.so.1 (0xb759f000)
         libc.so.6 => /lib/libc.so.6 (0xb7453000)
         libstdc++.so.6 => /usr/X11R6/lib/libstdc++.so.6 (0xb736d000)
         libdl.so.2 => /lib/libdl.so.2 (0xb7369000)
         libgcc_s.so.1 => /usr/X11R6/lib/libgcc_s.so.1 (0xb735d000)
         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7276000)
         libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7268000)
         libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0xb7262000)
         libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0xb725a000)
         libvga.so.1 => /usr/X11R6/lib/libvga.so.1 (0xb71dd000)
         /lib/ld-linux.so.2 (0xb780f000)
         libxcb-xlib.so.0 => /usr/X11R6/lib/libxcb-xlib.so.0 (0xb71db000)
         libxcb.so.1 => /usr/X11R6/lib/libxcb.so.1 (0xb71c4000)
         libXau.so.6 => /usr/X11R6/lib/libXau.so.6 (0xb71c1000)
         libXdmcp.so.6 => /usr/X11R6/lib/libXdmcp.so.6 (0xb71bc000)

 This doesn't appear to use much that is codec/video related, but if there
 is anything that might have an impact, please identify it, and I'll see if
 I can update.  Most appears to be just X libs, though, which are not
 easily changed . . .

 - Tim

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1464#comment:15>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list