Git Repos / dotfiles / bin / run_tv.sh
Last update to this file was on 2022-02-15 at 01:24.
Show run_tv.sh
#!/bin/sh
#
#- run_tv.sh 2015/02/14 cev
# Run fxtv with a stack of options needed for FreeBSD bktr(4) and
# my old Hauppage.
# use a customized version of ffmpeg located in ~/.local
BKTR_DEV=2 $HOME/.local/bin/ffplay \
-f bktr -i /dev/bktr0 \
-vf idet,yadif=deint=1,crop=576:432:32:24 \
-loglevel quiet 1>/dev/null 2>&1
# old methods for displaying the video feed are archived below.
# BKTR_DEV=2 mpv av://bktr:/dev/bktr0
# if [ $(sysctl -n hw.bt848.card) -gt 0 ]; then
# $(which fxtv) \
# -defaultInput video \
# -defaultAudioInput external \
# -noAudio \
# -cableFreqSet nabcst \
# -tunerMode cable \
# -defaultChannelInputFormat ntscm \
# -disableDirectV \
# $@
# fi
Return to the top of this page or return to the overview of this repo.
Log run_tv.sh
Date | Commit Message | Author | + | - |
---|---|---|---|---|
2022-02-15 | get_rss (an rss fetching program), various tweaks | cev | +2 | -2 |
2021-12-08 | Initial commit. Dotfiles, scripts, basic Makefile. | cev | +27 |
Return to the top of this page or return to the overview of this repo.