

I'm also going to stream this to the iPad Air, so keep that in mind. I'm new to ffmpeg, so I don't know how to get libfdk_aac, which I don't believe is in the zeranoe build? I have read that libfdk_aac is the highest quality. I have downloaded the 32-bit static ffmpeg build from zeranoe. I also need all the subtiteles and soundtracks in the MKV (usually 2 soundtracks and 1 subtitle). I want as little loss as possible, both in picture and sound. I have video, 2 soundtracks and 1 subtitle.

I now use this command for converting my MKVs to MP4: ffmpeg -i input.mkv -strict experimental -map 0:0 -map 0:1 -map 0:2 -map 0:3 -c:v copy -c:a aac -b:a 384k -c:s copy output.mp4 I have many MKVs made from DVDs and BRs by MakeMKV that I converting to MP4 so I can play/stream on my iPad Air.
