20 Jun '13 - 07:38 *
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 ... 8
1  Developments / BASS / Re: BASS_DSHOW Video Library on: 4 Jun '13 - 15:45
Sorry but 3D Video is not available for freeware/limited licence.

OK Sad
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: BASS_DSHOW Video Library on: 3 Jun '13 - 16:28
HI IONUT,

I WANT TO KNOW IN 3D XVIDEO. AND UPLOAD XVIDEO.BAS OR NEW XVIDEO.CHM DOCUMENTATION

SUBH  Angry
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: BASS_DSHOW Video Library on: 1 Jun '13 - 15:35
I'm using VB6 and always get an runtime error 53 -> xvideo.dll file not found. Has somebody a hint for me to solve this?

thx


Solved... D3DX9_43.dll was missing

sorry to say which version you use to xVideo.dll or vb module?
till now not upgrade VB header
ReplyReply Reply with quoteQuote
4  Developments / BASS / Re: BASS_DSHOW Video Library on: 1 Jun '13 - 07:20
Quote
but you can't upload vb Sad
I insist you Smiley

subh

A VB header will be available.

Ionut pls. need to new VB header Wink
and response this site Smiley
ReplyReply Reply with quoteQuote
5  Developments / BASS / Re: BASS_DSHOW Video Library on: 27 May '13 - 17:10
 Take this. Note that you should read the documentation or see the examples. No one will do the whole project for you and i don't know VB so i can't help you so much except with C++/.NET or Delphi examples.


Ionut

any Idea or any bypass proses  Huh
why not get name?  Roll Eyes
 Angry
ReplyReply Reply with quoteQuote
6  Developments / BASS / Re: BASS_DSHOW Video Library on: 27 May '13 - 16:11
Hi Ionut here is my visualization code Smiley

pls. update vb modules

'xVideo_ChannelGetData Flags

Global Const xVideo_DATA_END = &H80000000        ' end of file
Global Const xVideo_DATA_FLOAT = &H40000000     'flag: return floating-point sample data
Global Const xVideo_DATA_FFT512 = &H10000000    'flag: return FFT 512
Global Const xVideo_DATA_FFT1024 = &H60000003 ' 1024 FFT
Global Const xVideo_DATA_FFT256 = &H60000001
Global Const xVideo_DATA_FFT2048 = &H60000004

