FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Alan Wake (DVD9 -> DVD5) (https://fileforums.com/showthread.php?t=92739)

BAMsE 17-02-2012 17:06

Alan Wake (DVD9 -> DVD5)
 
9 Attachment(s)
Alan Wake DVD9 -> DVD5 1 spoken lang (supporting 1.03 update)

NOTE: Files needed can be found in Post #36

---------------------------------------------------------------------------------------------------------------
At the very first biggest greetz fly to yener90 'coz this conversion uses his CI source.
---------------------------------------------------------------------------------------------------------------


UPDATE: I'm sorry for wasting your time on converting biks via previous bik_conversion_v.2.rar.
Proper bik_conversion_v.3.rar greatly improves video quality and (paradoxically) straightly reduces conversion time from ~16 to ~8.5 hour on [email protected]
I strongly recommend bik converson via bik_conversion_v.3.rar to gain near-original quality.


You can update the game to 1.03 and it still fits on DVD5

1. Install the game and RADTools


2. Download bik_conversion_v.3.rar and extract to {game_folder}\data\videos folder.
Note: See Post #36 for file.


3. Go to {game_folder}\data\videos and run 1#resample.rlst

You can pause it and resume later.To do this click 'STOP' button in RAD Batch Editor. Let Bink Video Compressor finish actually converted file. Click 'SAVE AS...' button in RAD Batch Editor and save as 1#resample.rlst. Next time you run them, it'll start from next file.
If you must abort conversion immediately there is 2nd method. Click 'STOP' button on RAD Batch Editor and it'll generate "# Error returned:" message at the beginning of line with actually converted file. Delete "# Error returned:" text, click 'SAVE AS...' button and save as 1#resample.rlst. Now click 'CANCEL' button on Bink Video Compressor and answer 'NO' if asking about keeping partially converted file. You can run it later and it starts conversion from last converted file.


4. Run 2#audio_###.rlst (where ### is your preferred lang for cutscenes).


5. Run 3#copy_not_resampled.bat.


6. Download AW_DVD5_v.3.rar and extract to TEMP folder.
Note: See Post #36 for file.


7. Go to {game_folder} and move

Code:

thridparty
to

Code:

TEMP

8. Go to {game_folder}\data, delete unwanted lang files (remember to leave i.e. english if your language isn't spoken one):

Code:

ep999-000-##.bin
ep999-000-##.rmdp


9. Go to {game_folder}\data, run FreeArc and compress:

Code:

Config
*.bin
*.rmdp

Code:

archive name: data1.cab
compression: -mx -ld800
make EXE: not checked


10. Go to {game_folder}\data\videos\converted, run FreeArc and compress its content

Code:

archive name: data2.cab
compression: -m0*
make EXE: not checked

* If you want to gain some extra space (i.e. for soundtrack from 1.02 update) use -mx -ld800 compression instead


11. Go to {game_folder}, run FreeArc and compress its content (without data folder)

Code:

archive name: data3.cab
compression: -mx -ld800
make EXE: not checked

12. Make iso/burn content of TEMP folder with any label (final size: 4.25GB)

Attachment 3123

Attachment 3124

UPDATE:

See screenshots for differences (thin, black lines are not visible during on-game playback):

Attachment 3145 oryginal
Attachment 3146 previous (bik_conversion_v.2.rar)
Attachment 3147 new (bik_conversion_v.3.rar)

Attachment 3148 oryginal
Attachment 3149 previous (bik_conversion_v.2.rar)
Attachment 3150 new (bik_conversion_v.3.rar)

UPDATE 2: Italian lang added to bik_conversion_v.3.rar (108 downloads before)

Note: See Post #36 for file.

kaem84 21-02-2012 11:28

What is the final size of the iso?
I ask because the quality of the video comes out a little bad ...
In the file "1#resample.rlst" command "/d44" means 44% of the original quality?
If so, then the iso should be around 4.3 GB and I can not raise the quality of the video.

BAMsE 21-02-2012 16:43

In my case it's 4.28GB but there is some margin of error when using percentage conversion, so you can't increase /d44 because you may not fit on DVD5.
On the other hand you may convert them to 1024x576@25fps with 53% of original bitrate to get really smoother fullscreen playback and still fit on DVD5. The problem is it takes much more time.
Anyway you may try - just open 1#resample.rlst in notepad, find and replace ([CTRL] + [H]) all
Code:

/d44 /m3.0 /l-1 /p8 /b8 /c1
with
Code:

/d53 /m3.0 /l-1 /p8 /a25 /(1024 /)576 /b8 /c1

kaem84 22-02-2012 00:24

Convert DLC video files does not work. It pops up a window with the message "Could't create temporary file". It helps to change the last eight lines:

Code:

Bink dlc1\cine_100000.bik dlc1\converted\cine_100000.bik /d44 /m3.0 /l-1 /p8 /b8 /c1
Bink dlc1\cine_100100.bik dlc1\converted\cine_100100.bik /d44 /m3.0 /l-1 /p8 /b8 /c1
Bink dlc1\cine_100300.bik dlc1\converted\cine_100300.bik /d44 /m3.0 /l-1 /p8 /b8 /c1
Bink dlc1\cine_100400.bik dlc1\converted\cine_100400.bik /d44 /m3.0 /l-1 /p8 /b8 /c1
Bink dlc2\cine_200000.bik dlc2\converted\cine_200000.bik /d44 /m3.0 /l-1 /p8 /b8 /c1
Bink dlc2\cine_200100.bik dlc2\converted\cine_200100.bik /d44 /m3.0 /l-1 /p8 /b8 /c1
Bink dlc2\cine_200200.bik dlc2\converted\cine_200200.bik /d44 /m3.0 /l-1 /p8 /b8 /c1
Bink dlc2\cine_200300.bik dlc2\converted\cine_200300.bik /d44 /m3.0 /l-1 /p8 /b8 /c1

The file "3#copy_not_resampled.bat" has the format in the "UCS-2 Little Endian" and therefore the script will not run for me. It works if convert to ANSI.

BAMsE 22-02-2012 04:00

Thanks kaem84. Attachment updated. No need to change any line

kaem84 22-02-2012 07:30

Everything is almost perfect ... Bik video files during the play look as if they were to 20fps. They are not perfectly smooth as the original files. I used RADTools v1.99n. I guess anything can not help ;)

BAMsE 22-02-2012 13:01

I've noticed some of original biks has so low bitrate that covering to 44% makes'em blocky as hell. I'm working on it to use original ones and still fit on DVD5

conouy 22-02-2012 17:14

Other .. 2 DVD 5 all lang.

1 - Create folder dvd1 and dvd2. copy all files to dvd1 and move files *c.bin *d.bin and *e.bin to dvd2 folder.
2 - create iso folder name dvd1 and dvd2 and burn dvd.
3 - install game all lang.

thz

kaem84 24-02-2012 08:08

Quote:

Originally Posted by BAMsE (Post 400741)
I'm working on it to use original ones and still fit on DVD5

That would be impressive ;-)

