[FFmpeg-trac] #2347(avcodec:closed): Recent builds regression bug - KO from 12th Feb 2013 - OK before

FFmpeg trac at avcodec.org
Tue Mar 12 01:39:48 CET 2013


#2347: Recent builds regression bug  - KO from 12th Feb 2013 - OK before
------------------------------------+-----------------------------------
             Reporter:  feelart     |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:  invalid
             Keywords:  libx264     |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by cehoyos):

 Replying to [comment:10 Cigaes]:
 > The automatic selection of the pixel format has been recently changed to
 reduce the possible loss of information:
 > {{{
 > commit b97d61f924eef1a8930f80cd43d0733c12f67f35
 > }}}

 I don't think this commit is related to this particular issue, iirc it
 fixes the case where a filter is specified on the command line and the
 filter does not support the input colour-space and does not support the
 optimal colour-space for the output stream (and instead of the optimal
 colour-space a colour-space supported by filter and encoder was chosen,
 typically gray), the "problem" here was reproducible before:
 {{{
 ./ffmpeg -i tests/lena.pnm out.jpg
 ffmpeg version N-50095-gb9237aa Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Mar 12 2013 01:32:13 with gcc 4.7 (SUSE Linux)
   configuration:
   libavutil      52. 17.102 / 52. 17.102
   libavcodec     54. 92.100 / 54. 92.100
   libavformat    54. 63.100 / 54. 63.100
   libavdevice    54.  3.103 / 54.  3.103
   libavfilter     3. 38.103 /  3. 38.103
   libswscale      2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
 Input #0, image2, from 'tests/lena.pnm':
   Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
     Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc
 Output #0, image2, to 'out.jpg':
   Metadata:
     encoder         : Lavf54.63.100
     Stream #0:0: Video: mjpeg, yuvj444p, 256x256, q=2-31, 200 kb/s, 90k
 tbn, 25 tbc
 Stream mapping:
   Stream #0:0 -> #0:0 (ppm -> mjpeg)
 Press [q] to stop, [?] for help
 frame=    1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A
 video:16kB audio:0kB subtitle:0 global headers:0kB muxing overhead
 -100.134130%
 }}}

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


More information about the FFmpeg-trac mailing list