Gnutv: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Example command)
No edit summary
 
Line 2: Line 2:
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).


== Commandline example ==
Example command to capture video and live closed captioning:
Example command to capture video and live closed captioning:



Latest revision as of 08:27, 15 November 2015

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).

Commandline example

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