Wanna do some tests without building a test card video completely from scratch myself.
I have at least one BD with A/V sync tests, but I'd rather not have to use 16:9 for testing VHS workflows.
+ Reply to Thread
Results 1 to 6 of 6
-
-
A lot of THX certified DVDs include test patterns. I don't recall if there are any A/V sync tests. You could use AviSynth to generate ColorBars and overlay a graph of the audio.
Code:ColorBars(width=720, height=576) AssumeFPS(25) AudioGraph(0)
-
Sadly, no sync tests with THX discs.
ColorBars: I forgot that "The tone pulses in the right speaker, being turned on and off once every second." Thought it was a constant.
So I could overlay the AudioGraph in the burned video, capture it, run AudioGraph on the capture, and visually see any offset, yeah? I suppose Subtract + DelayAudio could be used to determine the number of ms? Assuming levels can be matched relatively closely...
Are there any industry-standard test patterns for automatically determining A/V offset values?
-
Yes.
Yes. You can even use the horizontal position of the amplitude change to determine the delay. In my sample script the amplitude change happens at the start of a frame. Here' I added a 10 ms delay to the audio with DelayAudio(0.010):
[Attachment 41370 - Click to enlarge]
With a 25 fps video we know that the duration of each frame is 40 ms. You can see the audio change amplitude at about 1/4 the width of the frame, 40 * 1/4 = 10.
I don't know. -
Similar Threads
-
Need developers or sources.
By aleniko in forum Newbie / General discussionsReplies: 0Last Post: 24th Jan 2017, 14:47 -
Looking for free program that can auto sync audio & video
By pdun459 in forum Newbie / General discussionsReplies: 1Last Post: 12th Apr 2015, 19:01 -
Recognize these test patterns?
By Brad in forum Newbie / General discussionsReplies: 5Last Post: 13th Apr 2013, 10:41 -
Free High Quality (Benchmark/Test/Reference) Audio Files
By frmys in forum AudioReplies: 3Last Post: 10th Mar 2013, 13:45 -
TDecimating a video with two duplicate patterns?
By Mephesto in forum EditingReplies: 20Last Post: 27th Jul 2012, 18:42