PDA

View Full Version : 2 Q about playing 2 videos


notsofast
04-09-2002, 05:39 PM
Two FMPlayer questions:

1. Is there some trickery that can let 2 videos be played back-to-back seamlessly? I get a flicker between the two.

2. Can 2 videos be played simultaneously?

Thanks.

Mentor Lee
04-10-2002, 04:32 AM
1. Is there some trickery that can let 2 videos be played back-to-back seamlessly? I get a flicker between the two.
You may use asx + OpenEvent + Event to do it .
But it only works on WMP 6.4. Use
fscommand("fas.avclip.USEWMP6","TRUE")
to enable fmplayer to use WMP6.

Go the following link for more information
http://support.microsoft.com/support/kb/articles/Q254/9/28.ASP

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay/mmp_sdk/usingwindowsmediametafilesforseamlessstreamswitchi ng.asp


2. Can 2 videos be played simultaneously?
FMPlayer doesn't support this feature in current version, but if you tell us why you need this feature, we may add it in future.

notsofast
04-10-2002, 02:55 PM
Originally posted by Mentor Lee

You may use asx + OpenEvent + Event to do it .
But it only works on WMP 6.4. Use
fscommand("fas.avclip.USEWMP6","TRUE")
to enable fmplayer to use WMP6.


That might be too tricky for me. It also sounds like I couldn't put together sequences dynamically if I need to create .asx files.


[B}FMPlayer doesn't support this feature in current version, but if you tell us why you need this feature, we may add it in future. [/B]

One use would be to blend from Video A to Video B, A fades out, B fades in, with a little overlap. Another use would be to have multiple video thumbnails.

Mentor Lee
04-11-2002, 02:31 PM
That might be too tricky for me. It also sounds like I couldn't put together sequences dynamically if I need to create .asx files.
You might create .asx file dynamically:)

One use would be to blend from Video A to Video B, A fades out, B fades in, with a little overlap. Another use would be to have multiple video thumbnails
Thanks, we will check the possibility!