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

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.

3

6 Answers

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.

4

You can do this in VLC for mac (version 2.2.6 ) using File > Advanced open file.

2

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

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

0

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

1

vlcsync - it syncs multiply vlc instances in background. After tried to find a solution, decide wrote my own. This is how the solution came about.

Features:

  • play/pause/seek from any player
  • tested on Linux/Windows

Note:

  • Do NOT provide exactly frame-to-frame sync, but do it close as possible and applicable in many cases (see: Limitations)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like