Announcement

Collapse
No announcement yet.

Ladies and Jellyspoons, I have a Video related question.... or two!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ladies and Jellyspoons, I have a Video related question.... or two!

    Greetings all! It's been a while since I bothered you with a problem of my inability to figure out stuff!

    I have a full video, that I want people to have the option of viewing, but I would like to be able to play segments of the same video in different strategic places. I can't figure out how to get the timing right, what kind of format do I have to use in the seek option?

    My code is below, could anyone help me out with this?

    MediaPlayerObject[MediaPlayer1].Load ("%SrcDir%\SVP YOUTH PROJECTS.mpg")
    MediaPlayerObject[MediaPlayer1].Seek (1.5)
    %PlayState% = MediaPlayerObject[MediaPlayer1].GetProperty ("Play State")
    IF (%PlayState% = 3)
    MediaPlayerObject[MediaPlayer1].Stop
    END IF

    Thanks guys!

    Also, I'm wanting to get a lot of video onto the cd, and I know that everyone says MPEG 1 is the best, but I have to say that wmv format is pretty good on my machine and takes up less space! How do you put in the codecs for WMP 9 ? I have read a few threads on the subject but I'm just not getting it....
    If you can read this, i have yet to write a witty and imaginative signature.... sorry...

  • #2
    Re: Ladies and Jellyspoons, I have a Video related question.... or two!

    [Somebody's been watching Izzard! [img]/ubbthreads/images/icons/wink.gif[/img] ]
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

    Comment


    • #3
      Re: Ladies and Jellyspoons, I have a Video related question.... or two!

      Eddie rocks alright..... but I'm not so sure he knows how to get the video properties....
      If you can read this, i have yet to write a witty and imaginative signature.... sorry...

      Comment

      Working...
      X