Difference between revisions of "Ttxtsubs-plugin"
From VDR Wiki
(Preparation) |
(initial) |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | [[Image: | + | [[Image:Ttxtsubs-plugin.jpg|thumb|Screenshot]] |
+ | The '''ttxtsubs plugin''' implements | ||
+ | * display | ||
+ | * recording | ||
+ | * replay | ||
+ | of teletext-based subtitles via [[OSD]] | ||
==Hardware requirements== | ==Hardware requirements== | ||
Line 7: | Line 12: | ||
==Installation== | ==Installation== | ||
− | See [[plugin installation]] | + | If necessary the '''include-dir''' has to be created |
+ | <pre> | ||
+ | cd $SOURCEDIR/VDR | ||
+ | make include-dir | ||
+ | </pre> | ||
+ | |||
+ | See [[plugin installation]]. | ||
+ | |||
+ | ===Patches=== | ||
+ | [[VDR]] has to be patched | ||
+ | <pre> | ||
+ | cd $SOURCEDIR/VDR | ||
+ | zcat vdr-1.3.12-subtitles-0.3.3-and-ttxtsubs-0.0.5.diff.gz | patch | ||
+ | zcat vdr-ttxtsubs-0.0.5-charset_fix-custom_color-for-developer-vdr.diff.gz | patch | ||
+ | </pre> | ||
+ | and recompiled afterwards (see [[VDR installation]]) | ||
==Problems== | ==Problems== | ||
Line 14: | Line 34: | ||
{| | {| | ||
| [1] | | [1] | ||
− | | http:// | + | | http://ftp.nada.kth.se/pub/home/ragge/vdr |
| Plugin homepage | | Plugin homepage | ||
+ | |- | ||
+ | | [2] | ||
+ | | http://www.saunalahti.fi/~rahrenbe/vdr/patches | ||
+ | | Patches | ||
|} | |} | ||
Line 21: | Line 45: | ||
<!-- Link to german wiki page --> | <!-- Link to german wiki page --> | ||
− | [[de: | + | [[de:Ttxtsubs-plugin]] |
Revision as of 12:20, 15 November 2004
Contents
Description
The ttxtsubs plugin implements
- display
- recording
- replay
of teletext-based subtitles via OSD
Hardware requirements
Software requirements
Installation
If necessary the include-dir has to be created
cd $SOURCEDIR/VDR make include-dir
See plugin installation.
Patches
VDR has to be patched
cd $SOURCEDIR/VDR zcat vdr-1.3.12-subtitles-0.3.3-and-ttxtsubs-0.0.5.diff.gz | patch zcat vdr-ttxtsubs-0.0.5-charset_fix-custom_color-for-developer-vdr.diff.gz | patch
and recompiled afterwards (see VDR installation)
Problems
Links
[1] | http://ftp.nada.kth.se/pub/home/ragge/vdr | Plugin homepage |
[2] | http://www.saunalahti.fi/~rahrenbe/vdr/patches | Patches |