From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/doc/ffplay.texi | 60 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 9 deletions(-) (limited to 'ffmpeg/doc/ffplay.texi') diff --git a/ffmpeg/doc/ffplay.texi b/ffmpeg/doc/ffplay.texi index ee160a0..54b6f19 100644 --- a/ffmpeg/doc/ffplay.texi +++ b/ffmpeg/doc/ffplay.texi @@ -24,7 +24,7 @@ various FFmpeg APIs. @chapter Options @c man begin OPTIONS -@include avtools-common-opts.texi +@include fftools-common-opts.texi @section Main options @@ -73,19 +73,19 @@ Default value is "video", if video is not present or cannot be played You can interactively cycle through the available show modes by pressing the key @key{w}. -@item -vf @var{filter_graph} -Create the filter graph specified by @var{filter_graph} and use it to +@item -vf @var{filtergraph} +Create the filtergraph specified by @var{filtergraph} and use it to filter the video stream. -@var{filter_graph} is a description of the filter graph to apply to +@var{filtergraph} is a description of the filtergraph to apply to the stream, and must have a single video input and a single video -output. In the filter graph, the input is associated to the label +output. In the filtergraph, the input is associated to the label @code{in}, and the output to the label @code{out}. See the ffmpeg-filters manual for more information about the filtergraph syntax. -@item -af @var{filter_graph} -@var{filter_graph} is a description of the filter graph to apply to +@item -af @var{filtergraph} +@var{filtergraph} is a description of the filtergraph to apply to the input audio. Use the option "-filters" to show all the available filters (including sources and sinks). @@ -174,13 +174,16 @@ Toggle full screen. Pause. @item a -Cycle audio channel. +Cycle audio channel in the curret program. @item v Cycle video channel. @item t -Cycle subtitle channel. +Cycle subtitle channel in the current program. + +@item c +Cycle program. @item w Show audio waves. @@ -201,9 +204,42 @@ Seek to percentage in file corresponding to fraction of width. @c man end +@include config.texi +@ifset config-all +@ifset config-avutil +@include utils.texi +@end ifset +@ifset config-avcodec +@include codecs.texi +@include bitstream_filters.texi +@end ifset +@ifset config-avformat +@include formats.texi +@include protocols.texi +@end ifset +@ifset config-avdevice +@include devices.texi +@end ifset +@ifset config-swresample +@include resampler.texi +@end ifset +@ifset config-swscale +@include scaler.texi +@end ifset +@ifset config-avfilter +@include filters.texi +@end ifset +@end ifset + @chapter See Also @ifhtml +@ifset config-all +@url{ffplay.html,ffplay}, +@end ifset +@ifset config-not-all +@url{ffplay-all.html,ffmpeg-all}, +@end ifset @url{ffmpeg.html,ffmpeg}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver}, @url{ffmpeg-utils.html,ffmpeg-utils}, @url{ffmpeg-scaler.html,ffmpeg-scaler}, @@ -217,6 +253,12 @@ Seek to percentage in file corresponding to fraction of width. @end ifhtml @ifnothtml +@ifset config-all +ffplay(1), +@end ifset +@ifset config-not-all +ffplay-all(1), +@end ifset ffmpeg(1), ffprobe(1), ffserver(1), ffmpeg-utils(1), ffmpeg-scaler(1), ffmpeg-resampler(1), ffmpeg-codecs(1), ffmpeg-bitstream-filters(1), ffmpeg-formats(1), -- cgit v1.2.3