From 45287b2c2b9213d7bcfe443125e2aae6ef5a22dc Mon Sep 17 00:00:00 2001 From: voroshil Date: Sat, 13 Oct 2007 17:14:39 +0000 Subject: DirectShow based tv:// driver for win32 Teletext is also supported (but 625 system parameters are hardcoded). pthreads is required for teletext. Code is still experimental. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24772 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 9e6a8a9c93..d06c2d0559 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1909,6 +1909,23 @@ as primary language until a type 28 packet is received. Useful when the teletext system uses a non-latin character set, but language codes are not transmitted via teletext type 28 packets for some reason. To see a list of supported language codes set this option to \-1. +.IPs "hidden_video_renderer (dshow only)" +Terminate stream with video renderer instead of Null renderer (default: off). +Will help if video freezes but audio does not. +NOTE: May not work with \-vo directx and \-vf crop combination. +.IPs "hidden_vp_renderer (dshow only)" +Terminate VideoPort pin stream with video renderer +instead of removing it from the graph (default: off). +Useful if your card has a VideoPort pin and video is choppy. +NOTE: May not work with \-vo directx and \-vf crop combination. +.IPs "system_clock (dshow only)" +Use system clock as sync source instead of the default graph clock (usually the clock +from one of the live sources in graph). +.IPs "normalize_audio_chunks (dshow only)" +Create audio chunks with a time length equal to +video frame time length (default: off). +Some audio cards create audio chunks about 0.5s in size, resulting in +choppy video when using immediatemode=0. .RE . .TP -- cgit v1.2.3