What's the simplest way to remove overscan?
Posted: 14 Feb 2008 07:00
Quick rundown:
- Dell Optiplex GX1/PIII/512MB RAM
- Onboard ATI Rage 128/Rage Pro Turbo 8MB AGP (2x)
- Avermedia DVD EZMaker PCI using S-Video input
- Onboard Crystal Audio I/O
- Windows 2000 SP4
- DirectX 9.0c
Standard 4:3 US NTSC coming from a Comcast-owned Motorola cable box via s-video.
I use the following batch file to start VLC and watch TV:
(Added newlines for clarity)
Specifically, I want to be able to either zoom the whole screen, or add thin black bars to the top and bottom, to get rid of what I'm guessing is the closed-captioning telemetry that flickers at the top of the screen. I got as far as adding --custom-crop-ratio=(whatever), but it doesn't seem to be fine enough to do it (I'm estimating that 3.8:3 would do it, but it seems to only be able to go by the half (x.5).)
Thanks in advance!
- Dell Optiplex GX1/PIII/512MB RAM
- Onboard ATI Rage 128/Rage Pro Turbo 8MB AGP (2x)
- Avermedia DVD EZMaker PCI using S-Video input
- Onboard Crystal Audio I/O
- Windows 2000 SP4
- DirectX 9.0c
Standard 4:3 US NTSC coming from a Comcast-owned Motorola cable box via s-video.
I use the following batch file to start VLC and watch TV:
(Added newlines for clarity)
Code: Select all
CD \PROGRA~1\VIDEOLAN\VLC\
vlc.exe -f dshow://
:dshow-vdev="TV Capture Card 7130"
:dshow-adev="Crystal WDM Audio"
:dshow-size="640x480"
:dshow-caching=200
:no-dshow-config
:no-dshow-tuner
:dshow-video-input=2
:dshow-audio-input=3
:dshow-video-output=-1
:dshow-audio-output=-1
--filter=deinterlace
--deinterlace-mode=blend
Thanks in advance!