Commit 1afbb4c2 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: remove another instance of '×'

Fix trac ticket #2247.
parent a00c4b4d
...@@ -4589,7 +4589,7 @@ Alternatively, the options can be specified as a flat string: ...@@ -4589,7 +4589,7 @@ Alternatively, the options can be specified as a flat string:
@var{layout}[:@var{nb_frames}[:@var{margin}[:@var{padding}]]] @var{layout}[:@var{nb_frames}[:@var{margin}[:@var{padding}]]]
For example, produce 8×8 PNG tiles of all keyframes (@option{-skip_frame For example, produce 8x8 PNG tiles of all keyframes (@option{-skip_frame
nokey}) in a movie: nokey}) in a movie:
@example @example
ffmpeg -skip_frame nokey -i file.avi -vf 'scale=128:72,tile=8x8' -an -vsync 0 keyframes%03d.png ffmpeg -skip_frame nokey -i file.avi -vf 'scale=128:72,tile=8x8' -an -vsync 0 keyframes%03d.png
......
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