View Single Post
Old 23rd July 2008, 21:49   #20  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by Zwitterion View Post
You could also try this tool here:
http://forum.doom9.org/showthread.php?t=138430

It lets you compare two videos in fullscreen switching between them with the left mouse button. For me it's easier than side by side comparing ala stackhorizontal/-vertical.
You could achieve that with Avisynth like this:
Code:
clip1 = DirectShowSource("C:\MyEncode1.foo", audio=false)
clip2 = DirectShowSource("C:\MyEncode2.foo", audio=false)

Interleave(clip1,clip2)
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote