mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
doc: extend "See Also" chapters in component manuals
In particular, make "See Also" chapter rendered in HTML output.
This commit is contained in:
parent
9d6517aa67
commit
9b323a9b95
@ -22,6 +22,17 @@ bitstream level modifications without performing decoding.
|
|||||||
|
|
||||||
@include bitstream_filters.texi
|
@include bitstream_filters.texi
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libavcodec.html,libavcodec}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -29,10 +40,6 @@ bitstream level modifications without performing decoding.
|
|||||||
@setfilename ffmpeg-bitstream-filters
|
@setfilename ffmpeg-bitstream-filters
|
||||||
@settitle FFmpeg bitstream filters
|
@settitle FFmpeg bitstream filters
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -1105,6 +1105,17 @@ Set sample format audio decoders should prefer. Default value is
|
|||||||
@include decoders.texi
|
@include decoders.texi
|
||||||
@include encoders.texi
|
@include encoders.texi
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libavcodec.html,libavcodec}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -1112,10 +1123,6 @@ Set sample format audio decoders should prefer. Default value is
|
|||||||
@setfilename ffmpeg-codecs
|
@setfilename ffmpeg-codecs
|
||||||
@settitle FFmpeg codecs
|
@settitle FFmpeg codecs
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -39,6 +39,17 @@ for programmatic use.
|
|||||||
@include indevs.texi
|
@include indevs.texi
|
||||||
@include outdevs.texi
|
@include outdevs.texi
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libavdevice.html,libavdevice}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavdevice(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -46,10 +57,6 @@ for programmatic use.
|
|||||||
@setfilename ffmpeg-devices
|
@setfilename ffmpeg-devices
|
||||||
@settitle FFmpeg devices
|
@settitle FFmpeg devices
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3), libavdevice(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -19,6 +19,17 @@ libavfilter library.
|
|||||||
|
|
||||||
@include filters.texi
|
@include filters.texi
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libavfilter.html,libavfilter}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavfilter(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -26,10 +37,6 @@ libavfilter library.
|
|||||||
@setfilename ffmpeg-filters
|
@setfilename ffmpeg-filters
|
||||||
@settitle FFmpeg filters
|
@settitle FFmpeg filters
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavfilter(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -144,6 +144,17 @@ of -1 enables when required by target format.
|
|||||||
@include demuxers.texi
|
@include demuxers.texi
|
||||||
@include muxers.texi
|
@include muxers.texi
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libavformat.html,libavformat}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -151,10 +162,6 @@ of -1 enables when required by target format.
|
|||||||
@setfilename ffmpeg-formats
|
@setfilename ffmpeg-formats
|
||||||
@settitle FFmpeg formats
|
@settitle FFmpeg formats
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -19,6 +19,17 @@ libavformat library.
|
|||||||
|
|
||||||
@include protocols.texi
|
@include protocols.texi
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libavformat.html,libavformat}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -26,10 +37,6 @@ libavformat library.
|
|||||||
@setfilename ffmpeg-protocols
|
@setfilename ffmpeg-protocols
|
||||||
@settitle FFmpeg protocols
|
@settitle FFmpeg protocols
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -176,6 +176,17 @@ and 16, default value is 9.
|
|||||||
|
|
||||||
@c man end RESAMPLER OPTIONS
|
@c man end RESAMPLER OPTIONS
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libswresample.html}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswresample(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -183,10 +194,6 @@ and 16, default value is 9.
|
|||||||
@setfilename ffmpeg-resampler
|
@setfilename ffmpeg-resampler
|
||||||
@settitle FFmpeg Resampler
|
@settitle FFmpeg Resampler
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswresample(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -118,6 +118,17 @@ are floating point number values.
|
|||||||
|
|
||||||
@c man end SCALER OPTIONS
|
@c man end SCALER OPTIONS
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libswscale.html,libswscale}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswscale(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -125,10 +136,6 @@ are floating point number values.
|
|||||||
@setfilename ffmpeg-scaler
|
@setfilename ffmpeg-scaler
|
||||||
@settitle FFmpeg video scaling and pixel format converter
|
@settitle FFmpeg video scaling and pixel format converter
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswscale(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
@ -20,6 +20,17 @@ by the libavutil library.
|
|||||||
@include syntax.texi
|
@include syntax.texi
|
||||||
@include eval.texi
|
@include eval.texi
|
||||||
|
|
||||||
|
@chapter See Also
|
||||||
|
|
||||||
|
@ifhtml
|
||||||
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
||||||
|
@url{libavutil.html,libavutil}
|
||||||
|
@end ifhtml
|
||||||
|
|
||||||
|
@ifnothtml
|
||||||
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3)
|
||||||
|
@end ifnothtml
|
||||||
|
|
||||||
@include authors.texi
|
@include authors.texi
|
||||||
|
|
||||||
@ignore
|
@ignore
|
||||||
@ -27,10 +38,6 @@ by the libavutil library.
|
|||||||
@setfilename ffmpeg-utils
|
@setfilename ffmpeg-utils
|
||||||
@settitle FFmpeg utilities
|
@settitle FFmpeg utilities
|
||||||
|
|
||||||
@c man begin SEEALSO
|
|
||||||
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3)
|
|
||||||
@c man end
|
|
||||||
|
|
||||||
@end ignore
|
@end ignore
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
Loading…
Reference in New Issue
Block a user