Go Back   Video Editing Forums: Digital Director > Hardware: PCs and Camcorders > Hardware Problems

Hardware Problems Problems installing your hardware, confused about what capture card you need/want, or simply tearing your hair out? Post a comment here!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-05-2008, 12:40 AM
Junior Member
Standard Definition
 
Join Date: Apr 2008
Posts: 8
Imaphaggit is on a distinguished road
Exclamation Displaying 2 movies at once on 2 monitors

IS there a software program that will let me sync 2 movies to each other. So when I hit play they will both play at the same time? On 2 diffrent monitors Fullscreen. Or even a solution to do this?
Thanks guys and gals.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-06-2008, 05:21 AM
Junior Member
HDTV
 
Join Date: Apr 2008
Posts: 24
Dream-Media is an unknown quantity at this point
Default

NO, this is not possible and no software out there will do it for you.
You use dual monitor to see you work on another monitor but not two movies on different monitor at once....

To do so you need to open the same program twice to edit 2 movies.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-06-2008, 08:44 PM
MOSH's Avatar
Senior Member
Video Editing Junkie
 
Join Date: Feb 2007
Location: Kent
Posts: 248
MOSH is on a distinguished road
Default

Actually it is possible...

Multi-take/multi-cam editing. Final cut pro has multiple clip timelines which allow you to sync multiple clips (up to 16) and play back simultaneously from one trigger, whilst exporting each track to it's own monitor.

Other software can probably do this too, but don't know which. I've only ever tried with FCP.


Dream-Media - I suggest you quit giving people silly feedback, as it looks like you have a limited grasp of the subjects at hand.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-07-2008, 04:07 AM
Junior Member
HDTV
 
Join Date: Apr 2008
Posts: 24
Dream-Media is an unknown quantity at this point
Default

Mosh, this subject was posted on "04-05-2008, 12:40 AM" till then where you all gurus were you are unable to provide him with the answers even you know about everything.This is crazy someone asks for help and you guys seen nowhere to help them but when some answers to the post abt what he know that sounds crap to you, nice i avoid this next time.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-07-2008, 05:27 AM
MOSH's Avatar
Senior Member
Video Editing Junkie
 
Join Date: Feb 2007
Location: Kent
Posts: 248
MOSH is on a distinguished road
Default

What? 44 hours is not a long time... not even 2 days?

It's not like I check this site every day, and from your response you've made it sound like i've bumped a 2 year old thread?!?! I'm sorry that I didn't reply 15 hours sooner..... as you managed to in all your incorrect glory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-07-2008, 06:26 AM
Junior Member
Standard Definition
 
Join Date: Apr 2008
Posts: 8
Imaphaggit is on a distinguished road
Default

Quote:
Originally Posted by Dream-Media View Post
Mosh, this subject was posted on "04-05-2008, 12:40 AM" till then where you all gurus were you are unable to provide him with the answers even you know about everything.This is crazy someone asks for help and you guys seen nowhere to help them but when some answers to the post abt what he know that sounds crap to you, nice i avoid this next time.
Hey Now no need to fight kiddies.
Thanks for both of your inputs. Final cut is a little rich for my blood. And also i should of said that im running a windows machine.
So there for Final cut is out of the question.
So your both right.

Last edited by Imaphaggit; 04-07-2008 at 06:29 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-07-2008, 06:27 AM
Junior Member
Standard Definition
 
Join Date: Apr 2008
Posts: 8
Imaphaggit is on a distinguished road
Default

I might just have to run 2 pcs but i dunno how i would trigger both of them to run a video at the same time. cause they need to be synces almost precisely this is a different subject for different folks. If anyone else has so input it would be greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-08-2008, 12:42 PM
Administrator
 
Join Date: Nov 2003
Location: Kent
Posts: 8,440
Marc Peters has disabled reputation
Default

Essentially you need two instances of a video application to open up simultaneously, and then to expand to full screen. Although you can open up multiple instances of the current versions of Media Player, Media Player 6.4 can be opened up in multiple sessions. So that's the first hurdle, download media player 6.4.

The second is opening them up simultaneously. You should be able to do this by automating a command line script in a bat file.

This command will open up a new instance of the player, and then play the file in full screen automatically:

Mplayer2.exe /play /fullscreen c:\pathtovideo\video.avi

So that's the second issue covered. Create a bat file with that command.

The final is opening up two instances at the same time on different screens. The problem with the method above is that it will simply open up on the same screen! So you can't automate it using my method, but you can drag it to another screen (the videos will be in synch).

A more fundamental problem is that yoiu need to ensure that you can play a video overlay on both screens at once. Which leads me to my final point - why not just set up the monitors as mirrors? That way, whatever is one one screen is displayed on the other? Or is this two different video files?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-08-2008, 01:14 PM
Senior Member
Video Editing Junkie
 
Join Date: Jul 2005
Location: Bladon
Posts: 1,383
LukeD
Default

Quote:
Originally Posted by Marc Peters View Post
Essentially you need two instances of a video application to open up simultaneously, and then to expand to full screen. Although you can open up multiple instances of the current versions of Media Player, Media Player 6.4 can be opened up in multiple sessions. So that's the first hurdle, download media player 6.4.

The second is opening them up simultaneously. You should be able to do this by automating a command line script in a bat file.

This command will open up a new instance of the player, and then play the file in full screen automatically:

Mplayer2.exe /play /fullscreen c:\pathtovideo\video.avi

So that's the second issue covered. Create a bat file with that command.

The final is opening up two instances at the same time on different screens. The problem with the method above is that it will simply open up on the same screen! So you can't automate it using my method, but you can drag it to another screen (the videos will be in synch).

A more fundamental problem is that yoiu need to ensure that you can play a video overlay on both screens at once. Which leads me to my final point - why not just set up the monitors as mirrors? That way, whatever is one one screen is displayed on the other? Or is this two different video files?
Thanks for that Marc, I learnt somthing there. A pretty cool method too .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
40" LCD Monitors Marc Peters Forum Announcements, News and Off-topic 4 01-08-2007 06:55 PM
Possible two monitors? BigBadWimp Hardware Problems 12 01-21-2006 03:53 PM
The purpose of using 2 monitors? Hell Atlantic Forum Announcements, News and Off-topic 22 11-24-2005 02:07 PM
Premiere 6.5 not displaying pics d4thun Adobe Premiere, Premiere Elements, and After Effects 10 06-01-2005 11:24 PM
Overscan - not displaying titles correctly aljaxon Adobe Premiere, Premiere Elements, and After Effects 5 05-03-2005 07:36 AM


All times are GMT. The time now is 09:20 PM.