diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-05 00:57:05 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-05 13:17:38 +0200 |
commit | 0d0fdb0ad59c0533fb91dad00379f762573ce541 (patch) | |
tree | 8096ce55f31d19ba827117b01efff3585c9b9f44 /doc/outdevs.texi | |
parent | ba91bf58cd8bab4de55ec31ffcdf6cc71f7e5e42 (diff) | |
download | ffmpeg-0d0fdb0ad59c0533fb91dad00379f762573ce541.tar.gz |
sdl: use the filename for defining the window title, if not specified
This allows a more efficient use of the commandline.
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 9985900afc..79619f80b9 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -45,8 +45,8 @@ For more information about SDL, check: @table @option @item window_title -Set the SDL window title, if not specified default to "SDL video -outdev". +Set the SDL window title, if not specified default to the filename +specified for the output device. @item icon_title Set the name of the iconified SDL window, if not specified it is set @@ -63,12 +63,9 @@ If not specified it defaults to the size of the input video. The following command shows the @file{ffmpeg} output is an SDL window, forcing its size to the qcif format: @example -ffmpeg -i INPUT -vcodec rawvideo -pix_fmt yuv420p -window_size qcif -f sdl none +ffmpeg -i INPUT -vcodec rawvideo -pix_fmt yuv420p -window_size qcif -f sdl "SDL output" @end example -Note that the name specified for the output device is ignored, so it -can be set to an arbitrary value ("none" in the above example). - @section sndio sndio audio output device. |