View Single Post
  #4  
Old 2015-07-12, 07:27 AM
spidergawd's Avatar
spidergawd spidergawd is offline
Peninsulanwolf
 
Join Date: Dec 2011
Location: Metro Day Twa
Re: MKV video file to FLAC???

I use ffmpeg:

ffmpeg -i input.mkv output.wav

and then audacity to edit/split, and then flac to convert:

flac *wav

or if I'm lazy I just make one flac file with ffmpeg:

ffmpeg -i input.mkv output.flac
Reply With Quote Reply with Nested Quotes