20 May '13 - 04:04 *
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 ... 71 72 [73] 74 75 ... 135
  Reply  |  Print  
Author Topic: BASS_DSHOW Video Library  (Read 271013 times)
Alpha_
Posts: 70


« Reply #1440 on: 31 Jul '11 - 17:15 »
Reply with quoteQuote

Quote
Work really good here .... tested avi, mpeg, wmv

Glad to hear that.

Quote
Apparently i get the problem with every mpg files.
You can test with http://home.bonot.ch/pub.mpeg

thanks

I've just tested and works fine. Maybe is a codec problem? Maybe you should install k-lite codec pack.

okay, i will test it Smiley
thanks very much for the hard work and wait for the final release.

regards
Logged
Ionut Cristea
Posts: 1372


« Reply #1441 on: 31 Jul '11 - 17:20 »
Reply with quoteQuote

  You're welcome. The final release will be soon(next week if all goes ok).

Best regards,
Ionut
Logged
Ionut Cristea
Posts: 1372


« Reply #1442 on: 31 Jul '11 - 18:27 »
Reply with quoteQuote

 I've included a DVD demo in the package, so please give it a try and tell me the results.

Ionut

* Bin.zip (944.49 KB - downloaded 12 times.)
Logged
Ionut Cristea
Posts: 1372


« Reply #1443 on: 31 Jul '11 - 18:46 »
Reply with quoteQuote

 A little update to the BASS_DSHOW. To use it just copy it over the demos.
Forgot to mention, BASS_DSHOW can be used like a BASS plugin , so just call BASS_PluginLoad and enjoy.

* BASS_DSHOW.zip (72.37 KB - downloaded 16 times.)
Logged
Alpha_
Posts: 70


« Reply #1444 on: 31 Jul '11 - 20:48 »
Reply with quoteQuote

I've included a DVD demo in the package, so please give it a try and tell me the results.

Ionut

Hello,

DVD quality is OK like other video. but none of title selection (right click -> title ->) works. next and previous chapter are ok, main menu too, click on screen is ok.

hope that's help
Logged
Ionut Cristea
Posts: 1372


« Reply #1445 on: 31 Jul '11 - 21:02 »
Reply with quoteQuote

  Hi,

That title selection feature bug for DVD is from the application(not BASS_DSHOW.dll). That feature wasn't implemented correctly in application.
Btw, have anyone tried BASS_DSHOW as a BASS plugin?

Other bugs found are welcome too  Smiley.
Logged
Alpha_
Posts: 70


« Reply #1446 on: 31 Jul '11 - 22:49 »
Reply with quoteQuote

  Hi,

That title selection feature bug for DVD is from the application(not BASS_DSHOW.dll). That feature wasn't implemented correctly in application.
Btw, have anyone tried BASS_DSHOW as a BASS plugin?

Other bugs found are welcome too  Smiley.

have you a delphi api compatible with it ? i saw that all function are named xVideo, so i tryed to use the latest xVideo api i got but many function have been replaced.

thanks
Logged
Ionut Cristea
Posts: 1372


« Reply #1447 on: 1 Aug '11 - 06:21 »
Reply with quoteQuote

  Yes, you are correct, all functions from BASS_DSHOW are named xVideo_* because this version of BASS_DSHOW is xVideo without audio processing(because those are handled by BASS). ALso i want to ask you guys can i leave the BASS_DSHOW API like it is(so i not change the functions to BASS_DSHOW_xxx)? It will be easy for me when i upgrade xVideo, BASS_DSHOW will be updated also.

Here is API for Delphi and C++ and latest BASS_DSHOW.

Best regards,
Ionut

* Api.zip (82.11 KB - downloaded 23 times.)
Logged
quickmic
Posts: 248


« Reply #1448 on: 1 Aug '11 - 08:33 »
Reply with quoteQuote

Please implement loading ifo-files instead of selecting a DVD-Rom.

thx
Logged
Alpha_
Posts: 70


