Hi all I recorded a video on my bike camera, but the audio is not in line with the video. as I pressed my bike horn at someone I know, but it didn't sound until I was well past my friend like much further down this road. what's best easy program to line up the audio with video
my video is a AVI
+ Reply to Thread
Results 1 to 19 of 19
-
Last edited by natty; 13th Sep 2025 at 05:43.
-
Use VLC player to find the correct delay (Tools, Track synchronization).
Once you have found the correct value, use clever FFmpeg-GUI to remux your AVI file with this value.
(Main page, multiplex, insert the found value in the delay column of the audiostream, set avi as container, click multiplex. Done).
[Attachment 88697 - Click to enlarge] -
AVIDemux should do it. Use the audio "shift". Set it up like this (adjusting the shift as necessary, of course); note Video>Copy, Audio>Copy, Output Format AVIMuxer:
[Attachment 88701 - Click to enlarge]
You can only change the shift value with the video stopped ie not playing. -
Last edited by natty; 13th Sep 2025 at 07:55.
-
I dont have a clue how to do all this at all Im a newbie I did the tools thing
[Attachment 88702 - Click to enlarge] -
just tried -500 saved while it was paused but its still same
Here's the MediaInfo readout of the delay I saved in my file:
[Attachment 88704 - Click to enlarge] -
[Attachment 88705 - Click to enlarge]
its still well out of sync no differentLast edited by natty; 13th Sep 2025 at 08:31.
-
This topic has some useful information on this.
https://forum.videohelp.com/threads/418951-How-to-fix-out-of-sync-audio-track?highlight=audio+delay -
-
Minus (-) values bring the audio forward so it plays earlier. Positive values delay the audio.
Be methodical: start with 500, then go to 1000, then 1500 and so on to work out whether the sync is getting worse or better. Then go back to 0 and try the other way, with minus values. It can be tricky to work out which way it is. Try to find a sharp noise, or a period of silence then somebody starts speaking. That will make it easier to work out which way the offset is.
And be ready to "fine-tune"; quite often, you'll notice out-of-sync of only 200ms (which is 5 frames of video at 25fps), so once you get close, change your increments down to 200ms or less. -
Well at last I have fixed it, 1st I used VLC player and the Track Synchronization by pressing K & J and kept putting a minus value, until it was where I pressed my bike horn to a friend I saw on way. in the end it was -18500 which i added to AviDemux saved movie clip and now when I passed my friend I can hear me sounding the horn.
I would never have known audio was out of sync its only because I noticed it when i played it back and my bike horn didnt sound when i passed my mate but much further on
thanks to all who have helped -
Yes, when it's out a fair way, it can be hard to work out which way to go. Glad you're sorted.
And I didn't know about that J and K. That'll be handy. -
what's best program for joining 2 movie clips, as I used Freemake Video Converter, but when i play joined up movie the 2nd part has no audio but do when before i join them
-
There are several programs that can do this.
I use ffmpeg from command line.
ProWo's Clever basically does the same from it's GUI.
mkvtoolnix
& even avidemux but the resolution has to be the same for each video. -
-
You shouldn't correct such a large difference in this way.
You will end up with a video with no image or a still image for 18.5 seconds.
It is better to extract the audio track and delete the first 18.5 seconds in an audio editor,
(g.e. Audacity) then save it and mux this new audio track with the video track. -
-
With clever FFmpeg-GUI.
To extract the audiostream:
Load your avi, click main page, click extract streams, select the audiostream only, click extract. Done.
To add the new audiostream:
Load your avi, click main page, click muliplex. Drag your new audiostream into the datagrid.
On the left, select it, select the videostream too, deselect the original audiostream (shown in in blue).
Set avi as container, click multiplex. Done.Last edited by ProWo; 15th Sep 2025 at 07:35.
-
Similar Threads
-
How to sync a DTS-HD audio track that is progressively out of sync with UHD
By jenrash in forum AudioReplies: 8Last Post: 22nd Jul 2025, 14:23 -
is the audio out of sync
By cns00 in forum Video ConversionReplies: 1Last Post: 20th Jun 2022, 04:45 -
Strange VHS audio sync drift vs. the other digital audio track
By vlp_007 in forum AudioReplies: 5Last Post: 24th Nov 2021, 14:32 -
Audio Out of Sync With Video
By meeshu in forum EditingReplies: 2Last Post: 9th Oct 2021, 05:50 -
How to fix Audio Sync Drift using what MediaInfo calls "Audio FPS"?
By EmmB in forum AudioReplies: 12Last Post: 20th Sep 2020, 12:12