Hi.
So I have this command line that I use to convert the audio from eac3 to ac3
But I would like to include in that a way to have the original eac3 audio as a second track, and add a srt file that has the same name in my folder. How can I add those two things?Code:for %%a in (*.mkv) do ffmpeg -y -i "%%a" -map 0 -c:v copy -c:a ac3 -b:a 640k -c:s copy "output_%%~na.mkv"
Thank you.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
ffmpeg: Concatenating MP4 files adding chapters for each one
By Keyser in forum Video ConversionReplies: 6Last Post: 12th May 2022, 18:19 -
Adding custom subtitles to UHD
By Tolstoy in forum SubtitleReplies: 0Last Post: 11th Oct 2021, 11:27 -
Adding Subtitles to a DVDISO
By privatetl516 in forum Newbie / General discussionsReplies: 4Last Post: 10th Feb 2021, 15:15 -
Adding subtitles to VOB file
By Booooom in forum SubtitleReplies: 19Last Post: 24th Dec 2020, 19:12 -
Adding subtitles
By kirkmc in forum Newbie / General discussionsReplies: 11Last Post: 14th Dec 2020, 03:39


Quote