Author Topic: BASS_V2 - yet another video playback plugin  (Read 3305 times)

fmcoder

  • Posts: 485
BASS_V2 - yet another video playback plugin
« on: 24 Jan '13 - 12:31 »
Plugin allows video playback with audio processed in the BASS library.

Features:
- works as BASS plugin. Control playback using standard BASS functions: StreamCreateFile, ChannelSetPosition etc
- automatically selects the best available video renderer
- bloats software distribution by 1.5 megabytes  :-\

Limitations:
- DSP's set on a channel can not change channel speed or direction
- only real-time playback speed: if you want to extract audio stream from video this is not the best solution
- requires bassmix.dll for operation
- plugin doesn't care about A/V sync much, so use low latency playback and everything will be fine
- doesn't support Sync's (yet)

License:
This version is for testing purposes only, and not to be used in any real-world projects, nor free or paid.
If you want to use this plugin in your software app, the lisense prices are:
$50 - free software
$250 - paid software priced under $500
$250 x N - paid software priced under N x $500

Download: http://dl.djsoft.net/beta/bass_v2.zip
Readme and example Delphi project included.

Enjoy.
« Last Edit: 24 Jan '13 - 22:36 by fmcoder »

subh

  • Posts: 179
Re: BASS_V2 - yet another video playback plugin
« Reply #1 on: 24 Jan '13 - 15:27 »
Hi,
   fmcoder :)
I download your demo project :) it is not properly work :( I don't know show a debug msg. An error occurred in the application (Project1.exe)

but show a video no audio

bass_v2.dll it's cool ;)
pls. include vb6 source code

regards fmcoder ;)

fmcoder

  • Posts: 485
Re: BASS_V2 - yet another video playback plugin
« Reply #2 on: 24 Jan '13 - 18:15 »
It plays the sound to the default sound device. If something fails, it will show an error message. Please click "Save bug report", save it to a file eg. bugreport.txt and post here the contents of this file.

Regarding VB6 source code - I don't use it myself, so I can't help you here. But the code is really simple and easy to follow. In the example source code folder ("DemoSrc") see the "Unit2.pas" file, it has all the code.

fmcoder

  • Posts: 485
Re: BASS_V2 - yet another video playback plugin
« Reply #3 on: 24 Jan '13 - 19:25 »
I forgot to tell, the pre-compiled DEMO requires at least Windows Vista to work.

subh

  • Posts: 179
Re: BASS_V2 - yet another video playback plugin
« Reply #4 on: 25 Jan '13 - 04:56 »
Hi,
  fmcoder
  yeah I fix it :) thanks

smoodilo

  • Guest
Re: BASS_V2 - yet another video playback plugin
« Reply #5 on: 15 Mar '13 - 17:28 »
Thanks FMCoder,

I missed this post. Will give it a try!