You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: add forgotten " to zoompan example
Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user