Are there any applications that let me view video files side-by-side to get an idea of the quality differences?
I am in the process of transfering VHS to DVD's and I am trying to compare different encoding and captureing methods... but I can't seem to find a way to view two seprate video files side-by-side... any suggestions?
+ Reply to Thread
Results 1 to 14 of 14
-
-
two copies of media player classic two copies of virtualdub , one (or two) copies of almost any NLE in which you can all (of them) display two video streams side by side
"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
2 copies of a software player isn't that good, unless you disable the overlay first. Otherwise one will use it and the 2nd won't. You can play 2 examples of the same video, and with the overlay enabled they'll look different from each other. Either disable it, or open 3 instances of the same player and use the 2nd and 3rd for comparison purposes.
AviSynth's StackHorizontal (or StackVertical for widescreen videos) is ideal for this. -
MPEG Video Wizard uses two windows, with similar looks and controls, for previewing clips and edited content. They call them Monitors. The Monitor for previewing source clips is called the Input Monitor, and the Monitor for previewing edited content on the Timeline is called the Output Monitor.
You can preview the different or same files in the Input Monitor and Output Monitor side by side.
Wish to help you. -
There are a couple of avisynth scripts to do this in this post -> https://forum.videohelp.com/viewtopic.php?t=297929
The first script actually does a split screen so you can compare the original in one half of the frame, and the new version in the other. I use this script for most of my cleanups.Read my blog here.
-
The problem with avisynth is it only plays AVI's correct?
The files I'd like to compare are in MPEG format.
Nightcat,
I tried out Wooble MPEG Video Wizard, but I can't figure out how to play a file in the output window/monitor... everytime I open a video it only opens in the input window/monitor.
I haven't had a chance to try any other apps as of yet.
Please help,
Thanks,
-BassKozz -
Originally Posted by BassKozz"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
To play MPEG videos side by side, first make D2Vs for both using DGIndex. Then you'll also need the DGDecode.dll that comes in the same DGMPGDec package that includes DGIndex:
LoadPlugin("C:\Path\To\DGDecode.dll")
A=MPEG2Source("C:\Path\To\Video1.d2v")
B=MPEG2Source("C:\Path\To\Video2.d2v")
StackHorizontal(A,B)
Or use a variation of the script to which guns1inger posted a link earlier. -
I cut each video in half (right down the middle) using CROP, then use STACKHORIZONTAL to view both versions on the same page as one video. Allows you to make pretty quick decisions on your changes. All this is using AVISYNTH, of course.
Using VirtualDub, you can step forward, backward and access the video randomly.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
[quote="gadgetguy"]
Originally Posted by BassKozz
The step how to open file in Output Monitor is below:
1) Open the files in the Project Manager.
2) Select the files in Project Manager, drag and drop them into the Timeline.
3) Click the 'Play' button in Output Monitor to preview the video file which edited on Timeline.
Wish to help you.
Similar Threads
-
How do I do a side by side video comparison in AvsP?
By Simcut in forum Newbie / General discussionsReplies: 15Last Post: 25th Mar 2012, 23:42 -
Video Stream Side-By-Side
By maza1967 in forum Video Streaming DownloadingReplies: 3Last Post: 10th Mar 2010, 10:31 -
Merge 2 FLV video files side by side
By zsuppguy in forum Newbie / General discussionsReplies: 3Last Post: 7th Jan 2010, 16:58 -
compareing 2 videos side by side in same video. (sugestions)
By tessa101 in forum EditingReplies: 4Last Post: 9th Jan 2009, 02:36 -
Vegas 6 Side by Side Video
By CobraStrike4 in forum EditingReplies: 1Last Post: 21st May 2008, 16:23