digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Loading RealMedia files? (http://www.digitalfaq.com/archives/avisynth/13095-avisynth-loading-realmedia.html)

shgr 12-28-2004 01:09 AM

Avisynth: Loading RealMedia files?
 
i have some .rm files that i want to clean up with avisynth+tmpenc...

anyone can help me???

zenks! :wink:

sdc77 12-28-2004 04:55 AM

Try this :

directshowsource("c:\...\video.rmvb",fps=25)#video .rm or .rmvb ; Fps= your real framerate
GripCrop(544,576,overscan=1,source_anamorphic=fals e,dest_anamorphic=false)# or your wanted size ex : 720x576(480) ; 480x576(480) etc ...
GripSize(resizer="lanczosresize")
DRemoveGrain()
Deen()
TemporalSoften(2,7,7,3,2)
gripborders()

Be sure you are using avisynth 2.54 or 2.55 ...

Hybrid fupp run well to !

directshowSource("C:\...\video.rmvb",fps=25)
GripCrop(544,576,overscan=1,source_anamorphic=fals e)
HybridFuPP(preset="very high",dering = true,width=GripFit_resize_width,height=GripFit_res ize_height)
GripBorders()

Cheers


All times are GMT -5. The time now is 08:35 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.