[FFmpeg-trac] #2320(undetermined:new): "100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis

FFmpeg trac at avcodec.org
Tue Mar 5 05:33:46 CET 2013


#2320: "100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis
--------------------------------+----------------------------------------
             Reporter:  Berbe   |                    Owner:
                 Type:  defect  |                   Status:  new
             Priority:  normal  |                Component:  undetermined
              Version:  1.0.5   |               Resolution:
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+----------------------------------------

Comment (by Berbe):

 Replying to [comment:4 cehoyos]:
 > Why does it not work? Did you try -strict -2 ?
 I didn't want to pollute the current ticket focused on the libvorvis bug,
 but here is my try (no, -strict -2 doesn't work, but -strict experimental
 does)
 I don't understand why I need to specify the requested parameters, and
 there seem to be a problem with the channels number.
 {{{
 % ffmpeg -i 2012-11-23_21-02-59.avi -strict experimental -c:a vorbis
 2012-11-23_21-02-59.webm
 ffmpeg version 1.0.4 Copyright (c) 2000-2012 the FFmpeg developers
   built on Feb  8 2013 13:28:51 with gcc 4.7 (Debian 4.7.2-5)
   configuration: --prefix=/usr --extra-cflags='-g -O2 -fstack-protector
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security ' --extra-
 ldflags='-Wl,-z,relro' --cc='ccache cc' --enable-shared --enable-
 libmp3lame --enable-gpl --enable-nonfree --enable-libvorbis --enable-
 pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-
 x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb
 --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-
 nonfree --disable-stripping --enable-libvpx --enable-libschroedinger
 --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg
 --enable-librtmp --enable-avfilter --enable-libfreetype --enable-libvo-
 aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus
 --libdir=/usr/lib/x86_64-linux-gnu --disable-vda --enable-libbluray
 --enable-libcdio --enable-gnutls --enable-frei0r --enable-openssl
 --enable-libass --enable-libopus --enable-fontconfig --enable-libdc1394
 --disable-altivec --disable-armv5te --disab  libavutil      51. 73.101 /
 51. 73.101
   libavcodec     54. 59.100 / 54. 59.100
   libavformat    54. 29.104 / 54. 29.104
   libavdevice    54.  2.101 / 54.  2.101
   libavfilter     3. 17.100 /  3. 17.100
   libswscale      2.  1.101 /  2.  1.101
   libswresample   0. 15.100 /  0. 15.100
   libpostproc    52.  0.100 / 52.  0.100
 Guessed Channel Layout for  Input Stream #0.1 : mono
 Input #0, avi, from '2012-11-23_21-02-59.avi':
   Metadata:
     creation_time   : 2012-11-23 21:02:59
     encoder         : OLYMPUS u1030SW/S1030SW
   Duration: 00:00:06.73, start: 0.000000, bitrate: 2741 kb/s
     Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj422p, 320x240, 15
 tbr, 15 tbn, 15 tbc
     Stream #0:1: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 8000 Hz, mono, u8,
 64 kb/s
 File '2012-11-23_21-02-59.webm' already exists. Overwrite ? [y/N] y
 v1.1.0
 [vorbis @ 0x1fde940] Current FFmpeg Vorbis encoder only supports 2
 channels.
 Output #0, webm, to '2012-11-23_21-02-59.webm':
   Metadata:
     encoder         : OLYMPUS u1030SW/S1030SW
     Stream #0:0: Video: vp8, yuv420p, 320x240, q=-1--1, 200 kb/s, 90k tbn,
 15 tbc
     Stream #0:1: Audio: vorbis, 8000 Hz, mono, s16, 128 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (mjpeg -> libvpx)
   Stream #0:1 -> #0:1 (pcm_u8 -> vorbis)
 Error while opening encoder for output stream #0:1 - maybe incorrect
 parameters such as bit_rate, rate, width or height
 }}}

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


More information about the FFmpeg-trac mailing list