mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix FFmpeg filter command in Playing videos (#6151)
This commit is contained in:
committed by
Hugo Locurcio
parent
692a64a773
commit
6ed00080a8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user