diff options
author | Clément Bœsch <u@pkh.me> | 2014-10-06 13:04:26 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2014-10-07 15:05:50 +0200 |
commit | abaf4245a1722a3d1b86b9d1a5349f1306c8c7b8 (patch) | |
tree | 462e5da3d1615d55d9170a38695b889b53805f15 /doc/filters.texi | |
parent | 158b3fb58485921ff6761dc7d2e25d7b625434da (diff) | |
download | ffmpeg-abaf4245a1722a3d1b86b9d1a5349f1306c8c7b8.tar.gz |
avfilter: add w/h parameters in timeline
Fixes Ticket #4008.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9632838956..b9575f47e9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -282,6 +282,10 @@ sequential number of the input frame, starting from 0 @item pos the position in the file of the input frame, NAN if unknown + +@item w +@item h +width and height of the input frame if video @end table Additionally, these filters support an @option{enable} command that can be used |