here is my 2 code pls. check it
I've a problem in 3type_Vis.zip
ReplyReply Reply with quoteQuote
7  Developments / BASS / Re: BASS_DSHOW Video Library on: 20 May '13 - 18:53
I don`t think that vb6(15 years old dev language strange)  knows unicode
so change it to

I know Chris but I love VB and my demo project ready is 85% complete, I can't change my language. thanks your advice and I will follow to you Smiley

Hello Ionut,
My Over head Programmer I don't Understand this logic, I totally confused Huh
and I hate copy paste.

see my attachment and please create it for me
thanks
ReplyReply Reply with quoteQuote
8  Developments / BASS / Re: BASS_DSHOW Video Library on: 20 May '13 - 15:08
Quote
var
 menu: TMenuItem;
 count: Integer;
 str: xVideo_STREAMS;
 I: Integer;
begin
 Popupmenu1.Items.Items[2].Items[0].Clear;
 Popupmenu1.Items.Items[2].Items[1].Clear;
 Popupmenu1.Items.Items[2].Items[2].Clear;
 count := xVideo_ChannelStreamsCount(chan);
 if(count<=0) then exit;
 for I := 0 to count-1 do
 begin
   if(xVideo_ChannelGetStream(chan,I,@str,xVideo_UNICODE)) then
   begin
     menu := TMenuItem.Create(PopupMenu1);
     menu.Caption := String(PWideChar(str.name));
     menu.Checked := str.enabled;
     menu.Tag := I;
     menu.OnClick := EnableStream;
     Popupmenu1.Items.Items[2].Items[str.format-1].Add(menu);
   end;
 end;
end;

HEre is the delphi code to get the streams. About vb code, sorry don't know so much VB.

Ionut

sorry Ionut does not work properly Sad
String(PWideChar(str.name)); 'not found

what can I do now?Huh??

subh  Angry
ReplyReply Reply with quoteQuote
9  Developments / BASS / Re: BASS_DSHOW Video Library on: 18 May '13 - 11:14
Try Delphi to vb Smiley then I'll post it okay  Wink

and how to solve this code.
the problem is does not work all panel Alpha color, working only one panel (picturebox1). ??


subh  Angry
ReplyReply Reply with quoteQuote
10  Developments / BASS / Re: BASS_DSHOW Video Library on: 18 May '13 - 06:52
Try Delphi to vb Smiley then I'll post it okay  Wink

subh Angry
ReplyReply Reply with quoteQuote
11  Developments / BASS / Re: BASS_DSHOW Video Library on: 16 May '13 - 07:24
the problem is does not work all panel Alpha color, working only one panel (picturebox1).


which day you post your new vb header and demo code Smiley and please upload demo code. Ionut, I told you how to get
codec filter name in popup menu or dual audio streems name so kindly help this code Smiley

please reply

subh Angry
ReplyReply Reply with quoteQuote
12  Developments / BASS / Re: BASS_DSHOW Video Library on: 14 May '13 - 03:55
the problem is does not work all panel Alpha color, working only one panel (picturebox1).
ReplyReply Reply with quoteQuote
13  Developments / BASS / Re: BASS_DSHOW Video Library on: 13 May '13 - 18:58
The VB header is not complete.

any news? Inout
How to Alpha color change when Multi Video Output?

Ionut pls. check my code, where i am wrong?

ReplyReply Reply with quoteQuote
14  Developments / BASS / Re: BASS_DSHOW Video Library on: 12 May '13 - 15:18
Problably the VB header will be available next week.

are you sure and promise to me.

subh  Angry

Hi Ionut next time when upload a module please attach demo project.
thanks Smiley
ReplyReply Reply with quoteQuote
15  Developments / BASS / Re: BASS_DSHOW Video Library on: 10 May '13 - 17:58
Problably the VB header will be available next week.

are you sure and promise to me.

subh  Angry
ReplyReply Reply with quoteQuote
16  Developments / BASS / Re: BASS_DSHOW Video Library on: 10 May '13 - 17:41
hey Ionut,
Can't find filters name in menu or Dual audio streams. it is not work properly, which day you can upload the vb code?

subh
ReplyReply Reply with quoteQuote
17  Developments / BASS / Re: Custom seekbar control on: 10 May '13 - 16:34
No one  Lips Sealed
I guessed that programmers are here!!!

Hello Dear Hunter, I know that what do you want. you make a custom seekbar control like in VLC media player (version 2.0.5 or higher it's cool i like that  Wink ) & you use to your own project. I suggest you search Active-X (OCX) otherwise you can use skin Themes or custom picture(*.res) files.

I have no idea in VC++ I use to vb6 and i apply this Smiley
I hope you understand and sorry my bad English  Grin

thanks & don't hopeless, be faith yourself Smiley Wink

subh  Angry
ReplyReply Reply with quoteQuote
18  Developments / BASS / Re: BASS_DSHOW Video Library on: 9 May '13 - 18:51
In my Delphi demo i create a menu item each time when the callback is called and assign a index for that.

typedef BOOL (CALLBACK CallBackConnectedFilters)(void * Filter, void* FilterName,BOOL pp,void* user);

Filter - IBaseFilter instance
FilterName - ANSI/UNICODE filter name
pp - it supports property page or not
user - user parameter set when the xVideo_ChannelGetConnectedFilters is called.

Sorry Ionut you are right
but vb module no define /CALLBACKS/ header
Sad

I request to you Ionut please upload full vb6 module (same like to xvideo.pas) & solve my problem.

thanks,  Smiley
subh

Ionut, please help me  Undecided

Can't find filters name in menu or Dual audio streams so please need some your help, actually need to add source code Smiley
thanks for reply

subh 
ReplyReply Reply with quoteQuote
19  Developments / BASS / Re: BASS_DSHOW Video Library on: 9 May '13 - 15:27
Just to know that xVideo/BASS_DSHOW project is not dead
 New xVideo/BASS_DSHOW version will be release in max 2 weeks

New features:
1)Build-in WAV encoder
2)added possibility that user create it's own video renderer(to handle each frame draw)
3)play from memory
4)play from user file handling
5)CDG files support(via addon)
6)DVD playback redesigned(works better now)
7)support for Windows Speech Recognition with xVideo based on audio capture device(via addon)
8)multiple video output redesigned(theoretical add now unlimited new video windows)
9)added possibility that user create it's own audio renderer(usefull if you want to create a new bass audio renderer for video?)
10)lots of improvements.

Ionut

but you can't upload vb Sad
I insist you Smiley

subh
ReplyReply Reply with quoteQuote
20  Developments / BASS / Re: BASS_DSHOW Video Library on: 3 May '13 - 15:54
The VB header is not complete.

any news? Inout
How to Alpha color change when Multi Video Output?

is this month possible to upload module (xVideo.bas) ?
 Grin
ReplyReply Reply with quoteQuote
Pages: [1] 2 3 ... 8
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines