[Ffmpeg-devel] make test fails for flac

Martin von Gagern Martin.vGagern
Wed Aug 9 22:51:37 CEST 2006


Hi!

When I run "make test", things fail like this:

FFmpeg version SVN-r5948, Copyright (c) 2000-2004 Fabrice Bellard
  configuration: --disable-static --enable-shared
  libavutil version: 49.0.0
  libavcodec version: 51.11.0
  libavformat version: 50.5.0
  built on Aug  9 2006 21:17:51, gcc: 4.1.1 (Gentoo 4.1.1)
size=    1032kB time=6.0 bitrate=1411.3kbits/s
../ffmpeg_g -y -flags +bitexact -dct fastint -idct simple -y -ab 128 -ac
2 -ar 44100 -f s16le -i asynth1.sw -acodec flac -compression_level 2
./data/a-flac.flac
make[1]: *** [codectest] Error 1
make[1]: Leaving directory `~/src/ffmpeg/plain/tests'
make: *** [test] Error 2


Reproducing that last command manually, I get some more error output:

 ../ffmpeg_g -y -flags +bitexact -dct fastint -idct simple -y -ab 128
-ac 2 -ar 44100 -f s16le -i asynth1.sw -acodec flac -compression_level 2
./data/a-flac.flac
FFmpeg version SVN-r5948, Copyright (c) 2000-2004 Fabrice Bellard
  configuration: --disable-static --enable-shared
  libavutil version: 49.0.0
  libavcodec version: 51.11.0
  libavformat version: 50.5.0
  built on Aug  9 2006 21:17:51, gcc: 4.1.1 (Gentoo 4.1.1)
Input #0, s16le, from 'asynth1.sw':
  Duration: N/A, bitrate: N/A
  Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
../ffmpeg_g: unrecognized option '-compression_level'


Omitting this option, I get another error message:

../ffmpeg_g -y -flags +bitexact -dct fastint -idct simple -y -ab 128 -ac
2 -ar 44100 -f s16le -i asynth1.sw -acodec flac ./data/a-flac.flac
FFmpeg version SVN-r5948, Copyright (c) 2000-2004 Fabrice Bellard
  configuration: --disable-static --enable-shared
  libavutil version: 49.0.0
  libavcodec version: 51.11.0
  libavformat version: 50.5.0
  built on Aug  9 2006 21:17:51, gcc: 4.1.1 (Gentoo 4.1.1)
Input #0, s16le, from 'asynth1.sw':
  Duration: N/A, bitrate: N/A
  Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
Output #0, flac, to './data/a-flac.flac':
  Stream #0.0: Audio: 0x0000, 44100 Hz, stereo, 128 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Unsupported codec for output stream #0.0


So far I have no idea what goes wrong here. Any suggestions?

Martin von Gagern




More information about the ffmpeg-devel mailing list