Arma 3
Hellbourne Oct 29, 2018 @ 11:30pm
Fix my OGV on screen!
So i finally got my video done converted and it looked great now this is what happens when it plays on mission intro....

https://imgur.com/a/Ymuo5hC

why is it so distorted why can't it just play as it plays normally!

I am using this code: play = ["intro.ogv"] spawn BIS_fnc_PlayVideo;

< >
Showing 1-4 of 4 comments
Hellbourne Oct 30, 2018 @ 12:11am 
bump
B✪✪tsy Oct 30, 2018 @ 6:18am 
The video is not converted properly. Probably a bitrate issue or maybe a resolution issue. Last time I had an issue with ogv in ArmA was when I converted the video to low quality (to decrease file size). So your ogv is probably not the same bitrate as the original video.
B✪✪tsy Oct 30, 2018 @ 6:20am 
Aslo, this looks better as ogv in the game, nice fade in/out.

2 cutText ["", "BLACK OUT"];
sleep 1;
_video = ["intro.ogv"] spawn bis_fnc_playVideo;
waitUntil {scriptDone _video};
sleep 2;
2 cutText ["", "BLACK IN"];
Hellbourne Oct 30, 2018 @ 11:02pm 
yes i went from 4k to 1080p during the conversion fixed now xD
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Oct 29, 2018 @ 11:30pm
Posts: 4