Skip to content
Snippets Groups Projects
Commit edeefeaa authored by Lou Logan's avatar Lou Logan
Browse files

doc/filters: add forgotten " to zoompan example


Signed-off-by: default avatarLou Logan <lou@lrcd.com>
parent 0180c469
No related branches found
No related tags found
No related merge requests found
...@@ -8930,7 +8930,7 @@ display aspect ratio ...@@ -8930,7 +8930,7 @@ display aspect ratio
@item @item
Zoom-in up to 1.5 and pan at same time to some spot near center of picture: Zoom-in up to 1.5 and pan at same time to some spot near center of picture:
@example @example
zoompan=z=min(zoom+0.0015\,1.5):d=700:x=if(gte(zoom\,1.5)\,x\,x+1/a):y=if(gte(zoom\,1.5)\,y\,y+1):s=640x360" "zoompan=z=min(zoom+0.0015\,1.5):d=700:x=if(gte(zoom\,1.5)\,x\,x+1/a):y=if(gte(zoom\,1.5)\,y\,y+1):s=640x360"
@end example @end example
@end itemize @end itemize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment