[FFmpeg-trac] #2096(avcodec:closed): Audio glitches when converting from speex in flv/f4v - regression from previous verisons

FFmpeg trac at avcodec.org
Mon Jan 7 15:00:43 CET 2013


#2096: Audio glitches when converting from speex in flv/f4v - regression from
previous verisons
-------------------------------------+-------------------------------------
             Reporter:  kirill_p     |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  important    |                Component:  avcodec
              Version:  git-master   |               Resolution:  fixed
             Keywords:  regression   |               Blocked By:
  speex                              |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by kirill_p):

 Thanks for a fast resolution. Was it already committed in to the master?
 I downloaded latest Zeranoe build (January 6th N-48513-gcaee85b) and I
 can't convert same movie yet. I have an error that is similar to what I
 got when I used December builds:
 "Invalid sample format '(null)'
 Error opening filters!"

 Here's a full output;
 {{{
 ffmpeg -i m.f4v -vcodec copy m_2013.mp4
 ffmpeg version N-48513-gcaee85b Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Jan  6 2013 16:11:53 with gcc 4.7.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r
 --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca
 --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
 --enable-libopus --enable-librtmp --enable-libschroedinger --enable-
 libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-
 libxavs --enable-libxvid --enable-zlib
   libavutil      52. 13.100 / 52. 13.100
   libavcodec     54. 86.100 / 54. 86.100
   libavformat    54. 59.106 / 54. 59.106
   libavdevice    54.  3.102 / 54.  3.102
   libavfilter     3. 32.100 /  3. 32.100
   libswscale      2.  1.103 /  2.  1.103
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  2.100 / 52.  2.100
 Guessed Channel Layout for  Input Stream #0.1 : mono
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'm.f4v':
   Metadata:
     major_brand     : f4v
     minor_version   : 0
     compatible_brands: isommp42m4v
     creation_time   : 2033-12-20 03:47:04
   Duration: 00:00:32.06, start: 0.000000, bitrate: 768 kb/s
     Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p,
 640x4
 80 [SAR 1:1 DAR 4:3], 732 kb/s, 29.88 fps, 30 tbr, 1k tbn, 60 tbc
     Metadata:
       creation_time   : 2033-12-20 03:47:04
       handler_name    : MainConcept
     Stream #0:1(eng): Audio: speex (spex / 0x78657073), 16000 Hz, mono, 17
 kb/s
     Metadata:
       creation_time   : 2033-12-20 03:47:04
       handler_name    : Speex Handler
     Stream #0:2(eng): Data: none (amf0 / 0x30666D61)
     Metadata:
       creation_time   : 2033-12-20 03:47:04
       handler_name    : Timed Metadata Handler
 File 'm_2013.mp4' already exists. Overwrite ? [y/N] y
 Invalid sample format '(null)'
 Error opening filters!
 }}}

 If it's a different issue I can open a new ticket.

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


More information about the FFmpeg-trac mailing list