OGV File Format: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix formatting)
m (Text replacement - " (https:\/\/[a-zA-Z0-9.\/\_\-]+) " to " {{Link|$1}} ")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''OGV''' format is a video format that is playable in {{arma2oa}} and {{arma3}} (through e.g [[BIS_fnc_playVideo]]).
The '''OGV''' format is a video format that is playable in {{arma2oa}} and {{arma3}} (through e.g [[BIS_fnc_playVideo]]).


The ffmpeg tool provides a conversion output that works in {{arma3}} up until ffmpeg's '''4.0.2''' version (4.1 and above versions have a documented bug regarding this feature: {{Link|https://trac.ffmpeg.org/ticket/8471|bug report}}).
{{Feature|warning|
The ffmpeg tool provides a conversion output that works in {{arma3}} up until ffmpeg's '''4.0.2''' version
(4.1 and above versions have a documented bug regarding this feature: {{Link|https://trac.ffmpeg.org/ticket/8471|bug report}}).
}}




Line 13: Line 16:
== Download ==
== Download ==


See https://ffmpeg.org/ to [https://ffmpeg.org/download.html download] ffmpeg;<br>
See {{Link|https://ffmpeg.org/}} to {{Link|https://ffmpeg.org/download.html|download}} ffmpeg;<br>
See https://ffmpeg.org/releases/ to obtain older ffmpeg release sources.
See {{Link|https://ffmpeg.org/releases/}} to obtain older ffmpeg release sources.


'''binaries''' downloads (from https://www.videohelp.com/software/ffmpeg/old-versions):
'''binaries''' downloads (from https://www.videohelp.com/software/ffmpeg/old-versions):

Latest revision as of 17:22, 10 September 2023

The OGV format is a video format that is playable in Arma 2: Operation Arrowhead and Arma 3 (through e.g BIS_fnc_playVideo).

The ffmpeg tool provides a conversion output that works in Arma 3 up until ffmpeg's 4.0.2 version (4.1 and above versions have a documented bug regarding this feature: bug report).


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):


Example

ffmpeg -i input.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 intro.ogv