OGV File Format: Difference between revisions
Category: Real Virtuality File Formats
Lou Montana (talk | contribs) m (Text replacement - " (https:\/\/[a-zA-Z0-9.\/\_\-]+) " to " {{Link|$1}} ") |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:BIS( |_)File( |_)Formats\]\]" to "Category:Real Virtuality File Formats") |
||
Line 39: | Line 39: | ||
[[Category: | [[Category:Real Virtuality File Formats]] |
Latest revision as of 13:27, 8 May 2025
The OGV format is a video format that is playable in Arma 2: Operation Arrowhead and Arma 3 (through e.g BIS_fnc_playVideo).
How To
Download
See https://ffmpeg.org/ to download ffmpeg;
See https://ffmpeg.org/releases/ to obtain older ffmpeg release sources.
binaries downloads (from https://www.videohelp.com/software/ffmpeg/old-versions):
- ffmpeg-4.0.2-win64-static.zip (62.7 MB)
- ffmpeg-4.0.2-win32-static.zip (52.4 MB)
- ffmpeg-4.0.1-win64-static.zip (60.4 MB)
- ffmpeg-4.0.1-win32-static.zip (52.3 MB)
Example
ffmpeg -i input.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 intro.ogv