Page MenuHomeFeedback Tracker

Cuttext (BLACK OUT - BLACK IN) in video does no longer work
Closed, ResolvedPublic

Description

Whenever I try to add a video to a mission I can no longer fade in/out the video with cuttext as how always did it in ArmA2.
I tried this already early in the alpha, but I notice now that it is still not possible. So with a widescreen video played on a 4:3 monitor the top and the bottom of the screen still shows the environment in stead of being black if I not use the BLACK OUT/IN.

Now if you add the BLACK IN/OUT it will make the entire video black, only the sound is hearable. Without it the video runs normally and is visible, but without thus the black borders that I want.

In arma2 when I did this the background would be blacked out, but the video would run on top of it and thus visible, now the black covers the video itself

hmm, hope it is understandable what I wrote..

Details

Legacy ID
1906137537
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Design-Mission
Steps To Reproduce

add a video to your mission and play it with how I did it below.
(this worked in arma2)

24 cutText ["", "BLACK OUT"];
sleep 1;
_video = ["win.ogv"] spawn bis_fnc_playVideo;
waitUntil {scriptDone _video};
sleep 2;
24 cutText ["", "BLACK IN"];

Event Timeline

B00tsy edited Steps To Reproduce. (Show Details)Aug 16 2013, 4:27 PM
B00tsy edited Additional Information. (Show Details)
B00tsy set Category to Design-Mission.
B00tsy set Reproducibility to Always.
B00tsy set Severity to None.
B00tsy set Resolution to No Bug.
B00tsy set Legacy ID to 1906137537.May 7 2016, 4:03 PM
Bohemia added a subscriber: B00tsy.Aug 16 2013, 4:27 PM
zozo added a comment.Aug 19 2013, 7:19 PM

Try another layer:

layer cutText ["", "BLACK OUT"];

thank you, will give that a go.

Mass closing resolved tickets from last month.