VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. What software can Mux Wav File with Video ? [Any vid format would be Fine}, what program and what settings mux wav with video?
    So i want to keep the quality of the audio intact and hence the audio file in wav format as it is just muxing with any video format so that it can be played as audio video.
    Quote Quote  
  2. MKVToolNix can do it.

    You might also want to look into lossless audio compression like FLAC. E.g. using ffmpeg:
    Code:
    ffmpeg -i "video.mkv" -i "audio.wav" -map 0:v:0 -map 1:a:0 -c:v copy -c:a flac "output.mkv"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!