Sha256: cb95653b7bfae56992f38e32364d4a5b044f0c3650d2463adc13e5835d38280c

Contents?: true

Size: 913 Bytes

Versions: 6

Compression:

Stored size: 913 Bytes

Contents

# from http://avisynth.org/mediawiki/Enhancing_dvd_videos

Video = DirectShowSource("push3.GRF", fps=35, audio=False, framecount=1000000) # fps appears to be a "max" fps
Return Video

# 
# these are the size of your monitor that the output is displayed on.  Unless it lags too much, then try experimenting with smaller values
# Video = ConvertToYUY2 (Video) 
# screen_width = 1024 # CHANGE THIS TODO propagate it...
# screen_height = 768 # CHANGE THIS
# 
# # note that you can get even better looking images by say, upscaling to 2x your current screen resolution, by uncommenting the following two lines
# screen_width = screen_width*2
# screen_height = screen_height*2
# 
# Video = Lanczos4Resize (Video, screen_width, screen_height) # said to be a good upsampler...hmm...
# 
# Video = Sharpen (Video, 0.78) # Helps sharpen smoothness enlarging does. 0.78 = (1.25*(1024/720))-1
# Return Video

Version data entries

6 entries across 3 versions & 2 rubygems

Version Path
content-editing-movie-player-0.38.0 upconvert_from_screen/old/latest2/upconvert_from_screen_me2.avs
content-editing-movie-player-0.38.0 upconvert_from_screen/upconvert_from_screen_me2.avs
sensible-cinema-0.35.3 upconvert_from_screen/old/latest2/upconvert_from_screen_me2.avs
sensible-cinema-0.35.3 upconvert_from_screen/upconvert_from_screen_me2.avs
sensible-cinema-0.34.0 upconvert_from_screen/old/latest2/upconvert_from_screen_me2.avs
sensible-cinema-0.34.0 upconvert_from_screen/upconvert_from_screen_me2.avs