Hi all , i need to delay audio in order to sync it with video but when i did it with ffmpeg or mkvtoolnix the video will start from the delay means when i delay audio in 20 sec the video starts from 20 and before that video is broken with glitch , how can i fix it? thanks
+ Reply to Thread
Results 1 to 13 of 13
-
-
20 seconds positive or negative audio delay? What audio format are you using? If your player can't handle 20 seconds positive audio delay it might be best to extract the audio, prepend 20 seconds of silence to it and then mux without delay.
-
actully it dosent matter , both positive and negative result is like this
[Attachment 46663 - Click to enlarge]
how can i prepend 20 seconds of silence? -
-
If that 20 seconds of video is "broken with glitch", why don't you cut off that 20 seconds of video
-
Don't you apply delay to video track in mkvtoolnix?
Weird, I think it shouldn't have impact to video, messing with audiotrack.
Bernix -
-
-
-
Add "-report" to the ffmpeg command line and upload the complete, unaltered log file that is created. Are you really inputting the very same file ("movie.mp4") twice or you supplying 2 different files? Cutting away video can be dangerous because of the keyframe/non-keyframe GOP structure video typically has. Shouldn't have such problems with audio (second example).
Last edited by sneaker; 2nd Sep 2018 at 06:54.
-
It's necessary to input the same file twice because the itsoffset option cannot be applied per-stream. The map options select appropriate streams for remuxing.
For audio delay, you can use the adelay filter and it will pad silence.
Similar Threads
-
audio/interleaving/delay audio in Virtualdub2/Filtermod & filter weirdness
By davexnet in forum Video ConversionReplies: 2Last Post: 19th Apr 2018, 11:28 -
ffmpeg audio delay - how to get the video to start before the audio ?
By Selur in forum Newbie / General discussionsReplies: 6Last Post: 13th Mar 2017, 14:30 -
Find Audio Delay
By sirbubby in forum AudioReplies: 8Last Post: 12th Jan 2017, 08:08 -
Audio delay device
By DVinci in forum Off topicReplies: 2Last Post: 7th Jul 2016, 15:32 -
audio delay
By chazz spacey in forum AudioReplies: 3Last Post: 25th Sep 2014, 12:39