View Full Version : Playing 2 video tracks in one player
dev84
14th March 2018, 06:42
Hi
I'm looking for a software in which i can play 2 video clips at exactly the same frame.
I know that i can use mpc-hc and multiple instances or take screens at exact frame, but it's not the same.
So have any of You heard about program like that, open source?
Thx
Pawel
Sharc
14th March 2018, 07:37
You could try Avisynth:
stackhorizontal(video1,video2)
You would have to install Avisynth and then you can for example play this script in MPC-HC:
video1=DirectShowSource("C:\....path....\video1") #or a source filter of your choice
video2=DirectShowSource("C:\....path....\video2") #or a source filter of your choice
return stackhorizontal(video1,video2)
It would play the 2 videos side-by-side. They must be of same type though (resolution, color space ...)
dev84
14th March 2018, 10:46
Will try that Sharc, thank You.
One is source 16:9 8 bit and the other has black bars removed and it's 10 bit.
Thx
StainlessS
14th March 2018, 11:15
They must be of same type though (resolution, color space ...)
One is source 16:9 8 bit and the other has black bars removed and it's 10 bit.
For StackHorizontal, both MUST be same height, for StackVertical, both MUST be same width.
Both must also have same 'bitage', convert one to the other.
dev84
14th March 2018, 12:11
:(
I need to compare without any modifications
raffriff42
14th March 2018, 14:43
MediaInfo (https://mediaarea.net/en/MediaInfo) report for both files please (view: text; right-click: select all, copy)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.