Hello all...
Some background info: I do captures of football games weekly, edit out commercials, encode to MPEG2, and burn to DVD. I break the games up into 4 quarters and also do highlights for the game, usually around 10. Sometimes I even put select commercials on there...I'm a nostalgic guy, what can I say?
By the way...I don't do this to sell them. I'm just a big football fan and want to archive my games. If I had the use of this technology 20 years ago there's no telling how many games I would have. VHS tapes are too hard to keep.
I prefer using AVISynth for my clips because of the neatness of it. However, I use VirtualDub to get the frame numbers when editing out commercials, producing highlights, etc.
I did write a little C program that helps me. I just do all my commercial editing, then save settings from VirtualDub. The resulting .vcf file has all the frame information, although it saves it differently than used in AVISynth. My program parses the text file and produces another text file with a series of Trim(x,x) statements. Then I add my AVISynth statements and I'm good.
It works for this one big clip, but when I want to do highlights it's just easiest to manually type the frame numbers in.
I'm wondering if there's any tricks others would like to share about getting the frame numbers from VirtualDub.
Dale
+ Reply to Thread
Results 1 to 5 of 5
-
-
Sounds like a great idea for a guide, especially if you are willing to share your program with the masses.
Hello. -
You might also want to look into the newly-created Programming Forum on this site to confer about your work. :c)
There's no place like 127.0.0.1
The Rogue Pixel: Pixels are like elephants. Every once in a while one of them will go nuts. -
Parsing the vdr sounds like best/only way to extract frame #'s automaticlly from VirtualDub.
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
Sounds like a great idea for a guide, especially if you are willing to share your program with the masses.
Dale
Similar Threads
-
MeGUI/AviSynth automatically changing frame rate to 17.843
By Hakuromatsu in forum Video ConversionReplies: 9Last Post: 14th Jun 2013, 01:48 -
avisynth denoise filter applied only from frame x to frame y
By codemaster in forum Video ConversionReplies: 1Last Post: 26th Apr 2012, 12:22 -
vcl file frame serve for avisynth
By norlane in forum Blu-ray RippingReplies: 2Last Post: 5th Feb 2011, 01:20 -
AviSynth smoothers - In proportion to frame size, or is it?
By Gew in forum Newbie / General discussionsReplies: 0Last Post: 22nd Jul 2009, 13:53 -
How to shifting an area of video frame in avisynth?
By djnice in forum Video ConversionReplies: 6Last Post: 31st Mar 2008, 00:24