Results 1 to 2 of 2

Thread: DGIndex/avs/timestamp question.

  1. #1
    Junior Member
    Join Date
    Aug 2007
    Posts
    10

    Default DGIndex/avs/Virtualdub question.

    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:

    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
    Here is the problem:
    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?
    Last edited by Goonch; 2008 February 8th at 13:34.

  2. #2
    Junior Member
    Join Date
    Aug 2007
    Posts
    10

    Default

    Should I increase the frame rate within Virtualdub?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •