He's using a simple avisynth script script to stack the two videos together, subtracting one from the other leaving only the difference (and amplifying it for clarity). If there's no diference the results will be blank. If there's a slight difference there will be thin grey lines.
He's also demonstrating that this stuff is probably over your head at this point and that you really should listen to what folks here are trying to tell you. Think of it as tough love.
+ Reply to Thread
Results 31 to 39 of 39
-
Last edited by smrpix; 4th Sep 2013 at 08:31.
-
-
-
You'll have to change WhateverSource() to something else. Try DirectShowSource() to start. That comes with AviSynth so you won't have to download and install some other AviSynth source filter. If DirectShowSource() doesn't work download the ffmpeg source filter and put it in AviSynth's plugins folder. Then use ffVideoSource(). The first time you use ffVideoSource() on a particular video it will take a while to start up because it has to build an index file for that video.
-
I must be missing something.
I named the first file 1.mkv and the second 6.mkv, then I put them both on the C drive so it'd be easier to type the location.
v1=AviSource("C:\1.mkv")
v2=DirectShowSource("C:\6.mkv")
Subtract(v1, v2)
Levels(112,1,144,0,255) # 8x amplify differences
I get this error:
"Avisynth open failure
AVIFileSource: couldn't open file 'C:\1.mkv"
Similar Threads
-
Handbrake help
By Kaavalan in forum DVD RippingReplies: 10Last Post: 20th Dec 2012, 07:01 -
[ASK] Handbrake 0.9.5
By czgirb in forum Video ConversionReplies: 17Last Post: 28th Jan 2012, 16:29 -
HandBrake advice
By kyrcy in forum DVD RippingReplies: 4Last Post: 25th Oct 2011, 15:14 -
Handbrake
By Han Solo1 in forum Newbie / General discussionsReplies: 1Last Post: 28th Dec 2010, 13:14 -
Handbrake
By Bazza-61 in forum Blu-ray RippingReplies: 4Last Post: 19th Oct 2010, 06:16