Commit b423996b authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Michael Niedermayer

Update overlay documentation after movie syntax update.

Overlay documentation is still using the old unsupported syntax.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit aa8ac53b)
parent 35b88696
...@@ -657,13 +657,13 @@ Follow some examples: ...@@ -657,13 +657,13 @@ Follow some examples:
overlay=main_w-overlay_w-10:main_h-overlay_h-10 overlay=main_w-overlay_w-10:main_h-overlay_h-10
# insert a transparent PNG logo in the bottom left corner of the input # insert a transparent PNG logo in the bottom left corner of the input
movie=0:png:logo.png [logo]; movie=logo.png [logo];
[in][logo] overlay=10:main_h-overlay_h-10 [out] [in][logo] overlay=10:main_h-overlay_h-10 [out]
# insert 2 different transparent PNG logos (second logo on bottom # insert 2 different transparent PNG logos (second logo on bottom
# right corner): # right corner):
movie=0:png:logo1.png [logo1]; movie=logo1.png [logo1];
movie=0:png:logo2.png [logo2]; movie=logo2.png [logo2];
[in][logo1] overlay=10:H-h-10 [in+logo1]; [in][logo1] overlay=10:H-h-10 [in+logo1];
[in+logo1][logo2] overlay=W-w-10:H-h-10 [out] [in+logo1][logo2] overlay=W-w-10:H-h-10 [out]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment