VideoHelp.com Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Is there a program which allows one to play 2 videos side by side for comparison? I haven't decided whether to encode a divx into 2 or 3 svcds. If 2 svcds, then the bitrate would be around 1700, and if 3 svcds, the bitrate would be up to 2530. However, I encoded 2 samples of exactly the same clip with different bitrates, and I would like to be able to play both at the same time with the same settings so I could compare the 2 clips to see if the bitrates make a difference.

    Playing one clip, then loading another clip isn't helpful because I can't "remember" all the details of the previous clip.

    Thx
    Quote Quote  

  2. Take a screenshot.(?)
    Quote Quote  

  3. Member
    Join Date: Apr 2002
    Location: The State of Frustration
    Hey, Bottle, he said to play them side by side.
    Hello.
    Quote Quote  

  4. Banned
    Join Date: Nov 2002
    Location: Pgh Area
    I just opened Win Media Player twice and played 2 different movie files at the same time, side by side.

    Both looked as good as one event does,so I don't think CPU utilization would keep you from doing that.

    Give it a try with your preferred player.

    Probably have to use the files from the drive, maybe CD and DVD-ROM if they are already burnt, but they might have to be on different IDE channels, or the drives will take turns reading.Might not be a prob, also might.

    Cheers,

    George
    Quote Quote  

  5. Member racer-x's Avatar
    Join Date: Mar 2003
    Location: 3rd Rock from the Sun
    I'm thinking of doing this when I get my new camcorder. I'll shoot the same scene with both cameras. Since I'll be using DV-AVIs, I'll fire up Premiere and put one clip in the track above the other one. Then I could either crop the top one, or use a track matte to overlay half of the top video onto the bottom video. This should give a nice side by side comparison.

    I don't play with Divix, so I don't know what editor will work with them.

    I don't know if this might work, but you may be able to open one clip in PowerDVD and one im Media Player.
    There is no such thing as "Idiot-Proof".........a good Idiot will get around that every time.
    Quote Quote  

  6. Member
    Join Date: Apr 2002
    Location: The State of Frustration
    AviSynth can render them side by side as well. Just make take a few moments to get the chance to see them both together.
    Hello.
    Quote Quote  

  7. sorry wrong button
    Quote Quote  

  8. Member
    Join Date: Apr 2002
    Location: The State of Frustration
    No you do not "haft" to explain anything to me. A screenshot will only show two screencaptures. The two videos will not be playing side by side. If that were the case, I could save a bundle by looking at a poster rather than going to a movie.
    Hello.
    Quote Quote  

  9. Originally Posted by gmatov
    I just opened Win Media Player twice and played 2 different movie files at the same time, side by side.

    Both looked as good as one event does,so I don't think CPU utilization would keep you from doing that.

    Give it a try with your preferred player.

    Probably have to use the files from the drive, maybe CD and DVD-ROM if they are already burnt, but they might have to be on different IDE channels, or the drives will take turns reading.Might not be a prob, also might.

    Cheers,

    George
    I tried this but WMP just keeps the same window open and closes the other video that is playing. I thought there was an easy way around this but I can't remember what it is.

    P.S. I think I saw "Bugster" talk about comparing videos side by side in a number of other threads. He may know a technique...
    Quote Quote  

  10. Member
    Join Date: Apr 2002
    Location: The State of Frustration
    AviSynth can run four videos at the same time. Guess no one is listening. Pity.
    Hello.
    Quote Quote  

  11. Originally Posted by Tommyknocker
    AviSynth can run four videos at the same time. Guess no one is listening. Pity.
    How? Do I serve them into two instances of virtualdub?
    Quote Quote  

  12. Hay guys, look at the dates on this post. I made the same mistake myself. I don't know how I got on this thread awhile ago, but I did. I posted before I seen what thread it was, then changed my post.

    I don't know what happened but this is an old post we're on.

    Quote Quote  

  13. Member
    Join Date: Apr 2002
    Location: The State of Frustration
    Originally Posted by Fmctm1sw
    Tommyknocker wrote:
    AviSynth can run four videos at the same time. Guess no one is listening. Pity.


    How? Do I serve them into two instances of virtualdub?
    Not exactly. You open four videos at once in AviSynth. Have Virtual Dub mod render the video script to a separate filename. When it is finished, the new video will run all four videos at once. This code assumes all four videos are in the C: root directory. It will run in a 720 x 480 window:
    Code:
    q1=AVISource("c:fmctm1sw1.avi").BicubicResize(360,240) 
    q2=AVISource("c:fmctm1sw2.avi").BicubicResize(360,240) 
    q3=AVISource("c:fmctm1sw3.avi").BicubicResize(360,240) 
    q4=AVISource("c:fmctm1sw4.avi").BicubicResize(360,240) 
    l1=StackHorizontal(q1,q2) 
    l2=StackHorizontal(q3,q4) 
    StackVertical(l1,l2)
    Hello.
    Quote Quote  




Similar Threads

  1. Player to play 2 separate videos side by side for 3D effect ?
    By andy15star in forum Software Playing
    Replies: 9
    Last Post: 21st Jan 2012, 12:52
  2. Combine 2 Videos Side by Side
    By bseos in forum Editing
    Replies: 7
    Last Post: 19th Jun 2011, 11:34
  3. Comparing Encodes - Playing Two Side By Side?
    By Brent.M in forum Newbie / General discussions
    Replies: 2
    Last Post: 24th Mar 2010, 18:31
  4. Device for 2 videos side-by-side on TV?
    By ehusted in forum Portable Video
    Replies: 10
    Last Post: 18th Nov 2009, 01:10
  5. Replies: 4
    Last Post: 9th Jan 2009, 02:36
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools