Gnutv: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (fix title to lower case)
(Example command)
Line 1: Line 1:
{{lowercase|gnutv}}
{{lowercase|gnutv}}
A commandline utility bundled in the [[LinuxTV dvb-apps|dvb-apps]] which can, amongst other capabilities, provide DVB viewing with devices with on-board hardware decoders (formerly often referred to as "[[Full-featured Card|full featured]]" devices).
A commandline utility bundled in the [[LinuxTV dvb-apps|dvb-apps]] which can, amongst other capabilities, provide DVB viewing with devices with on-board hardware decoders (formerly often referred to as "[[Full-featured Card|full featured]]" devices).

Example command to capture video and live closed captioning:

# Pipe stream to file and to the closed captioning decoder using tee
# gnutv's default value for -channels is /etc/channels.conf
gnutv -adapter $DEV -timeout $TIM -out stdout $CH | tee $FIL.mpg | \
zvbi-atsc-cc --atsc -p -m -T -1 - -2 - -X - $CH > $FIL.txt


[[Category:Software]]
[[Category:Software]]

Revision as of 01:02, 28 September 2011

A commandline utility bundled in the dvb-apps which can, amongst other capabilities, provide DVB viewing with devices with on-board hardware decoders (formerly often referred to as "full featured" devices).

Example command to capture video and live closed captioning:

# Pipe stream to file and to the closed captioning decoder using tee
# gnutv's default value for -channels is /etc/channels.conf
gnutv -adapter $DEV -timeout $TIM -out stdout $CH | tee $FIL.mpg | \
zvbi-atsc-cc --atsc -p -m -T -1 - -2 - -X - $CH > $FIL.txt