Apr 19, 2014, 01:41 am
[Edit. The tutorial below was written re. MKV and MP4, but I've just confirmed that it works just the same for converting from FLV also.]
Much bullshit is spouted about the relative "quality" of MKV and MP4 files.
The truth is they are exactly the same. MKV and MP4 are merely "containers" (much like RAR and ZIP). The audio and video streams within are identical; and it only takes a minute to repackage the contents of one into the other, without any loss of quality. This tutorial explains how.
Follow the instructions here and you will be able to download either format and convert them to your preferred format at will.
Assuming you're running Windows, download FFmpeg from here. You want the "Static" build for 32-bit or 64-bit depending (as per your PC). If you're a Linux or OS X user, download from here.
FFmpeg is a set of libraries and programs for handling multimedia data but we only need is a single executable for our purposes, so just extract the ffmpeg.exe file from the bin folder within the build you've downloaded, and save it somewhere convenient (eg. C:\Users\NIK\Downloads\)
To "re-mux" your files, simply open a Command prompt Window and enter
ffmpeg -i sourcefile -codec copy destinationfile
eg.
c:\users\nik\downloads\ffmpeg -i c:\users\nik\desktop\Rick and Morty S01E11 [Phr0stY].mkv -codec copy Rick and Morty S01E11 [Phr0stY].mp4
or
c:\users\nik\downloads\ffmpeg -i c:\users\nik\desktop\game.of.thrones.s04e02.hdtv.x264_FobiC.mp4 -codec copy game.of.thrones.s04e02.hdtv.x264_FobiC.mkv
Technical data will flow by for a minute or so and then you will be returned to the command prompt. Your Movie or TV Show will then be ready.
The End
If you want to prove to yourself that no quality has been lost, you could download MediaInfo and use it to open the source and destination files. A quick comparison of the specifications of the audio and video streams will confirm there are no differences.
Much bullshit is spouted about the relative "quality" of MKV and MP4 files.
The truth is they are exactly the same. MKV and MP4 are merely "containers" (much like RAR and ZIP). The audio and video streams within are identical; and it only takes a minute to repackage the contents of one into the other, without any loss of quality. This tutorial explains how.
Follow the instructions here and you will be able to download either format and convert them to your preferred format at will.
Assuming you're running Windows, download FFmpeg from here. You want the "Static" build for 32-bit or 64-bit depending (as per your PC). If you're a Linux or OS X user, download from here.
FFmpeg is a set of libraries and programs for handling multimedia data but we only need is a single executable for our purposes, so just extract the ffmpeg.exe file from the bin folder within the build you've downloaded, and save it somewhere convenient (eg. C:\Users\NIK\Downloads\)
To "re-mux" your files, simply open a Command prompt Window and enter
ffmpeg -i sourcefile -codec copy destinationfile
eg.
c:\users\nik\downloads\ffmpeg -i c:\users\nik\desktop\Rick and Morty S01E11 [Phr0stY].mkv -codec copy Rick and Morty S01E11 [Phr0stY].mp4
or
c:\users\nik\downloads\ffmpeg -i c:\users\nik\desktop\game.of.thrones.s04e02.hdtv.x264_FobiC.mp4 -codec copy game.of.thrones.s04e02.hdtv.x264_FobiC.mkv
Technical data will flow by for a minute or so and then you will be returned to the command prompt. Your Movie or TV Show will then be ready.
The End
If you want to prove to yourself that no quality has been lost, you could download MediaInfo and use it to open the source and destination files. A quick comparison of the specifications of the audio and video streams will confirm there are no differences.