The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development

Reply
 
LinkBack Thread Tools Display Modes
Old 07-13-2004, 09:18 PM   #16
Maximum Bitrate
 
deadweasel's Avatar
 
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
deadweasel is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-13-2004, 09:21 PM   #17
Maximum Bitrate
 
deadweasel's Avatar
 
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
deadweasel is offline   Reply With Quote
Old 07-13-2004, 10:03 PM   #18
Clover
 
Grayscale's Avatar
 
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...
Grayscale is offline   Reply With Quote
Old 07-17-2004, 12:08 PM   #19
Clover
 
Grayscale's Avatar
 
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...
Grayscale is offline   Reply With Quote
Old 07-17-2004, 01:10 PM   #20
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
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!
frodobaggins is offline   Reply With Quote
Old 07-19-2004, 02:21 PM   #21
Variable Bitrate
 
NoPistonPC's Avatar
 
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)
NoPistonPC is offline   Reply With Quote
Old 07-21-2004, 10:58 PM   #22
Clover
 
Grayscale's Avatar
 
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.
Attached Files
File Type: zip ActiveMovi16843112162003.zip (6.8 KB, 60 views)
__________________
CarPC install is starting to come along again...
Grayscale is offline   Reply With Quote
Old 07-21-2004, 11:35 PM   #23
Variable Bitrate
 
NoPistonPC's Avatar
 
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.
NoPistonPC is offline   Reply With Quote
Old 07-22-2004, 01:23 AM   #24
Variable Bitrate
 
AlienEclipse's Avatar
 
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!
AlienEclipse is offline   Reply With Quote
Old 07-22-2004, 02:22 AM   #25
Variable Bitrate
 
NoPistonPC's Avatar
 
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)
NoPistonPC is offline   Reply With Quote
Old 07-22-2004, 05:56 AM   #26
Variable Bitrate
 
AlienEclipse's Avatar
 
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!
AlienEclipse is offline   Reply With Quote
Old 07-22-2004, 01:03 PM   #27
Variable Bitrate
 
NoPistonPC's Avatar
 
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)
NoPistonPC is offline   Reply With Quote
Old 07-23-2004, 11:04 AM   #28
Clover
 
Grayscale's Avatar
 
Join Date: May 2004
Location: Arkansas
Posts: 1,549
Thats awesome! keep us posted! *movitivates*
__________________
CarPC install is starting to come along again...
Grayscale is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Video Switching Device mbkowns General Hardware Discussion 2 07-14-2004 12:10 AM
Media Car video player MatrixPC MediaCar 2 03-22-2004 12:33 PM
Weird problems with video and ME 2.1 Rireal Media Engine 4 02-20-2004 06:33 PM
Divx video playback mindtool MediaCar 0 12-08-2003 05:19 PM
video RAM for Advantech PCM-5862 Meatballman LCD/Display 9 09-27-2001 10:56 PM


All times are GMT -5. The time now is 02:37 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics