logo Sign In

Post #754769

Author
Spaced Ranger
Parent topic
Info Wanted: Colorized Classics - is anyone preserving them?
Link to post in topic
https://originaltrilogy.com/post/id/754769/action/topic#754769
Date created
23-Feb-2015, 5:58 PM

I compressed everything down to it's basics. Just type this into Notepad. Save it with "save as text" if there are multiple save options in Win-XP. Duplicate the image files and rename them with these shorter names (for easier typing).

vSD = ImageReader( "SD360.jpg" )
vHD = ImageReader( "HD720.jpg" )
vSD
#vHD

That's all of it. This script will display the SD image. To display the HD image, put a # in front of the vSD and remove the # from #vHD.

This must work (it does work for me). After that, you must see what could be wrong in your copy-and-paste. That problem will stop you from using Avisynth.