Good day everyone
I'm trying to make a ffmpeg code to mux multible audio(mka) and video(mkv) but it doesn't work could anyone help me with it
Code::: set paths set ffmpeg=C:\ffmpeg.exe @echo. @echo on for %%a in (*.mkv) do "%ffmpeg%" -y -hide_banner -i "%%~dpnxf" -i "%%~dpnf.mka" -c:v copy -c:a copy -map 0:0 -map 1:0 -shortest "%%~nf-remux.mp4" Pause
regards
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by alkoon; 5th Jun 2020 at 11:39.
Similar Threads
-
Mux audio and Video in Mkvmerge using Batch File
By Daringbaaz in forum Newbie / General discussionsReplies: 2Last Post: 18th Oct 2019, 04:30 -
mux audio/video stream from different releases
By FLX90 in forum Video ConversionReplies: 11Last Post: 7th Oct 2019, 05:03 -
how can i mux cc with video and audio?
By tianhanghai in forum SubtitleReplies: 0Last Post: 28th Feb 2018, 21:13 -
BAT File Problem Adding Image To Audio Using ffMPEG
By Col in forum AudioReplies: 5Last Post: 7th Feb 2018, 10:43 -
Mux video and audio without losing the video ig track?
By Oakeyt in forum Authoring (Blu-ray)Replies: 2Last Post: 22nd Feb 2016, 03:29