浏览代码

Fix FFmpeg filter command in Playing videos (#6151)

Douglas Leão 2 年之前
父节点
当前提交
6ed00080a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/animation/playing_videos.rst

+ 1 - 1
tutorials/animation/playing_videos.rst

@@ -231,4 +231,4 @@ significantly if the source is recorded at a higher resolution than 720p:
 
 ::
 
-    ffmpeg -i input.mp4 -f:v "scale=-1:720" -q:v 6 -q:a 6 output.ogv
+    ffmpeg -i input.mp4 -vf "scale=-1:720" -q:v 6 -q:a 6 output.ogv