[FFmpeg-trac] #2033(undetermined:new): Regression creating images in ffmpeg 1.0
FFmpeg
trac at avcodec.org
Mon Dec 17 08:47:43 CET 2012
#2033: Regression creating images in ffmpeg 1.0
-------------------------------------+-------------------------------------
Reporter: doublemax | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: unspecified | undetermined
Keywords: | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by doublemax):
Sorry. The first five images are fine, the last 15 images are damaged.
This happens only on Centos6 64bit (Centos6 32bit is fine):
{{{
ffmpeg -i regression.flv -f image2 -r 1 -vcodec mjpeg -vframes 20 -qscale
1 %d.jpg
ffmpeg version N-47885-g718eab5 Copyright (c) 2000-2012 the FFmpeg
developers
built on Dec 16 2012 10:26:35 with gcc 4.4.6 (GCC) 20120305 (Red Hat
4.4.6-4)
configuration: --prefix=/usr/local --enable-gpl --enable-version3
--enable-nonfree --enable-bzlib --enable-zlib --enable-libx264 --enable-
libfaac --enable-libvo-aacenc --enable-libaacplus --enable-libmp3lame
--enable-libcelt --enable-libspeex
libavutil 52. 12.100 / 52. 12.100
libavcodec 54. 80.100 / 54. 80.100
libavformat 54. 49.102 / 54. 49.102
libavdevice 54. 3.102 / 54. 3.102
libavfilter 3. 27.102 / 3. 27.102
libswscale 2. 1.103 / 2. 1.103
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Input #0, flv, from 'regression.flv':
Metadata:
starttime : 0
totalduration : 532
totaldatarate : 944
bytelength : 62755813
canseekontime : true
sourcedata : B4A7DDA27MH1353476116770896
purl :
pmsg :
Duration: 00:08:51.63, start: 0.000000, bitrate: 944 kb/s
Stream #0:0: Video: h264 (Main), yuv420p, 640x480, 826 kb/s, 29.97
tbr, 1k tbn, 59.94 tbc
Stream #0:1: Audio: aac, 44100 Hz, stereo, fltp, 131 kb/s
Please use -q:a or -q:v, -qscale is ambiguous
Output #0, image2, to '%d.jpg':
Metadata:
starttime : 0
totalduration : 532
totaldatarate : 944
bytelength : 62755813
canseekontime : true
sourcedata : B4A7DDA27MH1353476116770896
purl :
pmsg :
encoder : Lavf54.49.102
Stream #0:0: Video: mjpeg, yuvj420p, 640x480, q=2-31, 200 kb/s, 90k
tbn, 1 tbc
Stream mapping:
Stream #0:0 -> #0:0 (h264 -> mjpeg)
Press [q] to stop, [?] for help
Error while decoding stream #0:0: Operation not permitted
Last message repeated 274 times
frame= 20 fps=0.0 q=0.0 Lsize= 0kB time=00:00:20.00 bitrate=
0.0kbits/s dup=0 drop=118
video:1086kB audio:0kB subtitle:0 global headers:0kB muxing overhead
-100.000000%
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2033#comment:6>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list