22 May '13 - 12:07 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2] 3 4 ... 69
21  Developments / BASS / Re: BASS_DSHOW Video Library on: 18 Mar '13 - 09:38
  The registration format was changed a bit, the users that have registered at least a shareware licence will receive in fallowing days new keys to use.

Ionut
ReplyReply Reply with quoteQuote
22  Developments / BASS / Re: BASS_DSHOW Video Library on: 17 Mar '13 - 15:25
Quote
dvd does not work when called with nil parameter to load from first cd drive.
fullscreen function is not present in the api

Yes this is correct, you'll need to specify the dvd path.

Quote
fullscreen function is not present in the api

The function was removed due it's limitations.

 
Quote
This beta version supports Delphi 7... ?

IT supports, but the demos have been written in delphi xe2. Note that when passing strings you will need to remove xVideo_UNICODE flag.
ReplyReply Reply with quoteQuote
23  Developments / BASS / Re: BASS_DSHOW Video Library on: 17 Mar '13 - 08:36
CDG files playback is possible via addon xVIdeo_CDG
ReplyReply Reply with quoteQuote
24  Developments / BASS / Re: BASS_DSHOW Video Library on: 16 Mar '13 - 11:37
  http://surodev.com/downloads/BASS_DSHOW.zip


Beta testing of new BASS_DSHOW begins.

Ionut
ReplyReply Reply with quoteQuote
25  Developments / BASS / Re: BASS_DSHOW Video Library on: 26 Feb '13 - 09:14
  A beta version of BASS_DSHOW/xVideo will be posted tonight.

Best regards,
Ionut
ReplyReply Reply with quoteQuote
26  Developments / BASS / Re: BASS_DSHOW Video Library on: 20 Feb '13 - 08:09
Until end of this week it will be available.
Ionut
ReplyReply Reply with quoteQuote
27  Developments / BASS / Re: BASS_DSHOW Video Library on: 17 Feb '13 - 17:00
 a x64 version will be available for both xVideo and BASS_DSHOW.
ReplyReply Reply with quoteQuote
28  Developments / BASS / Re: BASS_DSHOW Video Library on: 17 Feb '13 - 11:06
  It is stable, and it will do all you want , and it is integrated with BASS
ReplyReply Reply with quoteQuote
29  Developments / BASS / Re: BASS_DSHOW Video Library on: 16 Feb '13 - 23:25
  The BASS_DSHOW and xVideo 1.3 version will be available this week.
ReplyReply Reply with quoteQuote
30  Developments / BASS / Re: BASS_DSHOW Video Library on: 17 Dec '12 - 07:54
It is possible for some time. Smiley Subh know about that because i've send it a demo with new BASS_DSHOW.
ReplyReply Reply with quoteQuote
31  Developments / BASS / Re: BASS_DSHOW Video Library on: 14 Dec '12 - 17:13
 Hi all,

Project is not dead, is under development, i was busy with some things, sorry for not respond to message. A BASS_DSHOW version will be release very very soon, because...well is presents month.  Grin

Ionut
ReplyReply Reply with quoteQuote
32  Developments / BASS / Re: BASS_CDG on: 19 Oct '12 - 16:48
  Hi,


This addon has been incorporated in BASS_DSHOW, and will not be continued as BASS_CDG
ReplyReply Reply with quoteQuote
33  Developments / BASS / Re: BASS_DSHOW Video Library on: 16 Oct '12 - 14:51
First, i think you use a very old version.
2nd, BASS_DSHOW problably will not know how to handle that stream, so you'll need to create your own method for reading the data and push to BASS_DSHOW
ReplyReply Reply with quoteQuote
34  Developments / BASS / Re: BASS_DSHOW Video Library on: 16 Oct '12 - 09:33
Quote
Any news on this, Ionut?

A beta version will be available in 2-3 days.

Quote
I'm trying to download from the address stream - rtmp :/ / localhost: 1935/Video/test.stream, can I use BASS_DSHOW Video Library or xVideo to play and record the flow to the local disk?
I have seen examples, Demo, but I found out a way to use in their test program.
Thanks in advance for your help.

It is possible to achive something like this creating a user push stream, but saving to disk..you refer to encoding that data?

Ionut
ReplyReply Reply with quoteQuote
35  Developments / BASS / Re: BASS_DSHOW Video Library on: 11 Oct '12 - 10:35
use xVideo_Register function with the provided registration data.

Using Delphi XE2 i recommand adding xVideo_UNICODE flag to the flag parameter.

Example: xVideo_Register(PWideChar('dummyemail@yahoo.com'),PWideChar('registrationdata'),xVideo_UNICODE);
ReplyReply Reply with quoteQuote
36  Developments / BASS / Re: BASS_StreamCreate and 24 bits on: 19 Sep '12 - 20:44
BASS can convert 24 audio data to other audio data, but yes BASS_StreamCreate function can use only 8,16,32fp
ReplyReply Reply with quoteQuote
37  Developments / BASS / Re: BASS_DSHOW Video Library on: 16 Sep '12 - 22:22
Quote
Of course most videos are in HD. We live in 2012 ;-). What renderer have you set in the multiview-example? What renderer would give lowest CPU usage? Hardware-rendering...yes would be great.

I use Build In Video Renderer(7).

a CUDA decoder addon is available. For testing it send me a PM.
ReplyReply Reply with quoteQuote
38  Developments / BASS / Re: BASS_DSHOW Video Library on: 14 Sep '12 - 16:39
Quote
So I can just rename it to bass_dshow.dll??


Yes you can

Quote
Problem:

If I try to set the renderer like:
--------------
BassDShow.BASS_DSHOW_Init(FrmMain.MyPicturebox1.Handle, AddOn.DShow.BASSDSHOWInit.BASS_DSHOW_Default)

BassDShow.BASS_DSHOW_SetConfig(BASSDSHOWConfig.BASS_DSHOW_CONFIG_VideoRenderer, BASSDSHOWConfigFlag.BASS_DSHOW_EVR)
-----------

(or any other renderer)

...Multiview does not work (the second screen is not created).

If I don't set the renderer, I get very high CPU usage and the video is very out of sync.

What renderer do you use in your demo?

I suspect that you are using a 720 or 1080 p video for this. Its true that high CPU usage on such kind of files, but will be fixed by adding hardware decoder.
Quote
Ouaou great list of updates... and very impressive....
Bcs i am new to this can you point me at same doc like the classes and the propertys i can use...

And if you like and you have time of course a very simple example ffmpeg redered in OpenGL panel,cube... anything you like...

Thank you and great work with the 3d ability... and 2d/3d conversion...

I will see what i can do about this.
ReplyReply Reply with quoteQuote
39  Developments / BASS / Re: BASS_DSHOW Video Library on: 13 Sep '12 - 20:39
  Hi,

New in this version:

-fixed multoutput video issues
-build in video renderer
-user video renderer
-ability to play and display stereoscopic videos(3d glasses)
-2D-3D conversion
-A/V Sync issues fixed
-ability to stream video or push image data to a virtual device(via videoCam addon)
-tempo and other audio effect are now build in(the BASS_FX one can be used too)
-software video effects(brightness,contrast etc)
-ability to use video devices that are already in use(via videoSplit addon)
-audio/video switch support
ReplyReply Reply with quoteQuote
40  Developments / BASS / Re: BASS_DSHOW Video Library on: 13 Sep '12 - 19:44
 No, actually is BASS_DSHOW, only the name was changed to xVideo
ReplyReply Reply with quoteQuote
Pages: 1 [2] 3 4 ... 69
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines