So I'm halfway through the video I'm working on right now, and I decide to do a test to see if it will actually work. I'm editing the footage using the avisynth plugin for premiere, and exporting using the Debugmode Frameserver. When loading this script into VirtualDubMod:
AVISource("C:\Documents and Settings\Tom\Desktop\EvaBop Polka.avi")
TFM()
TDecimate(mode=1)
And trying to save it as AVI with the DivX Codec, I'll have video in VirtualDubMod, but not in the saved file. I've run into a similar problem when exporting clips of the video from Premiere as uncompressed AVI files. Advice?
Export Problems W/Avisynth Plugin
- SrgtWilco
- Joined: Mon Oct 16, 2006 6:05 pm
- Location: Northeast Illinois
Export Problems W/Avisynth Plugin
Murphy's Constant: If outcome may = A or B, where A=Good and B=FUBAR, anticipate B as most probable result.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- SrgtWilco
- Joined: Mon Oct 16, 2006 6:05 pm
- Location: Northeast Illinois
Same problem, except now there's no audio. I'm wondering if I should just scrap the whole avisynth-plugin thing and go back to the export-clips-from-virtualdub method, as tedious as it is; unless anyone with experience using the plugin could tell me what I'm doing wrong.
Murphy's Constant: If outcome may = A or B, where A=Good and B=FUBAR, anticipate B as most probable result.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- SrgtWilco
- Joined: Mon Oct 16, 2006 6:05 pm
- Location: Northeast Illinois
Well that makes things interesting. The file saved with HuffYUV does indeed have video, though the file size is so huge it hardly even plays, and is without audio. When I load the same clip back into VirtualDub and compress it with DivX, the video's gone. So the problem here seems to be with DivX, though I don't know any other codecs as good for final compression.
Murphy's Constant: If outcome may = A or B, where A=Good and B=FUBAR, anticipate B as most probable result.