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.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Avidemux, MediaCoder, FFMpeg, etc...
It's not important the problem be solved, only that the blame for the mistake is assigned correctly -
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"
Similar Threads
-
Want to covert a single MKV into smaller MKVs with zero loss in quality.
By boe in forum EditingReplies: 10Last Post: 29th Dec 2016, 18:13 -
Blu Ray Iso to MP4 With out Quality Loss
By rustyrankin in forum Blu-ray RippingReplies: 28Last Post: 14th Jul 2016, 00:25 -
Combine 2 MKVs without Quality Loss -- Please
By DarkPhoenix77 in forum Newbie / General discussionsReplies: 7Last Post: 23rd Jun 2015, 15:53 -
Demuxing from MP4 - Unexplained Quality Loss
By bqi in forum Newbie / General discussionsReplies: 8Last Post: 25th Apr 2014, 05:37 -
How to remove commercials from ffmpeg mp4 without quality loss ?
By spiderMan007 in forum EditingReplies: 5Last Post: 30th Mar 2013, 12:59