VirtualDub filters...
Moderator: Andreas Wideroe
VirtualDub filters...
I'm trying to enhace the transcriptions from R8/S8 to video using VirtualDub filters (Deshaker, Hotspot,...). I use to capture from camcorder using DV codec but VirtualDub doesn't open this kind of file. What codec does people here use when filtering thru VirtualDub? No-compression? I could use MPEG codecs but I thing I would loose quality during edition. :?:
You should use AviSynth and VDub! You can make srcipt with AviSynt and then open video file into VDub. With that "frame server" you can open any format your computer can read, into VDub or some other editor as well 
AviSynth if Free!
The script you need is following:
AVIFileSource("myclip.avi")
So not very complicated ;-)
http://www.avisynth.org

AviSynth if Free!
The script you need is following:
AVIFileSource("myclip.avi")
So not very complicated ;-)
http://www.avisynth.org
- Scotness
- Senior member
- Posts: 2630
- Joined: Fri Jan 24, 2003 8:58 pm
- Location: Sunny Queensland, Australia!
- Contact:
I found using deshaker I had to export in to a different codec from premiere first (can't remember which one though) - there are some codecs virtualdub can't use - but that frame serving idea sounds like the best solution
Scot
Scot
Read my science fiction novel The Forest of Life at https://www.amazon.com/gp/product/B01D38AV4K
Avisynth
Hi Petteri,
I'm trying to use Avisynth and using DV-1 I receive the error message:
Using DV-2 I receive the error message:
I'm using DV files generated by Ulead, and both types of files are opened and played by MediaPlayer. I think that is something related to registering of codecs, isn't it? Any tip :?:
I'm trying to use Avisynth and using DV-1 I receive the error message:
.Avisynth open failure. Unrecognized exception!
Using DV-2 I receive the error message:
.Avisynth open failure. Avisource: couldn't locate a decompressor for fourcc dvsd
I'm using DV files generated by Ulead, and both types of files are opened and played by MediaPlayer. I think that is something related to registering of codecs, isn't it? Any tip :?:
Yes that would have been my suggestion as well ;-)
Disadvantages to use that method is that you don't get sound, but i think that it does not matter you? Maybe they have even fixed that problem? I don't know, it's been a while since i have used it.
Petteri
Disadvantages to use that method is that you don't get sound, but i think that it does not matter you? Maybe they have even fixed that problem? I don't know, it's been a while since i have used it.
Have you noticed that you can use VDub filters with AviSynth as well! Then you can open the video file via AviSynth, with VDub filters, into your Editor (i.e. Premiere) directly! Or did you just meant that?Great! Now I save one rendering phase using VirtualDub filters direct into DV captured files
Petteri
Petteri, I like to use an easier video editor as VideoStudio from Ulead. I've tried to open an avisynth script file as a video input file and VideoStudio didn't understand it (I don't know if I should do something that I didn't). The install program of Avisynth associated .avs files to Avisynth but I think that is not enough. But it doesn't matter anyway, because what I do is:
1. Capture S8/R8 from projection to DV (I'm transcripting my 50 years old movies to video). I have ~25hours of movies.
2. Filtering with VirtualDub to deflick, remove hotspot, color, brightness, contrast and sharpness correction and eventually deshake. Since deflick and deshake takes two phases, I think it's better to save a intermediate clip file at this step.
3. Then I final edit using VideoStudio (adding titles and music background).
1. Capture S8/R8 from projection to DV (I'm transcripting my 50 years old movies to video). I have ~25hours of movies.
2. Filtering with VirtualDub to deflick, remove hotspot, color, brightness, contrast and sharpness correction and eventually deshake. Since deflick and deshake takes two phases, I think it's better to save a intermediate clip file at this step.
3. Then I final edit using VideoStudio (adding titles and music background).
There might be separate FrameServer AddOnn to Avisynht to get it working with VideoStudio, but it goes fine as you do as well...
One great advantage still using Vdub filters with AviSynth, is that if you use same settings all the time, you just have to do one script where the filters are "loaded" and then only change the filename. You can load filtered videofile into Vdub and then just save it in there
That might save some time...
Petteri
One great advantage still using Vdub filters with AviSynth, is that if you use same settings all the time, you just have to do one script where the filters are "loaded" and then only change the filename. You can load filtered videofile into Vdub and then just save it in there

Petteri