25 May '13 - 00:14 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: 1 ... 125 126 [127] 128 129 ... 135
  Reply  |  Print  
Author Topic: BASS_DSHOW Video Library  (Read 272064 times)
raser89
Posts: 2


« Reply #2520 on: 15 Aug '12 - 20:52 »
Reply with quoteQuote

Hello,

Does BASS_DSHOW_StreamCreateFileUser already work? Implemented?
I tried it with different files but it didn't work.
I am using Bass.NET Wrapper + C#

Regards
Logged
Ionut Cristea
Posts: 1376


« Reply #2521 on: 15 Aug '12 - 21:27 »
Reply with quoteQuote

DO you call xVideo_Init/BASS_DSHOW_Init ? WHat's the error code of BASS_DSHOW?
Logged
diystar
Posts: 23


« Reply #2522 on: 16 Aug '12 - 05:10 »
Reply with quoteQuote

Has the latest verssion removed 'xVideo_StreamCreateURL' function?
Logged
raser89
Posts: 2


« Reply #2523 on: 16 Aug '12 - 11:22 »
Reply with quoteQuote

Thank you for your fast reply.

Quote
DO you call xVideo_Init/BASS_DSHOW_Init ? WHat's the error code of BASS_DSHOW?

Yes, i do. BASS_DSHOW_ErrorGetCode() gives me only Bass_DShow_Ok.

Here is a part of my source code:


callbackProc = new Un4seen.Bass.BASS_FILEPROCS(...);

Bass.BASS_Init(-1,44100, BASSInit.BASS_DEVICE_DEFAULT, System.IntPtr.Zero);
DShow.BassDShow.BASS_DSHOW_Init(IntPtr.Zero, DShow.BASSDSHOWInit.BASS_DSHOW_Default);

int id = DShow.BassDShow.BASS_DSHOW_StreamCreateFileUser(BASSFlag.BASS_DSHOW_STREAM_LOOP,IntPtr.Zero,callbackProc,IntPtr.Zero);

MessageBox.Show(id.ToString()); // = 0
MessageBox.Show(Bass.BASS_ErrorGetCode().ToString()); // = "Bass_Error_Handle"
MessageBox.Show(DShow.BassDShow.BASS_DSHOW_ErrorGetCode().ToString()); // = "Bass_DShow_Ok"

Logged
Ionut Cristea
Posts: 1376


« Reply #2524 on: 21 Aug '12 - 01:53 »
Reply with quoteQuote

Try with this latest : http://surodev.com/downloads/BASS_DSHOW.dll
Logged
smoodilo
Guest
« Reply #2525 on: 21 Aug '12 - 12:34 »
Reply with quoteQuote


Is this a new version?HuhHuhHuhHuh?
Logged
Ionut Cristea
Posts: 1376


« Reply #2526 on: 21 Aug '12 - 12:38 »
Reply with quoteQuote

  Nope Smiley.

I know the new version will come a little harder but you'll love it. In short time i will release testing versions.

Ionut
Logged
smoodilo
Guest
« Reply #2527 on: 21 Aug '12 - 18:54 »
Reply with quoteQuote

  Nope Smiley.

I know the new version will come a little harder but you'll love it. In short time i will release testing versions.

Ionut

The one and only thing that I am looking for is good multi-monitor support. I hope you did/do some work on that too?
Logged
Ionut Cristea
Posts: 1376


« Reply #2528 on: 21 Aug '12 - 19:57 »
Reply with quoteQuote

Quote
The one and only thing that I am looking for is good multi-monitor support. I hope you did/do some work on that too?


 Yes i did Smiley
Logged
Ionut Cristea
Posts: 1376


« Reply #2529 on: 10 Sep '12 - 22:17 »
Reply with quoteQuote

  In 2 days a beta version of BASS_DSHOW will be released for testing.

Ionut
Logged
Astro29
Posts: 179


« Reply #2530 on: 13 Sep '12 - 00:12 »
Reply with quoteQuote

It's been 2 days...
Logged
Ionut Cristea
Posts: 1376


« Reply #2531 on: 13 Sep '12 - 12:12 »
Reply with quoteQuote

  Here is it: http://surodev.com/downloads/BetaTest.zip

Logged
azrael11
Posts: 11


« Reply #2532 on: 13 Sep '12 - 18:22 »
Reply with quoteQuote


this is beta test of xVideo... ? Smiley
Logged
Ionut Cristea
Posts: 1376


« Reply #2533 on: 13 Sep '12 - 19:44 »
Reply with quoteQuote

 No, actually is BASS_DSHOW, only the name was changed to xVideo
Logged
azrael11
Posts: 11


« Reply #2534 on: 13 Sep '12 - 20:21 »
Reply with quoteQuote

No, actually is BASS_DSHOW, only the name was changed to xVideo

ok
so whats new ...
Is there any source examples or new doc for xVideo...

Thank you...
Logged
Ionut Cristea
Posts: 1376


« Reply #2535 on: 13 Sep '12 - 20:39 »
Reply with quoteQuote

  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
Logged
smoodilo
Guest
« Reply #2536 on: 14 Sep '12 - 09:59 »
Reply with quoteQuote

No, actually is BASS_DSHOW, only the name was changed to xVideo

So I can just rename it to bass_dshow.dll??

Logged
smoodilo
Guest
« Reply #2537 on: 14 Sep '12 - 10:55 »
Reply with quoteQuote

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?






Logged
azrael11
Posts: 11


« Reply #2538 on: 14 Sep '12 - 11:27 »
Reply with quoteQuote

  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


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...
Logged
Ionut Cristea
Posts: 1376


« Reply #2539 on: 14 Sep '12 - 16:39 »
Reply with quoteQuote

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.
Logged
Pages: 1 ... 125 126 [127] 128 129 ... 135
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines