diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-05-02 00:16:25 +0200 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-05-02 18:03:52 +0200 |
commit | 45601854b148ef2ed358d3130ed7345018c79378 (patch) | |
tree | 74b5bb956099418b37a9093a88212bb38995cb4e /doc | |
parent | 41e4c6d8c5fb621341f0c197f9ec32d4002d600d (diff) | |
download | ffmpeg-45601854b148ef2ed358d3130ed7345018c79378.tar.gz |
lavd/opengl_enc: add window size param
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/outdevs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index a1d89eb801..1104133c61 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -237,6 +237,10 @@ Application must provide OpenGL context and both @code{window_size_cb} and @code @item window_title Set the SDL window title, if not specified default to the filename specified for the output device. Ignored when @option{no_window} is set. +@item window_size +Set preferred window size, can be a string of the form widthxheight or a video size abbreviation. +If not specified it defaults to the size of the input video, downscaled according to the aspect ratio. +Mostly usable when @option{no_window} is not set. @end table |