NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 15 16 17 18 19 … 93 Next »
NEW Graphedit player

 
  • 0 Vote(s) - 0 Average
NEW Graphedit player
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#21
2007-01-17, 09:15 PM
that program does give a good framework to build a reall app on...
just need to figure out how to tune the tuner and add that in,plus add the file output name on the fly...[which actually shouldn't be that hard..]
since it's building the graph without graphedt, we can add and change things at will...[just gotta fine out how]
gbpvr doesn't allow my app to be visible, so i can't use it as is...[needs this for mousing to tune]
so a real app will have to be the way to go...
plus it's mucho faster...Smile
i found a few examples of using property pages and adding filters etc. so will see what i can come up with..
i believe there's a settng in gbpvr to allow background apps to show tho so it would work fine with that...will see if i can find it..
a look into software recorder source might be helpfull also...
[c# tho]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#22
2007-02-05, 03:33 AM (This post was last modified: 2007-02-05, 04:09 AM by pBS.)
i think that small app will mod nicely into what we wanna do, i just don't have the compiler for it...can it be compiled with visual studio?
[the tiny app from couple posts ago]
http://forum.doom9.org/archive/index.php/t-106066.html

i found all the commands i need to tune the tuner, but can't start on it until i can compile it..

anyone know of a free compiler i can use for it?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
K.S.
Offline

Senior Member

Posts: 526
Threads: 12
Joined: Oct 2006
#23
2007-02-05, 10:36 AM
pBS Wrote:anyone know of a free compiler i can use for it?

microsoft has a lot of it's development suites in a express edition (slightly reduced but free to use), take a look at their homepage
sub Wrote:Yep, what he said.

curiosity killed the cat Big Grin
SniperDude
Offline

Member

Posts: 185
Threads: 6
Joined: Dec 2005
#24
2007-02-05, 04:33 PM
you could also look at SharpDevelop for .NET stuff but for C++ use Dev-CPP from http://www.bloodshed.net/devcpp.html
Code:
[b]System Specs:[/b]
AMD64 3000+ (1GB DDR 400 in DualChannel mode)
WinXP Service Pack 2 (most updates)
80Gb SeaGate SATA (boot), 160Gb (noname) SATA(video archives),
500Gb SeaGate SATA][ (Recordings)

[b]GBPVR:[/b]
   99.12 (All Survival Patches)
   (PVR150/OnAir GT USB, ZProcess, ShowBurn) - N/A at  moment
   Recording of DualTuner DishNetwork 622
   1 MVP (connected to 36" SDTV)
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#25
2007-02-07, 03:53 AM
i think i just need the directx sdk...for the dshow.h includes...
thanks, i like the bloodshed...lol
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#26
2007-02-13, 09:17 PM
silly me, i thought i had the express version but i had vb express 2005...lol
not vc express....Big Grin
still have some includes to find but i think i've got it now, thanx..
man, directshow is fun to play with...lol
talk abut not much to work with....dotnet and directshow don't play well together..at least not easily...
i'd hate to get this working just to have it break in vista...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#27
2007-02-16, 04:01 AM
I got it too compile today with no errors - but I haven't played a graph yet - the lib and includes are not obvious and a pain,

In the code comments there are several websites worth a look as well.


CV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#28
2007-02-16, 08:45 AM (This post was last modified: 2007-02-16, 09:12 AM by pBS.)
i have n't gotten it to compile yet...what did you have to do? i foubnd a few of the includes, but can't find the others, can you post some info on that? i'd really love to be able to compile it so i can add tuning and output file selection...
[mostly just ddraw.h,it's there but some problems..]

i noticed a few things about graphedit too, like if you add the output file filter, you can just render the capture output pins and they will 'find' the output file sink if one exists in graph, if not, it gets rendered like normal to screen....

so basically user's graphs would have to be without output file name...the rest they can connect up in the 'template'
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#29
2007-02-19, 02:14 AM
First i made sure that both the directx and platform include and lib files were pointed to:

http://docendo.bai.nu/img/kapitel/0735618216.htm

Then I added these two things to the includes:

#define _WIN32_DCOM
#include "ObjBase.h"

#pragma comment(lib,"Strmiids.lib")
#pragma comment(lib,"ole32.lib")

The #pragma apparently points to the actual library files.

As I said it compiled but that's all I had time to get to

CarpeV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#30
2007-02-19, 04:04 AM (This post was last modified: 2007-02-19, 04:08 AM by pBS.)
thanx....i would have never found that...Smile
when you say they're pointed to that web site? is info missing?
not sure what you mean there...i think i have all the libs needed tho..

if i can get it to compile, i can work on the other bits...just tuning and output file is all that's needed so shouldn't be too hard...i've found example code so will try to inject it in there as simply as possible...

command line options will be the graph to play, the output file to create,and the channel number,if needed...possibly a /tune option to tell it to tune the tuner..
[and maybe a /input file option for pure directshow transcodes]
or just a diff version for tuners..

thanx bunches..Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 2 3 4 5 … 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  What music player is used? cncb 1 1,537 2011-08-01, 08:02 PM
Last Post: sub
  Extend functionality of "Video Player" HydroChronic 7 2,387 2007-05-18, 04:37 PM
Last Post: sub
  plugin idea: cd-player dottore 23 5,783 2005-10-11, 05:06 AM
Last Post: dottore
  Any developer interested in a "DV" player/viewer plugin? A_Brass 6 2,202 2005-07-28, 02:39 PM
Last Post: A_Brass

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode