Hi Paul, Peter S. Kirk wrote: > 2. running .mkv through ffmpeg to change to .mp4 Which doesn't transcode, just quickly pulls the streams out of the MKV and puts them in an MP4. ffmpeg -i in.mkv -c copy out.mp4 -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy