Opened 11 years ago

Closed 11 years ago

#1856 closed enhancement (fixed)

Files ffmpeg cannot convert

Reported by: Johann Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: g7231
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I run an online audio converter that uses ffmpeg, among other tools, to convert audio files.

I have collected a number of files that ffmpeg couldn't convert and I hope you can use them to improve ffmpeg.

I tried to use

% ffmpeg -y -i file.ext -acodec pcm_s16le -ac 2 fnuh.wav

to convert these files.

The ffmpeg version in use is

$ ffmpeg
ffmpeg version 0.10.5-6:0.10.5-0ubuntu0jon1 Copyright (c) 2000-2012 the FFmpeg developers
  built on Oct  1 2012 01:56:55 with gcc 4.6.3
  configuration: --arch=amd64 --enable-pthreads --enable-runtime-cpudetect --extra-version='6:0.10.5-0ubuntu0jon1' --libdir=/usr/lib/x86_64-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/x86_64-linux-gnu --enable-shared --disable-static
  libavutil      51. 35.100 / 51. 35.100
  libavcodec     53. 61.100 / 53. 61.100
  libavformat    53. 32.100 / 53. 32.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 61.100 /  2. 61.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100

Download the files at https://docs.google.com/open?id=0B_2v4lMxiJ1ARnptY1hmVjBpWlk

Change History (5)

comment:1 by Elon Musk, 11 years ago

Priority: normalwish
Status: newopen
Version: 0.10.5git-master

All 3ga files are invalid - they are missing moov atom. Is there program which can actually decode them?

For one file we have already bug report (non 4-bit ADPCM IMA wav)
And second file is wav with audio tag 0xA100.

comment:2 by Johann, 11 years ago

Hello,

thanks for looking into the files.

As for the 3ga files -- do you have any ideas where they could come from? Users upload anything and everything and maybe there's some half-broken cellphone out there that records these?

BTW: file says ISO Media, MPEG v4 system, 3GPP to all the 3ga files.

The wav file with the 0xa100 is using Comverse Infosys Ltd. G723 1, according to this.

Is there a list of TwoCC codecs ffmpeg supports?

Thanks,

Johann

comment:4 by Johann, 11 years ago

Thanks, do you plan to merge this change in the 0.10 branch so it would be available on Ubuntu 12.04?

Also, I was trying to play the 3ga files on my Android tablet but it wouldn't play it.

comment:5 by Carl Eugen Hoyos, 11 years ago

Keywords: g7231 added
Resolution: fixed
Status: openclosed

The problem with adpcm_ima_wav is a duplicate of ticket #625.

Enhancements are usually not backported, could you send a patch (or setup a git clone) if you need it?

Last edited 11 years ago by Carl Eugen Hoyos (previous) (diff)
Note: See TracTickets for help on using tickets.