i want to play 2 different video files at the same time but when one half of the screen is one video and the other is on the other
or , i load the two videos and i cant change back and fourth instatly by clicking a button. i had a program like it but i lost it
it was really simple and good.
just load 2 video files and there is a button that when i put my mouse over it , it switches to the other video
+ Reply to Thread
Results 1 to 6 of 6
-
-
You can do it in VLC and have the 2 video's side by side for comparison. Just read the docs or help file but basically on the first Menu label there is a selection (second from top) Multiple files - off you go!
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
i dont them to play side by size id different windows , i could figure it out myself.
i want 1 to play on half of the screen an the other on the other half
some thing like that
http://thisiscolossal.com/wp-content/uploads/2011/06/split-2-600x337.jpg -
Here's a batch file that builds an AviSynth script, then plays it using a specified media player. Drag/drop two video files onto the batch file.
Code:echo v1 = DirectShowSource("%~dpnx1").Subtitle("%~dpnx1") > sbs.avs echo v2 = DirectShowSource("%~dpnx2").Subtitle("%~dpnx2") >> sbs.avs echo v1 = v1.Crop(0,0,v1.width/2,v1.height) >> sbs.avs echo v2 = v2.Crop(v2.width/2,0,v2.width/2,v2.height) >> sbs.avs echo StackHorizontal(v1,v2) >> sbs.avs "G:\Program Files\SMPlayer\smplayer.exe" sbs.avs del sbs.avs
-
Take a look at this program - you can have up to 16 video's in the one window. It was mentioned in an earlier post on the same subject. https://www.videohelp.com/software/AVPlayer
AVPlayer(Awesome Video Player) supports playing multiple videos simultaneously, up to 16 videos at once on each screen! With automatic hardware and software decoding acceleration support. It plays absolutely every video format out there, at lightening fast speed too.Last edited by netmask56; 25th Aug 2016 at 21:23.
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
Similar Threads
-
simple program to play videos side by side for comparison?
By zanzar in forum Newbie / General discussionsReplies: 1Last Post: 1st Apr 2016, 06:37 -
How to create & render two videos side-by-side in DaVinci Resolve 12?
By Bleeder2 in forum EditingReplies: 1Last Post: 24th Mar 2016, 18:38 -
Avisynth to ffmpeg - Comparison between two videos side by side
By mapg in forum Video ConversionReplies: 5Last Post: 17th Mar 2015, 13:00 -
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 -
Player to play 2 separate videos side by side for 3D effect ?
By andy15star in forum Software PlayingReplies: 9Last Post: 21st Jan 2012, 12:52