qupfer
30th March 2014, 14:17
Just a simple question. I have a h264 video file and a ac3 audio file with a delay parameter.
("myAudioFile PID 403 3_2ch 48KHz 384Kbps DELAY 106ms.ac3")
Because I do it remotly, I can't check the output directly and must "trust" my commandline ;)
I thought the following would match:
ffmpeg -i "E:\convert\Video.mkv" -itsoffset 0.106
-i "E:\convert\myAudioFile PID 403 3_2ch 48KHz 384Kbps DELAY 106ms.ac3"
-map 0:0 -map 1:0 -c copy
"E:\convert\myMovieFile.mp4"
Will this be the "right way" or I am doing something stupid ?
("myAudioFile PID 403 3_2ch 48KHz 384Kbps DELAY 106ms.ac3")
Because I do it remotly, I can't check the output directly and must "trust" my commandline ;)
I thought the following would match:
ffmpeg -i "E:\convert\Video.mkv" -itsoffset 0.106
-i "E:\convert\myAudioFile PID 403 3_2ch 48KHz 384Kbps DELAY 106ms.ac3"
-map 0:0 -map 1:0 -c copy
"E:\convert\myMovieFile.mp4"
Will this be the "right way" or I am doing something stupid ?