diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-21 15:12:40 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-21 15:27:09 +0200 |
commit | 34c997599e14b4ef5f84aa324fdea7ae03d7a2ba (patch) | |
tree | 736cf17b0d13826e70ab6a2ee5c64f851e5dfcc9 /doc/filters.texi | |
parent | 6a5c693a18bf0345bf56ad367a56dd8155e5f195 (diff) | |
download | ffmpeg-34c997599e14b4ef5f84aa324fdea7ae03d7a2ba.tar.gz |
vsrc_testsrc: allow to set the sample aspect ratio
Add the sar option. Useful for debugging/testing purposes.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 69ba4b1698..6b0d6ac5dc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2340,6 +2340,9 @@ generated per second. It has to be a string in the format number or a valid video frame rate abbreviation. The default value is "25". +@item sar +Set the sample aspect ratio of the sourced video. + @item duration Set the video duration of the sourced video. The accepted syntax is: @example |