BAMsE 24-02-2012 11:39

Update nearly done. Greatly improved video quality and (paradoxically) conversion time reduced straightly :p Please wait until I watch all videos and be sure nothing is wrong as lately :mad:

BAMsE 25-02-2012 04:08

Attachment updated. See screenshots for differences in quality :)

kaem84 25-02-2012 12:00

OK - now is perfect!
Those black thin lines [as in the pictures] are not seen in the game! Videos are now smooth as the original with 30fps. If someone is playing Alan Wake on PC using pad, away from the monitor, then will not notice any difference in video quality.
Great work.
And a wonderful, hard work of our computers in the conversion of videos ;]
Sorry for my english :P

3h45m on i5 [email protected]

Schabik 27-02-2012 12:27

I have a problem. During the installation it shows me this error...

http://tinypic.com/view.php?pic=34igsn6&s=5

peterf1999 27-02-2012 12:43

@Schabik

The installer cannot find the 'videos' folder (step4?), move/copy 'videos' folder where setup.exe is located to fix the issue.

BAMsE 28-02-2012 01:04

Schabik don't you messed up the conversions? :P

Schabik 28-02-2012 04:01

BAMsE I did exactly like your instructions sayed

EDIT: OK, I think I've localized the problem... I've been using v1-v2 setup, I'm now testing v3 setup... I'll let you know how it goes
EDIT2: It's all right, setup v3 works correctly:)

dar29 05-03-2012 10:10

Quote:

Originally Posted by conouy (Post 400745)
Other .. 2 DVD 5 all lang.

1 - Create folder dvd1 and dvd2. copy all files to dvd1 and move files *c.bin *d.bin and *e.bin to dvd2 folder.
2 - create iso folder name dvd1 and dvd2 and burn dvd.
3 - install game all lang.

thz

Work perfectly on Win7 64 bit
thanx

JacksMafia 12-03-2012 06:52

what about the last update for the game v1.03.16.4825 is there a way to include it ?
it's 319 mb
any ideas ?

BAMsE 12-03-2012 09:15

JacksMafia I've finished the game few days ago and don't know about the update. If this patch replaces original files with new ones it still should fit on DVD5. You can add extra ~120MB to fill DVD5 to the brim, also may compress videos with -mx -ld800 instead -m0 to gain another 100MB. I'll try it if I find some time.

pakrat2k2 12-03-2012 12:04

Quote:

Originally Posted by JacksMafia (Post 401335)
what about the last update for the game v1.03.16.4825 is there a way to include it ?
it's 319 mb
any ideas ?

The update replaces files that already exist with new ones. So just follow the conversion as it is, and you'll end up with a conversion WITH newest files in 1 language that fits on 1xdvd5... final size = 4.37GB

