Bug#547921: wav file decoded from ape is not identical with original wav file

cogniti cogniti at gmail.com
Tue Sep 22 15:26:10 UTC 2009


Package: gstreamer0.10-ffmpeg
Version: 0.10.4-3
Severity: important

Original file: original.wav
$ ls -l original.wav
-rw-r--r-- 1 user user 671890796 2009-09-22 21:36 original.wav
$ sha1sum original.wav
a458caae67e14f34233db66fc03a6536a5c70baa  original.wav

$ mac original.wav CDImage.ape -c2000
$ mac CDImage.ape mac.wav -d
$ sha1sum *.wav
a458caae67e14f34233db66fc03a6536a5c70baa  mac.wav
a458caae67e14f34233db66fc03a6536a5c70baa  original.wav

BUT,
After converting CDImage.ape into CDImage.wav using SoundConverter 1.3.1
and gstreamer-ffmpeg  0.10.4-3
(CDImage.ape --> CDImage.wav)

$ sha1sum *.wav
264a891d8ee826be4060a7495a2a49724239346c  CDImage.wav
a458caae67e14f34233db66fc03a6536a5c70baa  mac.wav
a458caae67e14f34233db66fc03a6536a5c70baa  original.wav

$ ls -l
-rw-r--r-- 1 user user 241330948 2009-09-22 23:29 CDImage.ape
-rw-r--r-- 1 user user 655375724 2009-09-22 23:31 CDImage.wav
-rw-r--r-- 1 user user 671890796 2009-09-22 23:26 mac.wav
-rw-r--r-- 1 user user 671890796 2009-09-22 21:36 original.wav

original.wav and CDImage.wav are not same.

------

$ mac
--- Monkey's Audio Console Front End (v 3.99) (c) Matthew T. Ashland ---
Proper Usage: [Input File] [Output File] [Mode]

Modes: 
    Compress (fast): '-c1000'
    Compress (normal): '-c2000'
    Compress (high): '-c3000'
    Compress (extra high): '-c4000'
    Compress (insane): '-c5000'
    Decompress: '-d'
    Verify: '-v'
    Convert: '-nXXXX'

Examples:
    Compress: mac "Metallica - One.wav" "Metallica - One.ape" -c2000
    Decompress: mac "Metallica - One.ape" "Metallica - One.wav" -d
    Verify: mac "Metallica - One.ape" -v
    (note: int filenames must be put inside of quotations)






More information about the Pkg-gstreamer-maintainers mailing list