View Single Post
  #9  
Old 09-05-2018, 23:12
artag artag is offline
Registered User
 
Join Date: Nov 2016
Location: somewhere
Posts: 20
Thanks: 9
Thanked 4 Times in 4 Posts
artag is on a distinguished road
That error is for one of this:

a) The video frame is too small, something like 60x30 or something like that
b) The video has a transparency channel /alpha plane

How to detect:

Install the bink and smacker tools, open it, browse to the videos folder
click on one of the videos (just one click), click on the file-info button
check for the frame size and alpha-plane.

If you have a game with some videos like that, check each one and compress only
the ones that dont have alpha-plane and small frame sizes, the rest, leave them untouched.
The last case i remember was COD Infinite warfare

One more thing, compress with the cls and decompress with the cls, or compress with
the exe and decompress with the exe, don mix both ways (like compressing with exe and decompressing with cls on inno stup)

It works.

good luck
Reply With Quote
The Following User Says Thank You to artag For This Useful Post:
ARTEMiS14 (08-08-2020)