BAMsE 12-03-2012 18:34

Yep, after updating to 1.03 it still fits on DVD5 with one language and soundtrack. Although there may be little differences of size due to bik converting, so if you can't pack it to 4.37GB just compress movies with -mx -ld800

nerevarine 10-04-2012 03:27

With patch 1.02, soundtrack one spoken lang and two subtitles - it still fits on dvd5 :)
Great work BAMsE!

morbidoso88 11-04-2012 06:59

Good evening, scuse me, How i can convert audio in italian?in batch files there isn't italian language..thanks

BAMsE 11-04-2012 08:56

morbidoso88 Italian is now supported. Please download bik_conversion_v.3.rar again

morbidoso88 11-04-2012 15:44

Quote:

Originally Posted by BAMsE (Post 401901)
morbidoso88 Italian is now supported. Please download bik_conversion_v.3.rar again

Thanks Bamse, i make the dvd5 but when i launch game after install , it crashes during the initial video but I tried to play the video and it works, what can be?

BAMsE 12-04-2012 09:57

morbidoso88 you may try to overwrite that video by original one, but I wonder this'll help. I've changed reg info to Italian and it works fine despite the fact there are English voices and Polish text only.

Matrosko 28-06-2012 06:09

Hi, why we need to keep all these tracks and not just the one needed for my language?
In the example tracks 0,1,8,3,4,5,12,13,14,15 and not just track 8 for italian lang?

binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t0 /i0
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t1 /i1
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t8 /i8
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t3 /i3
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t4 /i4
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t5 /i5
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t12 /i12
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t13 /i13
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t14 /i14
binkmix converted\cine_2400.bik cine_2400.bik converted\cine_2400.bik /o /l1 /t15 /i15


tnx

pakrat2k2 28-06-2012 16:07

because some of the tracks could just be environment sounds & not a specific language, so if you only encooded with your language track, it wont include the background noises etc.

Matrosko 29-06-2012 05:06

ok...that's why tracks are mono i think...
Anyway i've found that tracks 3 (LFE), 12, 13, 14, 15 are only sound without voices.
In fact tracks 0,1,2,4,5 are english spoken with and without sound.
Tracks 6 is german, 7 is france, 9 is spanish, 10 is another latin maybe mexican and 11 japanese.
So for italian would be enough tracks 3,8,12,13,14,15 (6tracks in fact).
Using advanced play on file cine_2400 is more clear to understand tracks languages.
Maybe have been keept english as basic language and then a second choice ? Track 2 is also english and is not included.
tnx

BAMsE 29-06-2012 09:18

Matrosko I took these numbers from a configuration file and checked them to make sure they correspond to the description. Other tracks are different channels for different sound systems (stereo, 5.1 etc). I don't know why there is english voice in other tracks, I don't know they are needed to correct playback for other languages. If you believe you don't need them and you're sure can complete the game without them, so... you may delete them :D

Matrosko 30-06-2012 11:50

Quote:

8. Go to {game_folder}\data, delete unwanted lang files (remember to leave i.e. english if your language isn't spoken one):
my choosen language is italian and it is spoken but if i don't keep eng too (files : ep999-000-en.bin + rmdp ) the game crashes on startup before menu.

:eek:
Anyway, keeping english and italian menu with bink resampled without tracks 1,4,5 the final size is 4,675gb and fits on a dvd5.

Matrosko 30-06-2012 12:11

Quote:

Originally Posted by BAMsE (Post 403966)
Matrosko I took these numbers from a configuration file and checked them to make sure they correspond to the description. Other tracks are different channels for different sound systems (stereo, 5.1 etc). I don't know why there is english voice in other tracks, I don't know they are needed to correct playback for other languages. If you believe you don't need them and you're sure can complete the game without them, so... you may delete them :D

i've tested the game without extra tracks 0,1,2,4,5 and the first video plays without any sound at all (the italian voiceover that introduces the story is muted) but adding track 0 (zero), italian voiceover goes fine.
Anyway 0,1,4, and 5 tracks are english spoken as i can ear on cine_2400...maybe on first video is different, the english can be eared only on track 2.
So for italian, i guess tracks 0 is needed to get 3,8,12,13,14,15,16 working. .:rolleyes:

nene777 21-04-2013 17:36

In step (3. Go to {game_folder} \ data \ videos and run 1 # resample.rlst) ... I get a window BATCH EDITOR RAD, I do there?

BAMsE 22-04-2013 02:44

Just click [Start]

nene777 22-04-2013 14:06

Quote:

Originally Posted by BAMsE (Post 417362)
Just click [Start]

error running: Bink dlc1 and Bink dlc2, etc, etc.

Grumpy 11-07-2015 22:11

2 Attachment(s)
Files:


All times are GMT -7. The time now is 15:27.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com