My Media player has some problems with mp4s for some reason. No matter how many mp4s ivve tried playback is stutter and jittery. Mkvs on the other hand ive played 20gb 4k atmos files, no problem.
So whats the best way to remux those mp4s into mkvs and retain all information, tracks, subs chapters, whatever is on the inital mp4 file?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Doubt if your issue is related to container but you can try use ffmpeg to remux mp4 into mkv - not sure if all datatypes supported by mp4 are also supported by mkv (matroska) container but you can try - this is fast operation - you only need to have sufficient storage space.
Code:@ffmpeg.exe -y -hide_banner -v 32 -stats -i %file% -c copy -f matroska "%~n1_.mkv"
-
-
Anyway so I used mkvtoolnix to remux and the sub as internal stream and everything worked perfectly. I now have a non stuttering file with sub included. I just don't know why that mp4 thing happens but I'll just have to remux i guess
Similar Threads
-
MTS remux to MP4 in Avidemux outputs to different framerate
By techmot in forum Video ConversionReplies: 0Last Post: 16th Mar 2023, 03:56 -
Batch remux mkv to mp4 with Windows PowerShell
By [ss]vegeta in forum Newbie / General discussionsReplies: 0Last Post: 22nd Dec 2020, 14:48 -
Converted MKV to MP4 container - need help understanding changes
By kendra69 in forum Video ConversionReplies: 2Last Post: 7th Nov 2020, 12:04 -
How to extract CC from an mp4 file and then remux them back after edit
By RoyZ7 in forum SubtitleReplies: 0Last Post: 5th May 2020, 20:35 -
Program that will remux MKV, FLV, and AVI to MP4
By 90sTV in forum MacReplies: 5Last Post: 18th Apr 2019, 17:33