Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 11th March 2010, 01:30   #1  |  Link
jeremy33
Registered User
 
Join Date: Jun 2009
Posts: 172
Upscale SD to HD

I want to know if there is no error and if it's good for upscaling SD with ffdshow :

- fast SPP deblocking 35% (No fast SPP deblocking for DVD)
- Deband 1.15
- Avisynth :
add video source : unchecked
3:2 pulldown : ignore pulldown
input color space : yv12
buffer back ahead : 3/3

Code:
SetMTMode(2,4)
Last=ffdshow_source()
setmemorymax(1024)
SetMTMode(2)
a= last
b=a.Spresso_JD()
SeeSaw_JD(a,b)
LimitedSharpenFaster_JD(strength=11)
LimitedSharpenFaster_JD(strength=11)
mWidth = float(last.width)
mHeight = float(last.height)
ratio = (mWidth/mHeight)
newHeight = round((1920/ratio)/2)*2
MT("spline64resize(1920, last.height)",4)
MT("spline64resize(last.width, newHeight)",4, splitvertical=true)
distributor()
That's the result : 640x352 up to 1280x704 :
http://img690.imageshack.us/img690/5...zebilinear.png
http://img695.imageshack.us/img695/9529/newvc.png

Last edited by jeremy33; 12th March 2010 at 13:34.
jeremy33 is offline  
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:19.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.