FFMPEG: only get audio compressed frames / packets. command line

84 views Asked by At

I would like a command like for FFMPEG that will create a file which contains only uncompressed audio frames/packets from a file.

Example:

ffmpeg -i in.mp3 --no-decompress out

Something like this would be fantastic.

0

There are 0 answers