VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Sep 2008
    Location
    United States
    Search Comp PM
    I need a 29.97 fps NTSC non drop frame movie (mpeg file would do) of a running frame
    count or time code display (something like SMPTE bars with an alphanumeric
    overlay of the SMPTE timecode or frame count) with at least 40 minutes duration.
    If I had a time code generator, problem would be solved. By playing the 'movie'
    in a media player to the video out of a capture card (with genlock), I can emulate
    the TCG.

    Would anyone have such a file or care to make one? My old NLE programs can't do
    this automatically and I have no experience with newer programs.

    Does anyone happen to have a program that could extract VITC which
    may be present on broadcast signals (perhaps a DirectShow filter?) and then
    overlay that on the source video (also a solution to creating the above 'movie').

    The intent is a test clip to troubleshoot capture driver issues in DirectShow involving bogus
    time stamps, clock inconsistencies and nonlinearlities.

    Thanks,

    Michael
    Quote Quote  
  2. Is using ffdshow's "on screen display" OSD for the framecount during playback an option? There are many display options / information available including "frame timestamps" (not shown in the example). Just configure it so that ffdshow is the default decoder for the filetype being played




    Quote Quote  
  3. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    Make one with AviSynth and whatever encoder you like.

    Code:
    ColorBars(720, 480, "YV12")
    ShowFrameNumber(x = 330, y = 200)
    That will give you an hour long video with the frame number displayed roughly in the center. It will also include an audio tone for testing. It might even be possible to frameserve this without actually having to encode it, (but I'm not sure how).
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  4. Member
    Join Date
    Sep 2008
    Location
    United States
    Search Comp PM
    I see that using an OSD through a 'TV out' port would provide a test signal, but I need to
    create a file for playback on a genlocked output port that actually does _not_ do TV out
    of the Windows desktop. It would in this case need to be an avi file that includes the running
    frame count or time code overlayed on each frame. The reason I need the genlock is
    for timebase stability requirements in the subsequent debugging of the capture card
    drivers under test.

    Another idea is a directshow filter that decodes vitc (I found one for the decklink
    card, but that doesn't help me), which then could be used to generate an overlay
    display with some considerable programming.

    Yet another approach perhaps is to animate 65000 frames, each one showing
    the nominal time code expected for that frame and a frame count. I don't relish
    that task (unless someone can tell me how to automate it and which NLE or
    animation software would do it).

    Or perhaps someone has a VTR that can display timecode on the output; playing
    a tape for a subsequent capture through a TBC would create the movie I need.

    I appreciate other suggestions AND collaboration in creating the 'movie' on equipment
    that I don't possess.
    Quote Quote  
  5. Member
    Join Date
    Sep 2008
    Location
    United States
    Search Comp PM
    Originally Posted by gadgetguy
    Make one with AviSynth and whatever encoder you like.

    Code:
    ColorBars(720, 480, "YV12")
    ShowFrameNumber(x = 330, y = 200)
    That will give you an hour long video with the frame number displayed roughly in the center. It will also include an audio tone for testing. It might even be possible to frameserve this without actually having to encode it, (but I'm not sure how).
    Thanks, I had kinda suspected Avisynth would have something; I had resisted using it in the past due to
    colorspace conversion issues, but for this task, that is not a concern.

    If you are so inclined, I'd appreciate any additional suggestions for fleshing out the script, especially any
    caveats. I will need to do an hour long video at 29.97 non-drop-frame ntsc and encoded with Morgan
    M-JPG to an avi file.
    Quote Quote  
  6. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    That should be all you need. You could try different colorspace options in the ColorBars() line. Give it a try and let us know if it doesn't give you something you want it to.
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  7. Member
    Join Date
    Sep 2008
    Location
    United States
    Search Comp PM
    Works beautifully, thanks.

    I will post some references to the results of the tests in a different thread.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!