NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 544 545 546 547 548 … 1231 Next »
Multiple deinterlacing profiles

 
  • 0 Vote(s) - 0 Average
Multiple deinterlacing profiles
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#11
2007-05-14, 06:56 PM
You could probably roll your own solution using the ".exe channel changer" in your capture source. This way your could run whatever batch files you want per-capture source or even per-channel.
thebruce
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Feb 2006
#12
2007-05-15, 01:08 AM
Holy crap, I didn't expect this. I had resigned this thread to wishful thinking.

Pastro, your suggestion is something I will definitely try and post the results.

Sub, is your suggestion something that someone with minimal programming skills like me can do? Is there some example out there similar to this I can use to get the hang of it?
[SIZE="1"]GB-PVR 1.3.7, WinXP-SP3, Opteron 170, Asus A8N-VM CSM, 2GB RAM, 2 x HVR-1600, Nvidia 8500GT, Purevideo, ATSC-OTA, S-Video-In from Cable Box[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#13
2007-05-15, 01:11 AM
Quote:Sub, is your suggestion something that someone with minimal programming skills like me can do? Is there some example out there similar to this I can use to get the hang of it?
It doesnt require any programming, but if you were going to try replacing registry settings, then you'd need to be able write batch files, and need know what registry settings you were intending to change.

Quote:Is there some example out there similar to this I can use to get the hang of it?
Not that I can think of.
thebruce
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Feb 2006
#14
2007-05-15, 01:25 AM
I can do the batch files, and I'm comfortable with messing with the registry.

So in the ".exe channel changer" configuration, I choose an executable, I'm guessing "cmd.exe" and enter the parameters to run a batch file that merges registry setting for deinterlacing on or off. But what executable do I call to then change the channel? I was using "No Channel Changer Required" before so I don't know how to manually change the channel.
[SIZE="1"]GB-PVR 1.3.7, WinXP-SP3, Opteron 170, Asus A8N-VM CSM, 2GB RAM, 2 x HVR-1600, Nvidia 8500GT, Purevideo, ATSC-OTA, S-Video-In from Cable Box[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#15
2007-05-15, 01:28 AM
Quote:But what executable do I call to then change the channel? I was using "No Channel Changer Required" before so I don't know how to manually change the channel.
You dont need to do anything extra other than your registry work. The channel should still be changed internally within GB-PVR. It would only have been hassle if you'd have the channel changer set to someth other than 'no channel changer'.
thebruce
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Feb 2006
#16
2007-05-15, 01:42 AM
Sweet...
I'll experiment later tonight and post the results. I'm afraid I have to break for dinner. Women get grumpy when you don't set the table on time.Wink

Thanks Sub.
and pastro!
[SIZE="1"]GB-PVR 1.3.7, WinXP-SP3, Opteron 170, Asus A8N-VM CSM, 2GB RAM, 2 x HVR-1600, Nvidia 8500GT, Purevideo, ATSC-OTA, S-Video-In from Cable Box[/SIZE]
lstepnio
Offline

Member

Posts: 81
Threads: 7
Joined: Jan 2007
#17
2007-05-15, 01:43 AM
If you're using ffdshow as a decoder or postprocessor you can use the "Preset autoload conditions" under the "Image settings" section to automaticly load a "Preset" you define. There is enough flexibility with various match criteria such as dimensions, decoder, DS filter, aspect ratio, and framerates you can easily accomplish this based on content.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#18
2007-05-15, 04:26 AM
thebruce Wrote:Sweet...
I'll experiment later tonight and post the results. I'm afraid I have to break for dinner. Women get grumpy when you don't set the table on time.Wink

Thanks Sub.
and pastro!


I think sub's is more elegant (pisses me off too :-) ) since it would use the same technique to use a batch file called by cmd.exe but would do it automatically instead of with a custom button.
Just create a couple of batch files to write the registry and call the correct one with each tuner's channel changer. Nice..
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
thebruce
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Feb 2006
#19
2007-05-15, 06:36 AM
Well pastro, sub was right. It works using the ".exe channel changer" method. I can clearly see that my liveTV analog channels are deinterlaced, and my liveTV digital channels are still interlaced.

I made two .reg files, one for deinterlace-on and deinterlace-off, used cmd.exe as the executable, and used these as the parameters:

Code:
/c "regedit /s deinterlace_on.reg"
and
Code:
/c "regedit /s deinterlace_off.reg"

I had to put the reg files in c:\windows\system32 for it to work this way. I'm going to tweak it so I can put the path in the parameters.

You can even see it called out in my log file.

Thanks you guys!
[SIZE="1"]GB-PVR 1.3.7, WinXP-SP3, Opteron 170, Asus A8N-VM CSM, 2GB RAM, 2 x HVR-1600, Nvidia 8500GT, Purevideo, ATSC-OTA, S-Video-In from Cable Box[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple tuners - do you set and EPG for each or just on one tuner? ram4x4nut 1 5,145 2013-07-23, 07:01 AM
Last Post: Lao Pan
  Query : How to use multiple TV Cards (thru GB-PVR) in a Desktop Computer? seymoria 7 4,544 2011-09-07, 08:17 PM
Last Post: martint123
  ABC Australia EPG lists same show three times 1 min apart. Records multiple.. CCCMikey 11 6,012 2011-04-17, 09:38 AM
Last Post: CCCMikey
  Multiple Tuner Cards dhayzen 10 4,657 2010-08-26, 09:56 AM
Last Post: martint123
  Guide update registers multiple conflicting programs keith_leitch 0 1,320 2010-07-09, 09:48 PM
Last Post: keith_leitch
  Multiple recording with HVR-4400 agerdin 7 2,640 2010-05-31, 05:19 PM
Last Post: agerdin
  Record Multiple Channels sethmac 4 1,976 2010-05-24, 10:13 PM
Last Post: ElihuRozen
  Channel mapping with multiple transponders Reddwarf 2 1,371 2010-02-13, 11:57 PM
Last Post: Reddwarf
  Multiple Guide Sources coppelltx 9 3,282 2010-01-28, 02:16 PM
Last Post: re-Barr
  Deinterlacing 1080i velinn 24 8,606 2010-01-17, 01:17 AM
Last Post: velinn

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

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

Linear Mode
Threaded Mode