comparison DOCS/tech/slave.txt @ 23510:a6c619ee9d30

Teletext support for tv:// (v4l and v4l2 only) modified patch from Otvos Attila oattila at chello dot hu Module uses zvbi library for all low-level VBI operations (like I/O with vbi device, converting vbi pages into usefull vbi_page stuctures, rendering them into RGB32 images). All teletext related stuff (except properties, slave commands and rendering osd in text mode or RGB32 rendered teletext pages in spu mode) is implemented in tvi_vbi.c New properties: teletext_page - switching between pages teletext_mode - switch between on/off/opaque/transparent modes teletext_format - (currently read-only) allows to get format info (black/white,gray,text) teletext_half_page - trivial zooming (displaying top/bottom half of teletext page) New slave commands: teletext_add_dec - user interface for jumping to any page by editing page number interactively teletext_go_link - goes though links, specified on current page
author voroshil
date Sun, 10 Jun 2007 00:06:12 +0000
parents f6055798121d
children 519e42b716aa
comparison
equal deleted inserted replaced
23509:53d57a0ebe13 23510:a6c619ee9d30
311 There might be problems with some video filters. 311 There might be problems with some video filters.
312 312
313 switch_vsync [value] 313 switch_vsync [value]
314 Toggle vsync (1 == on, 0 == off). If [value] is not provided, 314 Toggle vsync (1 == on, 0 == off). If [value] is not provided,
315 vsync status is inverted. 315 vsync status is inverted.
316
317 teletext_add_dec <value>
318 On/off teletext page number editing mode and append given digit to
319 previously entered one
320 0..9 - append apropriate digit (enables editing mode if called from normal mode, and
321 switches to normal mode when third digit is entered.
322 - - delete last digit from page number (backspace amulation, works only in page number
323 editing mode)
324
325 teletext_go_link <value>
326 Follow given links on current teletext page
327 0 - go to initial page (specified by -tv tpage= parameter)
328 1..6 - follow given link
316 329
317 tv_step_channel <channel> 330 tv_step_channel <channel>
318 Select next/previous TV channel. 331 Select next/previous TV channel.
319 332
320 tv_step_norm 333 tv_step_norm
444 sub_forced_only flag 0 1 X X X 457 sub_forced_only flag 0 1 X X X
445 tv_brightness int -100 100 X X X 458 tv_brightness int -100 100 X X X
446 tv_contrast int -100 100 X X X 459 tv_contrast int -100 100 X X X
447 tv_saturation int -100 100 X X X 460 tv_saturation int -100 100 X X X
448 tv_hue int -100 100 X X X 461 tv_hue int -100 100 X X X
449 462 teletext_page int 100 999 X X X
463 teletext_mode int 0 3 X X X 0 - off, 1 - opaque, 2 - transparent,
464 3 - transparent inverted (bw format)
465 teletext_format int 0 3 X 0 - text, 1 - b/w, 2 - gray, 3 - color
466 teletext_half_page int 0 2 X X X 0 - off, 1 - top half, 2- bottom half