Quote:
Originally Posted by Razor12911
Yeah, Adding it. Internally so you don't need rad videos installed on your system.
though it's kinda difficult.
any suggestions on how the bat command should look like?
|
This is how it looks like the batch file to resample bik files with rad video tools.
Code:
cd D:\Bionic Commando\data\movies
Bink capcom_logo.bik New_capcom_logo.bik /d50 /m3.0 /l5 /p8
The code above will resample the video to the 50% of the original, so I guess the only thing to change is /d50 to the desired percent to resample
I hope this help you.