Hi,
I've done a ton of google searches and experimented with several programs and after hours of searching, I can't seem to find a clear answer, so I was hoping I could get some help. Basically, I have an HD mkv file that I need to import into Adobe Premiere to edit, but Premiere doesn't accept MKV files. So I need to convert it to another format.
So when I try programs like mkvtoolnix or gmkvextract, it seems to only let me extract the audio and video and doesn't let me merge then in one step. The Audio is AC-3 and the video is HEVC (h.265). Since it's an h.265, I'd like to keep it that way and not have to go back to h.264.
What exactly do I need to do to extract the mkv file, then (without losing quality) keep it as hevc with audio?
Thanks!
+ Reply to Thread
Results 1 to 5 of 5
-
Anonymous138Guest
Last edited by Anonymous138; 25th Dec 2016 at 17:47.
-
Not having the slightest clue what container formats Adobe Premier supports.
Try AnotherGUI. Put ffmpeg exe in the same folder. Create a preset like this:
-report -i "<FullSourceFileName>" -y -threads 1 -vcodec copy -acodec copy -sn "<OutputPath><OutputFileName>.mp4"
Drag and drop the MKV onto AnotherGUI and click "Go". If there's an error, check the ffmpeg log file for info. I think it'll be saved to the same folder as ffmpeg.exe
If you need another output container, change the MP4 extension to something else (as long as it supports HEVC and AC3).
Doesn't Premier let you import the video and audio individually? (I've barely used it myself)
Or maybe this: https://www.videohelp.com/software/rebox.NET -
Anonymous138Guest
-
Anonymous138Guest
Similar Threads
-
Converting to HEVC without loosing any streams and/or quality
By Hazuzi in forum Video ConversionReplies: 1Last Post: 24th Mar 2016, 15:46 -
Editing a Home DVD without loosing quality
By baggies99 in forum Newbie / General discussionsReplies: 7Last Post: 15th Jan 2016, 13:31 -
Joining MKV Files Without Loosing Alternate Audio/Subtitles
By AbrogateAnon in forum Newbie / General discussionsReplies: 1Last Post: 11th Jan 2014, 04:54 -
Converting m2v1 files into PC friendly clips without loosing quality and so
By -Johanna in forum Newbie / General discussionsReplies: 2Last Post: 29th Apr 2013, 12:38 -
Convert audio without loosing video quality.
By mglon in forum Video ConversionReplies: 6Last Post: 23rd Aug 2012, 13:55