Play two videos in sync as well as having seek in sync

11

1

I have two different videos. Now here's the thing, they have the same lengths, and they are related to each other. Is there a way that I can play these videos on at the same time using VLC and also have a unified seek bar, so that the times are the same for both, since one video is dependent on the other.

Games Brainiac

Posted 2013-09-02T18:55:22.637

Reputation: 241

1

Possible duplicate of How to play multiple videos side-by-side synchronized?

– Ramhound – 2016-01-22T16:30:49.260

Does it HAVE to be in VLC? If not, please edit your post and remove that requirement (and tag.) – Ƭᴇcʜιᴇ007 – 2013-09-02T19:17:00.887

1Okay, it does not have to be. – Games Brainiac – 2013-09-03T02:10:49.323

Answers

17

If anyone is still interested in this the current version of VLC is able to do this very well without any kind of scripting or add-on. To accomplish this simply open VLC and select Media>Open Multiple Files. Inside the multiple file windows select add to add the first file. After this click on the, "Show more options," checkbox followed by the, "Play another media synchronously," checkbox at the bottom of the window. Select browse next to, "Extra media," to add the second file. Hit play and the two media files will play simultaneously with a single control window.

Tim L

Posted 2013-09-02T18:55:22.637

Reputation: 501

If a multiple question have identical answers, they should be flagged as duplicates, submitting the same identical answer multiple times is odd behavior. – Ramhound – 2016-01-22T16:32:39.630

2This is perfect if there is a way to set the delay. – Joshua – 2017-08-17T16:44:44.557

12This used to work, but it doesn't anymore in VLC 3.0.1. – foxX – 2018-05-21T17:28:29.553

I don't even have a Media menu on my VLC (Version 3.0.4 Vetinari (Intel 64bit)) on mac... – Shawn – 2019-01-05T20:09:28.047

1

You can do this in VLC for mac (version 2.2.6 https://get.videolan.org/vlc/2.2.6/macosx/) using File > Advanced open file.

Matthias Duyck

Posted 2013-09-02T18:55:22.637

Reputation: 71

1

I haven't seen any player that could do that, but you could merge the two video files together to achieve what you want. See questions like https://stackoverflow.com/questions/9293265/ffmpeg-2-videos-transcoded-and-side-by-side-in-1-frame

wingedsubmariner

Posted 2013-09-02T18:55:22.637

Reputation: 1 432

0

I have recently solved it with mplayer and you can see the solution on superuser here: master-slave with mplayer

denjello

Posted 2013-09-02T18:55:22.637

Reputation: 303

0

You can use AutoHotKey to achieve something similar though not perfect. I posted my answer to a question similar to yours here

user52874

Posted 2013-09-02T18:55:22.637

Reputation: 41

This would be more appropriate as a comment. You're really providing a hint for where to find an answer rather than an answer. – fixer1234 – 2015-10-10T00:47:18.957