View Single Post
Old 7th August 2010, 03:57   #7  |  Link
roozhou
Registered User
 
Join Date: Apr 2008
Posts: 1,181
If your mplayer can play this mkv, use fifo and mplayer -ao pcm:fast:file=xxx where xxx is the name of fifo.

Or you can directly convert LPCM to flac using ffmpeg:
Code:
ffmpeg -i input.mkv -vn -sn -acodec flac audio.flac
After that remux to mkv using mkvmerge.
roozhou is offline   Reply With Quote