[FFmpeg-trac] #3000(undetermined:new): wmalossless sample breaks ffplay -autoexit
FFmpeg
trac at avcodec.org
Thu Sep 26 08:03:37 CEST 2013
#3000: wmalossless sample breaks ffplay -autoexit
-------------------------------------+-------------------------------------
Reporter: cehoyos | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: git- | undetermined
master | Keywords: wmalossless
Blocked By: | Blocking:
Reproduced by developer: 0 | Analyzed by developer: 0
-------------------------------------+-------------------------------------
The sample from ticket #2993 does not exit on eof with -autoexit.
http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2993/
{{{
$ ffplay vc1.wmv -autoexit
ffplay version N-56667-g32cde96 Copyright (c) 2003-2013 the FFmpeg
developers
built on Sep 26 2013 07:44:39 with gcc 4.7 (SUSE Linux)
configuration: --enable-gpl
libavutil 52. 46.100 / 52. 46.100
libavcodec 55. 33.100 / 55. 33.100
libavformat 55. 18.102 / 55. 18.102
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 87.100 / 3. 87.100
libswscale 2. 5.100 / 2. 5.100
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
Input #0, asf, from 'vc1.wmv':= 0KB vq= 0KB sq= 0B f=0/0
Metadata:
WMFSDKNeeded : 0.0.0.0000
DeviceConformanceTemplate: N1
WM/WMADRCPeakReference: 32734
WM/WMADRCPeakTarget: 32734
WM/WMADRCAverageReference: 2710
WM/WMADRCAverageTarget: 2710
WMFSDKVersion : 10.00.00.4054
IsVBR : 1
Duration: 00:02:51.79, start: 0.000000, bitrate: 1112 kb/s
Stream #0:0(eng): Video: vc1 (Advanced) (WMVA / 0x41564D57), yuv420p,
160x120, 571 kb/s, 24 tbr, 1k tbn, 1k tbc
Stream #0:1(eng): Audio: wmalossless (c[1][0][0] / 0x0163), 44100 Hz,
stereo, s16p, 677 kb/s
[wmalossless @ 0x7fafdc002820] buf size 0 invalid
[wmalossless @ 0x7fafdc002820] buf size 0 invalid
[wmalossless @ 0x7fafdc002820] buf size 0 invalid
[wmalossless @ 0x7fafdc002820] Found empty subframe
[wmalossless @ 0x7fafdc002820] buf size 0 invalid
Last message repeated 22 times
...
}}}
{{{
$ ffplay vc1.wmv -an -autoexit
ffplay version N-56667-g32cde96 Copyright (c) 2003-2013 the FFmpeg
developers
built on Sep 26 2013 07:44:39 with gcc 4.7 (SUSE Linux)
configuration: --enable-gpl
libavutil 52. 46.100 / 52. 46.100
libavcodec 55. 33.100 / 55. 33.100
libavformat 55. 18.102 / 55. 18.102
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 87.100 / 3. 87.100
libswscale 2. 5.100 / 2. 5.100
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
Input #0, asf, from 'vc1.wmv':= 0KB vq= 0KB sq= 0B f=0/0
Metadata:
WMFSDKNeeded : 0.0.0.0000
DeviceConformanceTemplate: N1
WM/WMADRCPeakReference: 32734
WM/WMADRCPeakTarget: 32734
WM/WMADRCAverageReference: 2710
WM/WMADRCAverageTarget: 2710
WMFSDKVersion : 10.00.00.4054
IsVBR : 1
Duration: 00:02:51.79, start: 0.000000, bitrate: 1112 kb/s
Stream #0:0(eng): Video: vc1 (Advanced) (WMVA / 0x41564D57), yuv420p,
160x120, 571 kb/s, 24 tbr, 1k tbn, 1k tbc
Stream #0:1(eng): Audio: wmalossless (c[1][0][0] / 0x0163), 44100 Hz,
stereo, s16p, 677 kb/s
171.75 M-V: -0.038 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/3000>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list