« Reply #1449 on: 1 Aug '11 - 12:23 »
Reply with quoteQuote

  Yes, you are correct, all functions from BASS_DSHOW are named xVideo_* because this version of BASS_DSHOW is xVideo without audio processing(because those are handled by BASS). ALso i want to ask you guys can i leave the BASS_DSHOW API like it is(so i not change the functions to BASS_DSHOW_xxx)? It will be easy for me when i upgrade xVideo, BASS_DSHOW will be updated also.

Here is API for Delphi and C++ and latest BASS_DSHOW.

Best regards,
Ionut

No problem for me, it's easier for you. I will give you a feedback until tomorrow concerning the feathure to load it as a bass plugin.

thanks for the api.
Logged
Ionut Cristea
Posts: 1372


« Reply #1450 on: 1 Aug '11 - 13:49 »
Reply with quoteQuote

 
Quote
Please implement loading ifo-files instead of selecting a DVD-Rom.

thx


You can do that already. Just put the filename parameter of the ifo, to xVideo_StreamCreateDVD function

Quote
No problem for me, it's easier for you. I will give you a feedback until tomorrow concerning the feathure to load it as a bass plugin.

thanks for the api.


Thanks for testing too Smiley
Logged
Ionut Cristea
Posts: 1372


« Reply #1451 on: 1 Aug '11 - 14:37 »
Reply with quoteQuote

  Have anyone try Tempo/Pitch with BASS_FX? Is audio/video in sync? Any audio gliches?

Thanks,
Ionut
Logged
quickmic
Posts: 248


« Reply #1452 on: 1 Aug '11 - 14:55 »
Reply with quoteQuote

After some tests...

Video-functions seems to work very good.

Test conditions... Decoded stream and added to a mixer-stream.
K-Lite is up to date.

Problems are:
DVD-Playback works only if "AnyDVD" is acivated. If not I get a black/white-noise-video view (snow-noise)... ALSO with the dvdDemo.exe.
Play Ifo-Files doasn't work here. I get a streamhandle returned, but this is it.

xVideo_ChannelSetSync to get a callback for xVideo_SYNC_END also has no effect. No callbacks are fired up here, and the "original" BASS_ChannelSetSync with BASS_SYNC_END parameter also don't work.

Logged
Ionut Cristea
Posts: 1372


« Reply #1453 on: 1 Aug '11 - 16:40 »
Reply with quoteQuote

  Thanks for testing. I will see what i can do about the reported bugs Smiley
Logged
Alpha_
Posts: 70


« Reply #1454 on: 1 Aug '11 - 16:48 »
Reply with quoteQuote

what is the right way to use SetWindow ? what's the new hVideo DWORD parameter ?

thank in advance
Logged
Ionut Cristea
Posts: 1372


« Reply #1455 on: 1 Aug '11 - 16:58 »
Reply with quoteQuote

  The new hVideo parameter is a value returned by xVideo_ChannelAddWindow function, or 0(zero) for the main video window.
Logged
quickmic
Posts: 248


« Reply #1456 on: 1 Aug '11 - 17:02 »
Reply with quoteQuote

Additionally...

I test now on a second computer. Here I get no DVD at all. Even with your tool. Very strange...

TS-Video from a DVB-Receiver doesn't play. Maybe a codec-problem, I will check that. (Audio is playing correct)

And one feature request:
Can you implement DVD-menu-control by mouse?
Logged
Ionut Cristea
Posts: 1372


« Reply #1457 on: 1 Aug '11 - 17:05 »
Reply with quoteQuote

It's already implemented:

Usage:

Mouse down action:

Quote
xVideo_DVDChannelMenu(chan,xVideo_DVDActionAtPos,x,y);

Mouse move action:

Quote
xVideo_DVDChannelMenu(chan,xVideo_DVDSelectAtPos,x,y);
Logged
quickmic
Posts: 248


« Reply #1458 on: 1 Aug '11 - 17:07 »
Reply with quoteQuote

Perfect  Smiley
Logged
Ionut Cristea
Posts: 1372


« Reply #1459 on: 1 Aug '11 - 17:08 »
Reply with quoteQuote

  So...what do you think guys...this is the version of BASS_DSHOW you all waiting for? Cheesy
Logged
Pages: 1 ... 71 72 [73] 74 75 ... 135
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines