Are there any working examples of linear and lossless
encoding/decoding of audio files?
The decoding_encoding.c example that comes with ffmpeg looks to be
badly broken, and I can't get any help even for the simplest question.

I want to encode RAW audio data from a file (fileA) in s16le mono form
and convert it to a lossless standard form (fileB) that will play in
Windows Media Player.
Then, I want to take fileB and decode it and write to fileC.  When I
do a "cmp fileA fileC" (or "fc.exe fileA fileC /b")  I want there to
be no differences.

Thanks for any help!!!!

Joe
------------------
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to