View Single Post
  #70  
Old 04-07-2012, 13:35
DaWul DaWul is offline
Registered User
 
Join Date: Jul 2012
Location: Spain
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
DaWul is on a distinguished road
The idea, is making a downsampling and leave only 1 or 2 languages...

The game Bik files:

Resolution: 1040x600
FPS: 30
Tracks: 9
Track ID0: Ambient Sound (Mono)
Track ID2: Ambient Sound (Stereo)
Track ID1: Not Tested (Stereo)
Track ID101: English Voices (Mono)
Track ID102: French Voices (Mono)
Track ID103: Spanish Voices (Mono)
Track ID104: German Voices (Mono)
Track ID105: Not Tested (Mono)
Track ID106: Not Tested (Mono)

Ok... finally find it how to make, reading the official BIK help.

First need to downsampling the Movie: (test are only in the first movie of the game)

The first you need to know, is the size of this bik video audio is 5.5Mb each language, two languages are 11Mb + Video Size.

With this, downsampling the movie off 50% of original quality. Tested and looks great! (dont touch any Size or FPS)
The value /Dxx is the % of downsampling, select another one for test.
Note: This conversion remove all tracks from our new video, only leave the track 0.
Quote:
Bink HBOL_CIN_TheNewTeam.bik converted\New_HBOL_CIN_TheNewTeam.bik /d50 /m3.0 /l4 /p8
And now, insert the languages into the new file we made
Take the original file with all languages, and mix with the new one we made, the value /Tx is the desire track, and the /ix is the Imput track.
Quote:
BinkMix converted\HBOL_CIN_TheNewTeam.bik HBOL_CIN_TheNewTeam.bik converted\HBOL_CIN_TheNewTeam.bik /l4 /t2 /i2
BinkMix converted\HBOL_CIN_TheNewTeam.bik HBOL_CIN_TheNewTeam.bik converted\HBOL_CIN_TheNewTeam.bik /l4 /t0 /i0
BinkMix converted\HBOL_CIN_TheNewTeam.bik HBOL_CIN_TheNewTeam.bik converted\HBOL_CIN_TheNewTeam.bik /l4 /t1 /i1
BinkMix converted\HBOL_CIN_TheNewTeam.bik HBOL_CIN_TheNewTeam.bik converted\HBOL_CIN_TheNewTeam.bik /l4 /t101 /i101
BinkMix converted\HBOL_CIN_TheNewTeam.bik HBOL_CIN_TheNewTeam.bik converted\HBOL_CIN_TheNewTeam.bik /l4 /t103 /i103
With this test:
Original File Size: 149.644Mb
New File SIze...: 75.880Mb

Edit: Added the batch file for RadTools for complete downsampling all the movies with 2 languages (English & Spanish).
Attached Files
File Type: zip TCGRFS-DaWulf.zip (1.5 KB, 7 views)

Last edited by DaWul; 04-07-2012 at 16:59.
Reply With Quote