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 … 61 62 63 64 65 … 1231 Next »
crop borders on s-video input on HVR-1600?

 
  • 0 Vote(s) - 0 Average
crop borders on s-video input on HVR-1600?
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#1
2009-12-19, 09:35 AM
my IPTV provider annoyingly places 40-pixel wide black borders on the left and right of the picture, and there's no setting or any way of changing that output from the box.

i'm using the s-video input on my HVR-1600. Is there any way that I can somehow crop the borders? I'm stumped on this one.. anyone have ideas? :confused:

I also have a HVR-850 and HVR-950Q sitting around (with a/v cables); can that SoftMCE stuff do it by chance?
ryanmc
Offline

Member

Posts: 234
Threads: 52
Joined: May 2005
#2
2009-12-19, 01:48 PM
maybe this could be of some use to you
http://gbpvr.com/pmwiki/pmwiki.php/Utili...anscodeCut
2.6quadcore,4gbddr2,(2)hvr1600,(2)pvr150,a-100,mvp, windows7
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#3
2009-12-20, 12:43 AM
sure lots could be done on postprocessing / recorded shows, but that doesn't help when watching live TV (or timeshifted TV)
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#4
2009-12-20, 12:50 AM
Would a custom aspect ratio work for you? Editing the </AspectRatioModes> in config.xml?
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal
Plugins: Weather
External Apps: XBMC, Hulu, Boxee, Winamp
Utilities:Comskip[/SIZE]
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#5
2009-12-21, 04:24 AM
i know of some crop filters you could insert, but not sure if that's possible without any control over cap graphs...

other than trying to mod the driver .inf, a custom aspect ratio is probably best way to go..
or if your cap source has a resolution of 704xXXX use that..may work..

hmm,so you get a really skinny screen?
[analog is always 4:3 + black bars on sides = really skinny..]
almost sounds like your stb is setup wrong..[16/9 or 4/3]
sometimes it's a 'hidden' feature..like a remote hotkey and nothing else..check manuals or on the web...
boxes often have hidden features and reset key combos we never know about..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#6
2009-12-21, 07:55 PM
Snooze Wrote:Would a custom aspect ratio work for you? Editing the </AspectRatioModes> in config.xml?

I thought of using negative values in there and use VMR9, but then I'd have to constantly change aspect ratios when switching between local channels and the IPTV channels.

pBS Wrote:i know of some crop filters you could insert, but not sure if that's possible without any control over cap graphs...

other than trying to mod the driver .inf, a custom aspect ratio is probably best way to go..
or if your cap source has a resolution of 704xXXX use that..may work..

hmm,so you get a really skinny screen?
[analog is always 4:3 + black bars on sides = really skinny..]
almost sounds like your stb is setup wrong..[16/9 or 4/3]
sometimes it's a 'hidden' feature..like a remote hotkey and nothing else..check manuals or on the web...
boxes often have hidden features and reset key combos we never know about..

yeah, it's a very skinny screen. unfortunately there isn't any setting on the box, and the provider gave me an excuse saying that their system streams channels at 640x480 and then the box adds 40 pixels to the left and right to make it 720x480, and that there is nothing I can do to crop those borders or stretch the picture rather than add those pillars.

hmm I could use crop filters along with the GraphRecorder plugin, right? that might be the solution... what do you suggest?
athomas
Offline

Member

Posts: 136
Threads: 14
Joined: Apr 2005
#7
2009-12-21, 10:43 PM
ffdshow can crop on the fly. You could set it so that the input at the designated resolution would be cropped. That way you could watch live tv or recorded shows at the proper aspect.
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#8
2009-12-22, 01:39 AM
athomas Wrote:ffdshow can crop on the fly. You could set it so that the input at the designated resolution would be cropped. That way you could watch live tv or recorded shows at the proper aspect.

true, but then it would crop every 720x480 video, which would needlessly be butchering up some of my local channels which are also 720x480. ffdshow as an MPEG2 decoder in GBPVR doesn't play nice with the mux filters needed with ATSC sources either, but that's another issue.

just to test, I tried out GraphRecorder with a capture graph that included the ffdshow raw filter set to crop the borders, but I end up with very bad a/v sync issues in the output.

am I just out of luck? Sad i'd hate to have to stop using GBPVR over something like this.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#9
2009-12-22, 01:49 AM
I'm not aware of any way hardware encoder devices can be made to crop part of the picture prior to them encoding the raw video signal.

You'd probably need to come up some (long and CPU intensive) post-processing reencoding script.
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#10
2009-12-22, 07:49 AM
sub Wrote:I'm not aware of any way hardware encoder devices can be made to crop part of the picture prior to them encoding the raw video signal.

You'd probably need to come up some (long and CPU intensive) post-processing reencoding script.

.. the master has spoken. Smile

you're right, it seems that way.. pBS, which crop filters were you referring to; if it plays nicely with the Hauppauge capture filters and the GB-PVR Writer then it might just do the trick as a GraphRecorder solution.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,029 2012-02-03, 02:41 AM
Last Post: slowtech
  Two Channels Without Video skycyclepilot 5 3,473 2011-10-29, 07:49 PM
Last Post: sub
  Zehd's Video Library Slick Skin Snooze 0 2,222 2011-09-03, 01:09 AM
Last Post: Snooze
  New Machine (probably old problems), Video Render Options jvcleave 12 5,312 2011-02-01, 08:37 AM
Last Post: stustunz
  No Video in PVRX2 GUI TonySmith35 13 4,866 2011-01-09, 10:31 PM
Last Post: steevo
  Hauppauge 1600 analog stopped working stoenjes 2 1,950 2010-11-16, 11:09 PM
Last Post: ryanmc
  Attempts to play .dvd files in Video Library results in PVRX2 not responding Jwbrit 2 2,018 2010-11-04, 11:37 PM
Last Post: Jwbrit
  Resolution Issues when re-encoding captured video bgrieb 5 2,889 2010-11-02, 03:52 AM
Last Post: mvallevand
  Skip forward during playback freezes video then audio smiffypr 3 2,823 2010-10-19, 12:46 AM
Last Post: smiffypr
  No Sound for MPEG2 video dartis 5 10,809 2010-09-12, 11:46 PM
Last Post: rw1

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

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

Linear Mode
Threaded Mode