If you reduce the noise (for example) in a video you can trust that the result is better than the source but it would be better to see the facts. I found a tool called Kinovea that can compare to videos but
with completely different objectives, which is also shown by the fact that only a visual comparison in very small windows is offered.Kinovea is a video player for sport analysis. It provides a set of tools to capture, slow down, study, compare, annotate and measure technical performances.
after that I get the hint to that tool but looks like I am to stupid (or not deep enough in the technical aspects of the video technology) for that tool. The only answers in two hours with the free version was again and again some incomprehensible error messages
any better solution?
+ Reply to Thread
Results 1 to 2 of 2
-
-
If you reduce the noise (for example) in a video you can trust that the result is better than the source …..
Are you a bit familiar with avisynth?
I usually compare 2 clips (of same resolution) using an avisynth script like
Code:v1=yoursourcefilter_for_clip1 v2=yoursourcefilter_for_clip2 out1=Interleave(v1.Subtitle("V1",align=5,size=48),v2.Subtitle("V2",align=5,size=48)) out2=stackhorizontal(v1,v2) return out1 #for interleaved viewing #return out2 #for side-by-side viewing
Similar Threads
-
What's the best tool to cut/trip MKV videos?
By creamsoda in forum EditingReplies: 16Last Post: 4th Jan 2019, 15:36 -
Compare two videos
By ziggy1971 in forum Video ConversionReplies: 1Last Post: 23rd Sep 2018, 18:17 -
Best way to compare two videos (original and converted) for frame shift?
By Bencuri in forum Video ConversionReplies: 4Last Post: 27th Aug 2018, 21:06 -
[Tool] MKVStrip - Remove audio/subtitles you do not need from videos
By samehb in forum Video ConversionReplies: 2Last Post: 22nd Feb 2018, 11:18 -
Synchronize video from 1.video and sound from 2.video using compare videos
By ad48 in forum EditingReplies: 0Last Post: 3rd Apr 2015, 06:18