AussieDollar
Junior Member
- Mar 7, 2015
- 144
- 55
Hi,
I'm trying to add an intro to another video.
I tried to do like this website instructs: https://www.linglom.com/multimedia/combine-mp4-files-using-ffmpeg-windows-without-re-encoding/
after using:
ffmpeg -f concat -i mylist.txt -c copy output.mp4
I get the video but the audio in is delayed by 7 seconds which is the length of the intro.
I tried this:
ffmpeg.exe -i "movie.mp4" -itsoffset 7.00 -i "movie.mp4" -map 1:v -map 0:a -c copy "movie-video-delayed.mp4"
But can't seem to find when to use it on the command promt.
Any help with this?
I'm trying to add an intro to another video.
I tried to do like this website instructs: https://www.linglom.com/multimedia/combine-mp4-files-using-ffmpeg-windows-without-re-encoding/
after using:
ffmpeg -f concat -i mylist.txt -c copy output.mp4
I get the video but the audio in is delayed by 7 seconds which is the length of the intro.
I tried this:
ffmpeg.exe -i "movie.mp4" -itsoffset 7.00 -i "movie.mp4" -map 1:v -map 0:a -c copy "movie-video-delayed.mp4"
But can't seem to find when to use it on the command promt.
Any help with this?