Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Hardware & Software > PC Hard & Software

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th March 2018, 06:42   #1  |  Link
dev84
Registered User
 
Join Date: Mar 2009
Posts: 51
Playing 2 video tracks in one player

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
dev84 is offline   Reply With Quote
Old 14th March 2018, 07:37   #2  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
You could try Avisynth:
Code:
stackhorizontal(video1,video2)
You would have to install Avisynth and then you can for example play this script in MPC-HC:

Code:
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 ...)

Last edited by Sharc; 14th March 2018 at 11:37. Reason: typo
Sharc is offline   Reply With Quote
Old 14th March 2018, 10:46   #3  |  Link
dev84
Registered User
 
Join Date: Mar 2009
Posts: 51
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
dev84 is offline   Reply With Quote
Old 14th March 2018, 11:15   #4  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
They must be of same type though (resolution, color space ...)
Quote:
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.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 14th March 2018, 12:11   #5  |  Link
dev84
Registered User
 
Join Date: Mar 2009
Posts: 51


I need to compare without any modifications
dev84 is offline   Reply With Quote
Old 14th March 2018, 14:43   #6  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
MediaInfo report for both files please (view: text; right-click: select all, copy)
raffriff42 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:14.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.