One liner shell [script] of the day : #53 (audio track from one video, video track from another)

ffmpeg -i goodvideo.mp4 -i goodaudio.mp4 -map 0:v:0 -map 1:a:0 -c:v copy -c:a aac -strict experimental goodall.mp4

0 rants:

Posting Komentar