NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 93 94 95 96 97 … 263 Next »
WDM Recorder using Software Compression

 
  • 0 Vote(s) - 0 Average
WDM Recorder using Software Compression
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#551
2005-09-29, 12:40 PM
PCM is standard uncompressed audio, so I assume that pin is your standard audio pin. I doubt there's an intermediate filter needed but it's possible. Does GraphEdit not render it if you right click the pin and hit 'render pin'?

I assume the quality settings breaking is something odd, not 100% sure. The logs for config that you included aren't from when you were trying to configure the capture source.

Sorry, the current version doesn't support bit-rate because I couldn't get hold of API docs for the v3 Elecard components, perhaps with v4 I might have a bit more luck. I've already downloaded the .Net SDK, but I have yet to install it to check it out.
The Mac
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Sep 2005
#552
2005-09-29, 01:54 PM
Graphedit will render the PCM pin, but no sound when played...

Bit rate is kinda important, as my barton 2500 cant handle the 6000 bps default. Its totally unwatchable...think thumb book....lol

Anything i can do to clean it up?

how would you like me to create the config logs? what should i do, and and what point should i package them up?
nitrogenx
Offline

Junior Member

Posts: 6
Threads: 0
Joined: Sep 2005
#553
2005-09-29, 02:07 PM
Live TV in preview mode works fine, but as soon as I start timeshifting or recording something the audio knocks out. Changing mixer settings does not help. I think it might have something to do with the "Recording Source" option in the "Software Recorder Configuration" menu. The only logical option available is "Video: Tuner, Audio: Tuner", but my card needs to get the audio from my sound card's line-in. Could this be the problem?
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#554
2005-09-29, 02:39 PM
Mmm, I'd play with the mixer settings and see if you can get anything to make the sound come out right.

I hear you, the plugin needs to have this added to it, it's been on the request list for a while. You could try dropping the image size, this might help.

The logs files need to come from when you launch the config app, and go into the capture source configuration window.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#555
2005-09-29, 02:42 PM
nitrogenx Wrote:Live TV in preview mode works fine, but as soon as I start timeshifting or recording something the audio knocks out. Changing mixer settings does not help. I think it might have something to do with the "Recording Source" option in the "Software Recorder Configuration" menu. The only logical option available is "Video: Tuner, Audio: Tuner", but my card needs to get the audio from my sound card's line-in. Could this be the problem?
that's just to select where the video and audio comes from (other cards support composite and s-video). If you try building a recording graph in GraphEdit can you get it to work? It sounds like somethings not being routed correctly in the graph somewhere.
nitrogenx
Offline

Junior Member

Posts: 6
Threads: 0
Joined: Sep 2005
#556
2005-09-29, 03:51 PM
normanr Wrote:that's just to select where the video and audio comes from (other cards support composite and s-video). If you try building a recording graph in GraphEdit can you get it to work? It sounds like somethings not being routed correctly in the graph somewhere.
Yeah, but the audio shouldn't be coming from the tuner, it should be coming from the line-in input, shouldn't it? I'm playing around with GraphEdit right now, but I don't know what this program is supposed to do, I'll do some more searching.
nwenos
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Jul 2005
#557
2005-09-30, 05:44 AM
First I have an Asus 9600XT which has an ATI Rage Theater chip. It only has svideo and composite input so I was running my TV feed from my VCR to the composite input. I tried it with the capture pin set to capture and the preview set to preview but it just froze when trying to watch live tv. I changed them both to VP and it worked great, sound and everything. I installed the Moonlight encoder and used my already installed Cyberlink MPEG Muxer and was able to record.

second, I got tired of having to run through my vcr so I threw in an old Hauppauge WinTV with the BT878 chipset. Capture pin set to capture, preview set to preview. One glitch I hit at first is when I clicked to watch live tv, I heard sound right away but it took about 30 secs for the video to show up. I switched from Overlay to VMR9 and that fixed thr problem. Plus, VMR9 looks a ton better, I should have switched to VMR9 back with my Asus card. My trial period ran out on the moonlight encoder so I don't know if recording works but I'm sure it does.

Thanks for the work normanr
nitrogenx
Offline

Junior Member

Posts: 6
Threads: 0
Joined: Sep 2005
#558
2005-09-30, 06:06 AM (This post was last modified: 2005-09-30, 06:13 AM by nitrogenx.)
nitrogenx Wrote:Yeah, but the audio shouldn't be coming from the tuner, it should be coming from the line-in input, shouldn't it? I'm playing around with GraphEdit right now, but I don't know what this program is supposed to do, I'll do some more searching.
Okay I did a little graph work, and now I'm stuck, where do I go from here:
[SIZE="4"]
http://nitrogenx.net/graph.zip
[/SIZE]

[Image: graph.png]
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#559
2005-09-30, 09:42 AM
nitrogenx Wrote:Okay I did a little graph work, and now I'm stuck, where do I go from here?
That graph looks stunning, now all you need to do is to add the Moonlight M71 Muxer, and feed the output from the video encoder and audio encoder to the Mux. (You have to add another pin to the mux using the properties page - also you need to refresh the graph using the menu after this, so that GraphEdit 'sees' the new pin). You can then feed the output of the muxer in to a file writer (like the gb-pvr file writer).

FYI: The drop down directly controls the Crossbar device. So it's used to choose the video and audio inputs that you want to record from, i.e. svideo, composite, tuner, aux, etc. I think it probably makes more sense to you now that you see how stuff plugs together.

The link between the Crossbar's 'Audio Decoder Out' pin, and your Realtek's 'Line In' is a physical cable at the back of your pc right? Alternatively is it possible to take the crossbar audio out directly into the audio encoder?
nitrogenx
Offline

Junior Member

Posts: 6
Threads: 0
Joined: Sep 2005
#560
2005-09-30, 06:09 PM
Okay, it all connects great, but when I try to play it in Windows Media Player the video starts going really fast and there's still no sound. At least in GB-PVR the video plays at the right rate. :mad:
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (121): « Previous 1 … 54 55 56 57 58 … 121 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Anyone got suggestions on TV tuner software? bakelmion 1 1,740 2021-10-19, 01:54 PM
Last Post: mvallevand
  HDHR Dual software settings? bisonfan 5 4,097 2015-09-18, 04:59 PM
Last Post: bisonfan
  looking 4 USB-capture software josee 4 5,010 2012-10-18, 04:43 PM
Last Post: johnsonx42
  MCE Remote WITHOUT ANY SOFTWARE! pBS 61 61,858 2012-09-13, 03:38 AM
Last Post: Wakalaka
  AMD Applies Final Coat of Polish to Catalyst 12.2 Software Suite OTAjunkie 5 3,037 2012-03-15, 07:27 AM
Last Post: b00sfuk
  Hauppauge WinTV HVR-1600 Hybrid Capture Card Software meccano 1 2,816 2011-08-14, 07:33 AM
Last Post: Reddwarf
  MCE remote and Hauppauge software Snooze 5 3,136 2011-04-06, 08:59 AM
Last Post: Sykor
  DVB-S card Software vs Hardware decoders #66 2 3,189 2010-12-20, 08:23 AM
Last Post: #66
  kwolrd 7135, or Phillips 7135 too old to be show on this software? pacoalcido 2 1,669 2010-06-09, 11:40 AM
Last Post: Reddwarf
  USB dual tuner w/hardware compression-39$US - Fry's pBS 6 2,885 2010-04-02, 06:25 PM
Last Post: ATHiker

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

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

Linear Mode
Threaded Mode