[[
tips:convert_mp4_to_ogv_with_ffmpeg
]]
OffCorp
You are here:
start
»
tips
»
convert_mp4_to_ogv_with_ffmpeg
Convert MP4 to OGV with ffmpeg
Found this
here
:
ffmpeg -i input.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 output.ogv
tips/convert_mp4_to_ogv_with_ffmpeg.txt · Last modified: 2023-08-06 19:12 (external edit)
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Share Alike 3.0 Unported