Hi !
Does anybody tried this ?
frameserve VDub into Procoder ?
tried to change the .vdr to .avi ...
but NO !
Any idea ?
THX
+ Reply to Thread
Results 1 to 8 of 8
-
-
did you run the vdub bat file first ?
if you did and it still didnt work you may have to use vfapicon (on your vdr file) or avsynth instead -
I think so...
but the frameserving works with TMPGEnc and not with ProCoder ... ?! -
ProCoder 1.5 supports AVISynth directly, works great. Not sure about Vdub.
-
I've tried both without any luck. Can someone who's had success using avisynth with procoder post an example of their avs/avi file?
What would be really useful also is a suggestion for a good VHS noise removal plugin (temporal/spatial smoother/blurrer type thing).
Hope someone can help. -
# General settings for avisynth version 2.52Originally Posted by Chordmeister
SetMemoryMax(32)
SetWorkingDir("D:\")
AviSource("FrameServer.avi")
AssumeFieldBased #avisynth normally doesn't guess that
AssumeBFF # Bottom Field First
ConvertToYUY2( interlaced=true)
# audio starts one frame late
DelayAudio(0.04)
# Fix too dark video for YUY<>RGB conversion
Tweak(0.0, 1.0, 3.0, 1.0)
# Cnr2: Chroma Noise Reduction for TV/VHS.
# SpatialSoften: remove noise and sharpen
LoadPlugin("C:\Program Files\AVISynth 2.5\plugins\cnr2.dll")
Cnr2(4, 5, 255)
# test effect of SpatialSoften, when the "Return" Line is active,
# script-processing stops here
# Return StackVertical(last.Subtitle("original"), last.SpatialSoften(5, 2, 3).Subtitle("Spatial")
SpatialSoften(5, 2, 3)
# Shift image 2 pixels to the left
Crop(2, 0, -0, -0)
AddBorders(0, 0, 2, 0)
# resize a 720x576 (CCIR601) DV video to 480x576 with correct aspect ratio
# LanczosResize(480, 576, 8, 0, 704, 576)
# normal resize (SVCD-PAL)
LanczosResize(480, 576, 0, 0, 720, 576)
See above. To get Procoder 1.0.x working with frameserving, use link2 (www.videotools.net), just open the *.avs File and wrap it to a (pseudo) AVI, then open that AVI with procoder.What would be really useful also is a suggestion for a good VHS noise removal plugin (temporal/spatial smoother/blurrer type thing).
Sorry for the late reply, but this should help.
Kind regards Frieden -
I strongly recommend not using VirtualDub's frameserver, because it's excessively slow and only operates RGB24, which involves several (lossy!) colorspace conversions.Originally Posted by Fifou
See my previous post, avisynth can do everything VirtualDub can and more. You can even use all VirtualDub plugins in avisynth (although not recommended because of colorspace conversion).tried to change the .vdr to .avi ...but NO
If you use avisynth, you'll cut your encoding time in half (no joke), converting to YUY2 again reduces encoding time significantly.
If you still want to use VD'S frameserver: link2 can also wrap this one to a pseudo-avi, which procoder will happily open.
Kind regards Frieden -
Just curious where you able to figure out how to frameserve to Procoder with VirtualDub....I'm not at all interested in figuring out Avisynth...I much prefer the simplicity of VirtualDub....
TIA
Similar Threads
-
Where can I download Frameserve ?
By DuBsTaR in forum Newbie / General discussionsReplies: 19Last Post: 9th Dec 2011, 18:47 -
Can't Frameserve to Tmpgenc
By BonnieW88 in forum Video ConversionReplies: 1Last Post: 30th Aug 2009, 23:40 -
Frameserve from virtualdub to HC
By SatStorm in forum Video ConversionReplies: 2Last Post: 12th Jun 2009, 06:24 -
Frameserve on MacOS??
By Maxwellbest in forum MacReplies: 5Last Post: 4th Oct 2008, 16:34 -
How do I DeInterlace and Frameserve?
By rocky12 in forum Newbie / General discussionsReplies: 0Last Post: 17th Jul 2008, 21:50



Quote