Hi!
I need your help to convert dozen of video from heavy AVC mkv (over 2Gio for ~20min) to light x264 mkv (~400Mo) with chapter, multiple audio track that i want to keep (with the language tag) and convert from AC3/DTS to AAC and multiple subtitles that i want to copy too.
I have tested handbrake but it ignore audio and subtitle in batch...
I'm more or less a noob so don't be too harsh on me ^^
Thanks in advance!
+ Reply to Thread
Results 1 to 6 of 6
Thread
-
-
Last edited by videobruger; 17th Dec 2017 at 05:07.
-
-
If you also need attachments (e.g. fonts) use slightly different:
Code:for %%g in (*.MKV) do ffmpeg -i "%%g" -map 0 -c:v libx264 -crf 22 -c:a aac -c:s copy "%%~ng_converted.mkv"
-
Firstly thanks for your help.
I have tested the command line and it seem to work well. Only need to find the good value for crf.
For handbrake, i would like to know exactly how you did so i can test and understand my mistake. (i open with "folder (batch scan)", enter my settings for the first video and select "all selection to queue". There will be only the first file with audio and subtitle but the other will be without them. -
Open any file. Then in the audio and subtitle tabs you can find a button for "default" or "selection" behavior (button name is different in last stable/nightly build). There you can set to auto-passthru AAC with AAC fallback and copy of any subtitle track. In both you need to move "[any]" language to the right field and make it match all tracks (if you want to keep all tracks, otherwise just the languages you want to keep).
HandBrake batch behavior changed a bit over time (incl. bugs). Hope you can get it to work ...
But ffmpeg isn't really harder because you only need the single line posted by videobruger.
Similar Threads
-
Multi-angle 1080p concert video
By warmaker in forum Newbie / General discussionsReplies: 20Last Post: 4th Sep 2017, 23:55 -
Multi bluray to mkv remux batch program
By Freak1 in forum Blu-ray RippingReplies: 6Last Post: 8th Dec 2014, 03:20 -
Can i hold 480p(bonus) with 1080p(movie) when i remux file?
By ningnong132 in forum Authoring (Blu-ray)Replies: 4Last Post: 15th Apr 2014, 08:37 -
ONNHT 1080P Multi Region Code.
By gibbo27172 in forum Newbie / General discussionsReplies: 3Last Post: 23rd Jan 2014, 09:40 -
How to burn REMUX.1080p.AVC
By JohnnyBgood2me in forum Authoring (Blu-ray)Replies: 1Last Post: 9th Oct 2013, 02:13