It is an "Cook" audio stream. Is there any way i could extract it?
Have you already tried ffmpeg? :confused: Code:
Doesn't work
ffmpeg -i input.rm -vn -acodec copy output.aac
I am sorry it seems i was getting wrong info ( ?? ) It is not AAC but cook audio file. How do convert it out ?
Try mmg from mkvtoolnix.
ffmpeg can decompress Cook Audio (or at least the command-line "ffmpeg -codecs" says so).
@Midzuki iwod said "extract" not "decode". Transcoding is always easier than remuxing.
Try this thread.