Hello Boys.,

I'm not from programming domain, I've couple of my friends who were actually 
hard core    'C' programmers who will do programming stuff for me.

Basically I've a new algo for Lossy stuff, we wanna check this on a traditional 
mp3 file and(later on for Images too..)


FFmpeg is so nice that it has lot of codecs and tools.

generally, what our requirement is.,
 
we wanna extract raw data from a mp3 file and wanna run this new algorithm upon 
those data and save that in (new file format or what ever it is.,) and again 
want to play the data.. to check how the algorithm is going on..

1) like file size
2) fidelity..etc..etc.,

lets think I've this idea in my mind.

With FFmpeg program we wanna extract mp3 raw data to a 'new file.txt' and run 
the lossy algorithm save it as 

" newfile.demo "  

lets think that the raw data in 'new file.txt' is compressed (Lossy) and saved 
as 'newfile.demo'    we wanna play that one to check for the result..

Is it possible to extract data from mp3 file using FFmpeg?

Again wanna play that new file, yeah I know I need a new decoder for this
but, can I accomplish this easily using FFmpeg stuff.

Thanks,
  greetings.
                




_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to