|
 |
|
07-13-2004, 09:18 PM
|
#16
|
|
Maximum Bitrate
Join Date: Nov 2003
Location: Detroit MI
Posts: 886
|
Quote: Originally Posted by frodobaggins
I was confused at first too, I was like WTF I didn't make this thread !
They say imitation is the sincerest form of flattery though 
Except for the fact that the grayscale monkey looks like he's smoking a doob...
__________________
The ALEXIS Project
MP3--- VIDEO--- GPS--- REARVIEW--- OBD--- SKINNING
Color Coding :
DONE / MOSTLY DONE / BASE FEATURES / WORKING CONCEPT / NO CODE COMPLETED
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
07-13-2004, 09:21 PM
|
#17
|
|
Maximum Bitrate
Join Date: Nov 2003
Location: Detroit MI
Posts: 886
|
Quote: Originally Posted by NoPistonPC
Ok, here is how easy it is to play a file using DirectShow:
1. Add "ActiveMovie control type library" as reference (quartz.dll) in VB (via Project/Add Reference... menu)...
Dude, I'm going to try this out, because using Winamp's video window for playback was driving CPU cycles through the ceiling (have the holes to prove it too).
If this works the way you make it sound, I will LOVE YOU MAN...
...errr... in a manly, completely non-gay platonic sense, that is...
__________________
The ALEXIS Project
MP3--- VIDEO--- GPS--- REARVIEW--- OBD--- SKINNING
Color Coding :
DONE / MOSTLY DONE / BASE FEATURES / WORKING CONCEPT / NO CODE COMPLETED
|
|
|
07-13-2004, 10:03 PM
|
#18
|
|
Clover
Join Date: May 2004
Location: Arkansas
Posts: 1,549
|
Lol, im not an imposter, im using the new logo i made for frodoplayer  Anyways I can change it if you want, just need to make a new avatar...and i will def try that directshow thing.
any code would be greatly appreacated *cough* needstorage *cough*
__________________
CarPC install is starting to come along again...
|
|
|
07-17-2004, 12:08 PM
|
#19
|
|
Clover
Join Date: May 2004
Location: Arkansas
Posts: 1,549
|
Well, I decided I'm going the Directshow route...
How am I going to go about playing DVD's with it though? If I can't figure that out I guess I'll use BSPlayer...just want to try make it as fast as possible and with less dependencies so to speak
__________________
CarPC install is starting to come along again...
|
|
|
07-17-2004, 01:10 PM
|
#20
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by Grayscale
Well, I decided I'm going the Directshow route...
How am I going to go about playing DVD's with it though? If I can't figure that out I guess I'll use BSPlayer...just want to try make it as fast as possible and with less dependencies so to speak
It's all in the SDK, use MSDN Web.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
07-19-2004, 02:21 PM
|
#21
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
As frodo was saying, download the DirectX 9.0 SDK. There is sample code in there for how to play DVDs. It may be for C++ only though. For Visual Basic, check out this link.
You will still need to install a commercial DVD player (or atleast the DLLs related to DVD playback) like WinDVD or PowerDVD in order to get the DVD DirectShow filter.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
07-21-2004, 10:58 PM
|
#22
|
|
Clover
Join Date: May 2004
Location: Arkansas
Posts: 1,549
|
wooo wooooo i DO love you NoPistonPC...working on my video part now and its amazingly fast and easy to use DirectShow! Uses hardly any CPU power. I haven't started working with DVD yet though, but I'll keep ya'll posted.
deadweasel: Try it! I uploaded a really nice sample I found on planet source code. I'm assuming you're writing your software in VB... This sample should have everything you'll need.
__________________
CarPC install is starting to come along again...
|
|
|
07-21-2004, 11:35 PM
|
#23
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
glad to hear you got it working
BTW, I've been playing around with WinAmp vis plugins lately and I'm going to try making a DirectShow filter that's a wrapper for WinAmp visualizations so you can use them easily with your DirectShow-based player. Also, I plan to make a parametric equalizer DirectShow filter as well.
I'll keep you posted... I'm not touching the computer for a while since I'll be heading to Vegas this weekend with my girlfriend. VEGAS, BABY, VEGAS!!!
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
Last edited by NoPistonPC; 07-21-2004 at 11:38 PM.
|
|
|
07-22-2004, 01:23 AM
|
#24
|
|
Variable Bitrate
Join Date: Jul 2003
Location: Dunedin - New Zealand
Posts: 425
|
Quote: Originally Posted by NoPistonPC
BTW, I've been playing around with WinAmp vis plugins lately and I'm going to try making a DirectShow filter that's a wrapper for WinAmp visualizations so you can use them easily with your DirectShow-based player. Also, I plan to make a parametric equalizer DirectShow filter as well.
Keep me posted on this. I have been trying to find a solution for ages, i'm probably searching for the wrong thing as i have no idea how to use winamp visuals in a vb app without having winamp installed or running any instance of winamp.
__________________
We are, will have and forever will be...
But not tommorrow!
|
|
|
07-22-2004, 02:22 AM
|
#25
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
AE, I've searched far and wide for something like that and didn't find anything either. That's why I got started on all of this. There is some commercial stuff out there (including MobileMediaCenter in this forum) but nothing open source or available in COM object form.
When I get it working as a DirectShow filter, it will be easy to use from within a vb app without any need for running an instance of winamp.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
07-22-2004, 05:56 AM
|
#26
|
|
Variable Bitrate
Join Date: Jul 2003
Location: Dunedin - New Zealand
Posts: 425
|
Quote: Originally Posted by NoPistonPC
AE, I've searched far and wide for something like that and didn't find anything either. That's why I got started on all of this. There is some commercial stuff out there (including MobileMediaCenter in this forum) but nothing open source or available in COM object form.
When I get it working as a DirectShow filter, it will be easy to use from within a vb app without any need for running an instance of winamp.
SWEET! time frame?
__________________
We are, will have and forever will be...
But not tommorrow!
|
|
|
07-22-2004, 01:03 PM
|
#27
|
|
Variable Bitrate
Join Date: Apr 2004
Location: Boston
Posts: 360
|
I'll be in Vegas this weekend so probably not until next week...
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
|
|
|
07-23-2004, 11:04 AM
|
#28
|
|
Clover
Join Date: May 2004
Location: Arkansas
Posts: 1,549
|
Thats awesome! keep us posted! *movitivates*
__________________
CarPC install is starting to come along again...
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:37 AM.
| |