Guide:FFmpeg: Difference between revisions

From Game Making Tools Wiki
(Created, godot example)
(No difference)

Revision as of 07:49, 26 June 2023

Examples

Convert video to file usable in Godot:

 ffmpeg -i [input.ext] -codec:v libtheora -qscale:v 7 -codec:a libvorbis -qscale:a 5 [output.ogv]

See Also