diff --git a/tutorials/animation/playing_videos.rst b/tutorials/animation/playing_videos.rst index 9d2b6ca47..304202bfc 100644 --- a/tutorials/animation/playing_videos.rst +++ b/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