VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hi guys. I just recently purchased an Apple TV 4k and I have MKV rips of my blu rays that I would like to be able to playback on my new ATV4k. I'm looking for a way to convert the MKVs to MP4s (I guess?) or another container that will retain full quality video and audio. Sorry I'm a newb but I believe this is called remuxing. Anyway, I'm looking for the best way to do that. Also, does ATV4k even support HD audio like TrueHD and DTSHD? Thanks.
    Quote Quote  
  2. Member
    Join Date
    Aug 2004
    Location
    PA USA
    Search Comp PM
    Avidemux, MediaCoder, FFMpeg, etc...
    It's not important the problem be solved, only that the blame for the mistake is assigned correctly
    Quote Quote  
  3. Beware of fact that MP4 support only limited set of audio and video codecs when compared to MKV.

    You can test lossless MKV to MP4 conversion for example with bellow example:
    Code:
    @ffmpeg.exe -y -hide_banner -stats -i "%1" -map 0 -c copy -movflags faststart -f mp4 "%~n1.mp4"
    You need ffmpeg .
    Quote Quote  



Similar Threads

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