Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 7 of 7

Thread: Can't get movies to play

  1. #1
    Join Date
    Feb 2007
    Posts
    1
    [edited from support email]
    I had an experiment set up in MediaLab that involved playing a movie. It was working fine until this morning. Now, when I run the questionnaire file, instead of the movie, it shows just a white screen with a horizontal line where the movie should be. The problem does not seem to be with the movies themselves; they play if I just open the file outside of MediaLab. The trouble only occurs when they're in MediaLab. They are .mov files, but I've also tried converting them to .mpg and some other formats, and the same thing happens. Thanks for the help!
    When you say they play if you open them outside of MediaLab, do you mean with Quicktime, the Windows MediaPlayer or both?

    They wouldn't play in MediaPlayer or Quicktime. But I actually just figured out the problem. It turned out that two users were logged onto the computer at once, and when I logged the other user off, the videos worked again. I'm not sure why that made a difference, but it's fixed! Thanks for the response, though!
    Last edited by jarvis24; 08-06-2007 at 06:15 AM.

  2. #2
    Join Date
    Nov 2005
    Posts
    3,328
    [edited from support email]
    I'm trying to tell MediaLab to play a Quicktime movie clip, which I have
    copied in the same directory as the experiment etc. When the time comes for the clip to play, there is nothing on the screen apart from the usual medialab background colour, which lasts exactly as long as the videoclip, and then moves on to the next item in the experiment. Any ideas?
    First thing to try is to see if this video plays ok in the Windows Media Player on the machine where the movie isn't playing properly (since MediaLab uses the WMP as its video engine).

    Also, take a look at this link:

    www.empirisoft.com/support/showthread.php?t=572

    The movies play great, but only in Quicktime. Is there any way to convert QT to MediaPlayer files without having to buy new software?
    There are numerous free conversion programs out there. I've only used QuickTime which will convert .mov to .mpg or .avi. It does however require the Pro version which is $29.99 from Apple.com). In some cases the conversion can affect the movie quality. You could also try clicking "use enhanced video" on the MediaLab Preferences menu. That function was designed to help users play native QuickTime files but some have had trouble with it not playing the first of a set of videos. Another thing you can try is downloading the 3ivx codec from www.3ivx.com. I believe some users have had luck playing QT movies with the WMP after this codec has been installed.

    I have also heard that with the newest version of the Windows MediaPlayer, many Quicktime videos will play but some won't--seems it may depend on how Quicktime encodes the video. If anyone know what makes the difference, please let us know or post it.
    Last edited by jarvis24; 08-06-2007 at 06:12 AM.

  3. #3
    Join Date
    Nov 2005
    Posts
    3,328
    [edited by moderator]

    I am getting neither sound nor video. I've tried using avi and wmv. All the videos play in Windows Media Player just fine, but they won't play in Medialab. I get a white square until I press ESC.

    I saw another thread http://www.empirisoft.com/Support/showthread.php?t=552) that seems to describe a similar problem as what I'm encountering, but whereas for that person the video sometimes plays, it doesn't at all for me. I can sometimes see an image that flashes for a second or less, but then the screen would go black, and then white, with no sound. I'd then have to press Ctrl + right arrow to move on.

    So far, I have tried putting it in both the que and exp files. I've rebooted the computer and I'm the only one logged on. My MediaLab license is for v2004, and I'm running Vista. I'm not sure if that makes a difference.
    Make sure you have "use enhanced video" turned off on the Preferences menu. First thing I would try is to run your files with some simple MPGs or AVIs to ensure it's not possibly related to the encoing of your particular video files. Another thing you can try is playing the clips as backvideos to another item.
    Last edited by jarvis24; 08-06-2007 at 06:02 AM.

  4. #4
    Join Date
    Nov 2005
    Posts
    3,328
    Another solution for playing video files, is to create an html file and play them as an HTML item in MediaLab rather than as a Movie item. A sample is attached as a zip file.

    The sample HTML can be modified in any text editor (like the Windows Notepad). Or you can create it from scratch using an empty text file.

    To create the HTML item from scratch:

    Copy the code below into the empty text file and change the name of the video file from "text.wmv" to whatever your video is called (note the name is used twice!). Also note that in this sample, the video should be located in the same folder as the HTML file.

    Code:
    <object type="video/x-ms-wmv" data="test.wmv" width="320" height="255">
      <param name="src" value="test.wmv">
      <param name="autoStart" value="1">
      <param name="showcontrols" value="false">
    </object>
    The above sample works with the Windows WMV format. For MPG and MOV file formats, you can use the following variations:

    MPG
    Code:
    <object data="test.mpg" type="video/mpeg" width="320" height="255">
      <param name="src" value="test.mpg">
      <param name="autoStart" value="1">
      <param name="showcontrols" value="false">
    </object>
    AVI
    Code:
    <object data="test.avi" type="video/x-msvideo" width="320" height="255">
      <param name="src" value="test.avi">
      <param name="autoStart" value="1">
      <param name="showcontrols" value="false">
    </object>
    MOV (QuickTime)
    Code:
    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
            codebase="http://www.apple.com/qtactivex/qtplugin.cab"
            width="320" height="255">
      <param name="src" value="test.mov" >
      <param name="controller" value="false" >
      <param name="autoplay" value="true">
    </object>
    Attached Files Attached Files

  5. #5
    Join Date
    Dec 2007
    Posts
    1

    Troubles as well

    I can hear sounds now, but still cannot view the video. I have tried the methods suggested above (except playing through HTML) but I still cannot view videos in .avi, .mpg, or .mov (with 'Use Enhanced Video' or without). I'm not a video whiz, so I am not certain about how to fix codecs if that is the problem.

    Our primary use for MediaLab will be to display videos. I am using a trial version to see if our group would like to purchase it, so a speedy response would be much appreciated.

  6. #6
    Join Date
    Nov 2005
    Posts
    3,328
    Also check out workaround post toward the end of this thread:
    http://www.empirisoft.com/support/showthread.php?t=552
    Last edited by Trevor Newell; 11-06-2009 at 12:18 AM.

  7. #7
    Join Date
    Mar 2009
    Posts
    401

Similar Threads

  1. Flash movies / animations in DirectRT?
    By jarvis24 in forum DirectRT Older Versions: How Do I...
    Replies: 2
    Last Post: 08-12-2011, 05:10 PM
  2. Can DirectRT play video clips?
    By jarvis24 in forum DirectRT Older Versions: How Do I...
    Replies: 1
    Last Post: 09-07-2006, 12:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •