Opened 12 years ago

Closed 12 years ago

#1117 closed defect (fixed)

mp3 to wav: Application provided invalid, non monotonically

Reported by: ami_stuff Owned by:
Priority: important Component: avformat
Version: git-master Keywords: timestamp regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

http://www.datafilehost.com/download-b6aefedc.html

C:\>ffmpeg -i y.mp3 out.wav
ffmpeg version N-38948-g745a33a Copyright (c) 2000-2012 the FFmpeg developers
  built on Mar 21 2012 02:19:43 with gcc 4.5.0 20100414 (Fedora MinGW 4.5.0-1.fc
14)
  configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch=
x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686-pc-min
gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime-cpudetect
--enable-cross-compile --enable-static --disable-shared --extra-libs='-lws2_32 -
lwinmm' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snapshots/buil
d/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/snapshots/b
uild/lib' --enable-bzlib --enable-zlib --enable-gpl --enable-version3 --enable-n
onfree --enable-libx264 --enable-libspeex --enable-libtheora --enable-libvorbis
--enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable-libopencor
e-amrwb --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx
  libavutil      51. 42.100 / 51. 42.100
  libavcodec     54. 12.100 / 54. 12.100
  libavformat    54.  2.100 / 54.  2.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 65.101 /  2. 65.101
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  7.100 /  0.  7.100
  libpostproc    52.  0.100 / 52.  0.100
[mp3 @ 0x1da9be0] max_analyze_duration 5000000 reached at 5015510
[mp3 @ 0x1da9be0] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from 'y.mp3':
  Duration: 00:05:47.26, start: 0.000000, bitrate: 320 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 320 kb/s
Output #0, wav, to 'out.wav':
  Metadata:
    encoder         : Lavf54.2.100
    Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16
, 1411 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (mp3 -> pcm_s16le)
Press [q] to stop, [?] for help
size=   59873kB time=00:05:47.55 bitrate=1411.2kbits/s
video:0kB audio:59872kB global headers:0kB muxing overhead 0.000075%
C:\>ffmpeg -i y.mp3 out.wav
ffmpeg version N-39006-gf1fdd20 Copyright (c) 2000-2012 the FFmpeg developers
  built on Mar 22 2012 02:30:44 with gcc 4.5.0 20100414 (Fedora MinGW 4.5.0-1.fc
14)
  configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch=
x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686-pc-min
gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime-cpudetect
--enable-cross-compile --enable-static --disable-shared --extra-libs='-lws2_32 -
lwinmm' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snapshots/buil
d/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/snapshots/b
uild/lib' --enable-bzlib --enable-zlib --enable-gpl --enable-version3 --enable-n
onfree --enable-libx264 --enable-libspeex --enable-libtheora --enable-libvorbis
--enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable-libopencor
e-amrwb --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx
  libavutil      51. 44.100 / 51. 44.100
  libavcodec     54. 12.100 / 54. 12.100
  libavformat    54.  2.100 / 54.  2.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 65.102 /  2. 65.102
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  7.100 /  0.  7.100
  libpostproc    52.  0.100 / 52.  0.100
[mp3 @ 0x1da9be0] max_analyze_duration 5000000 reached at 5015510
[mp3 @ 0x1da9be0] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from 'y.mp3':
  Duration: 00:05:47.26, start: 0.000000, bitrate: 320 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 320 kb/s
Output #0, wav, to 'out.wav':
  Metadata:
    encoder         : Lavf54.2.100
    Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16
, 1411 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (mp3 -> pcm_s16le)
Press [q] to stop, [?] for help
Application provided invalid, non monotonically increasing dts to muxer in strea
m 0: 13420800 >= 13420800
av_interleaved_write_frame(): Invalid argument

Change History (4)

comment:1 by Carl Eugen Hoyos, 12 years ago

Priority: normalimportant
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 12 years ago

Keywords: av_interleaved_write_frame added

comment:3 by Carl Eugen Hoyos, 12 years ago

Keywords: regression added

Regression since 0ebd83.

comment:4 by Michael Niedermayer, 12 years ago

Component: undeterminedavformat
Keywords: timestamp added; av_interleaved_write_frame removed
Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.