]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - doc/ffplay-doc.texi
Document ffplay -ast, -vst, and -sst options.
[frescor/ffmpeg.git] / doc / ffplay-doc.texi
index a6e8d24320eb0e713612d4ccc412696b3a3de86c..2c34890c16b64509d89ff0ef26e894acba2ae7d7 100644 (file)
@@ -87,6 +87,21 @@ quality broadcast) it is necessary to change that. This option is mainly
 used for debugging purposes.
 @item -threads @var{count}
 Set the thread count.
+@item -ast @var{audio_stream_number}
+Select the desired audio stream number, counting from 0. The number
+refers to the list of all the input audio streams. If it is greater
+than the number of audio streams minus one, then the last one is
+selected, if it is negative the audio playback is disabled.
+@item -vst @var{video_stream_number}
+Select the desired video stream number, counting from 0. The number
+refers to the list of all the input video streams. If it is greater
+than the number of video streams minus one, then the last one is
+selected, if it is negative the video playback is disabled.
+@item -sst @var{subtitle_stream_number}
+Select the desired subtitle stream number, counting from 0. The number
+refers to the list of all the input subtitle streams. If it is greater
+than the number of subtitle streams minus one, then the last one is
+selected, if it is negative the subtitle rendering is disabled.
 @end table
 
 @section While playing