MovieSeek and MovieAudio

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
hth
User
User
Posts: 41
Joined: Tue Aug 21, 2007 8:01 pm

MovieSeek and MovieAudio

Post by hth »

Please
supported this commands also for rendered movies.

PB_Help
Syntax
Result = MovieSeek(#Movie, Frame)
Description

Change the #Movie position to the given frame.

Note: this command is not supported on rendered movies.


Syntax
MovieAudio(#Movie, Volume, Balance)
Description

Control the audio stream of #Movie. Volume and balance can be modified during playback. Changes occur immediately. The volume range goes from 0 to 100 (100 being the loudest). Balance can range from -100 to 100 (-100 is full left, 0 is middle (normal mode) and 100 is full right).

Note: this command is not supported on rendered movies.




hth
Last edited by hth on Tue Aug 24, 2010 12:31 pm, edited 2 times in total.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Re: MovieSeek and MovieAudio

Post by Fluid Byte »

Rendered movies?
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
hth
User
User
Posts: 41
Joined: Tue Aug 21, 2007 8:01 pm

Video-Library

Post by hth »

The problem exists now many years!
- full-HD-videos only can play of full-HD-screens
- many video-commands doesn't work on the screen
- the necessary DirectX7-Subsystem switch off the Aero-Interface with the Command "OpenWindowedScreen"

Please revised the video-library.

hth
spataro
New User
New User
Posts: 6
Joined: Wed Apr 18, 2012 6:48 pm

Re: Video-Library

Post by spataro »

hth wrote: Please revised the video-library.
I agree. I follow Purebasic since years, even if I don't yet use it. One reason is this: I need to interact with standard players (video AND audio) for both win and mac, better if also linux.
Or perhaps a solution to install vlc "inside".
Thanks again to all,
Valentino
Post Reply