Maybe this can help some other HV20 owners!
I am playing around with Paviko's time stamp utility:
http://forum.doom9.org/showthread.ph...hlight=HDVInfo
As per his instructions, http://www.sonyhdvinfo.com/showthrea...3&page=2&pp=10, I am using DGIndex to demux the m2t file and create a d2v file.
This is the avs script file that I am using:
Here is the problem:Code:file="clip.d2v" v = MPEG2Source(file) #open the video content a = MPASource("clip.mpa") #open audio content v = v.HDVInfo(file) # reads the recording timestamp AudioDub(v,a).DelayAudio(0) #mix audio and video
When I load this script into Virtualdub and preview the video, the video is running in what seems to be slow motion. It is showing me a frame rate of 14.something.
What am I doing wrong? Am I missing something?


Reply With Quote