FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Best Compression Methods for 'Specific' Games. Q&A (https://fileforums.com/showthread.php?t=99554)

darkwolves 13-10-2018 16:27

result is not wrong we didn't even use the same method...
but i am not arguing with anyone nor am i posting anymore repacks due to this same reason...

Simorq 13-10-2018 16:53

Hi darkwolves
 
Quote:

Originally Posted by darkwolves (Post 476302)
result is not wrong we didn't even use the same method...
but i am not arguing with anyone nor am i posting anymore repacks due to this same reason...

Code:

pzlib3+srep:m5f:a1+lolz:dt1:dtp1:dto1:dtm1:dtw1:dtd1:mtt0:mt6:d64m:tt4  h14:fba4096:mc1023:bc8:blr8:bm
I tested it exactly the result was above 4 gigabytes.

Anyway, it does not matter.;)

darkwolves 13-10-2018 16:57

you are right it does not but..... i have warned against people picking my repacks apart or i would remove them all...so.....

Simorq 13-10-2018 17:09

Devil May Cry HD Collection
 
Code:

Original Size: 10.7 GB
Compressed Size: +- 3.10 GB (Encoded WMV (WM3) TO MP4 (x265 HEVC)
Compression Time: 2.5 Hours
Decompression Time: 15-20 Minutes
Method:
@Sound Files: oggre
@Movie Files: srep:m3f
@Other Files: xZLib+srep:m5f:l64+lolz:dtb1:d512m:mc1023

For quality 100% Videos:

Encod WMV TO MP4
Code:

dir/b/s *.wmv >mkvlist.txt
for /F "delims=;" %%F in (mkvlist.txt) do ffmpeg.exe -i "%%F" -c:v libx265 -preset slow -tune ssim -crf 21 -c:a copy "%%~dF%%~pF%%~nF.mp4"
del mkvlist.txt

MP4 TO WMV
Code:

@echo off
SetLocal EnableDelayedExpansion
echo.
echo.
echo.
echo.          Number Of Threads
echo.          **************   
echo.          *        *
echo.          *    %Number_Of_Processors%      *
echo.          *        *
echo.          **************
echo.

SET Threads=%NUMBER_OF_PROCESSORS%

IF %Threads%==1 (
        DIR /B /D /S *.mp4 | CMD /C PPX2 -P 1 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"       
) ELSE (
IF %Threads%==2 (
        DIR /B /D /S *.mp4 | CMD /C PPX2 -P 1 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==4 (
        DIR /B /D /S *.mp4 | CMD /C PPX2 -P 2 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==6 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 3 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==8 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 4 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==10 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 5 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==12 (       
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 6 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==14 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 7 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==16 (       
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 8 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==18 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 9 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==20 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 10 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==22 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 11 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==24 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 12 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==26 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 13 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==28 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 14 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==30 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 15 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==32 (       
        DIR /B /D /S *.mp4 | CMD /C PPX2 -P 16 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
)))))))))))))))))

:DEL MP4
FOR /R %%i IN (*.mp4) DO CMD /C DEL /F /Q "%%i"
:Remove *.WMV Extension
FOR /F "Delims=" %%a IN ('DIR /B /S *.wmv') DO REN "%%a" "%%~na"
:REN *.MP4>*.WMV
FOR /R %%i IN (*.mp4) DO REN "%%i" "*.wmv"
:DMC1
COPY "data\dmc1\Video\s15_2.wmv" "data\dmc1\Video\s15_2j.wmv"
COPY "data\dmc1\Video\S15_2S.wmv" "data\dmc1\Video\s15_2Sj.wmv"
COPY "data\dmc1\Video\S0502S.wmv" "data\dmc1\Video\s0502Sj.wmv"
COPY "data\dmc1\Video\s0502.wmv" "data\dmc1\Video\s0502j.wmv"
COPY "data\dmc1\Video\S15_1BS.wmv" "data\dmc1\Video\s15_1BSj.wmv"
COPY "data\dmc1\Video\s15_1a.wmv" "data\dmc1\Video\s15_1aj.wmv"
COPY "data\dmc1\Video\s15_1b.wmv" "data\dmc1\Video\s15_1bj.wmv"
COPY "data\dmc1\Video\s01_1.wmv" "data\dmc1\Video\s01_1j.wmv"
COPY "data\dmc1\Video\demo1.wmv" "data\dmc1\Video\demo1j.wmv"
COPY "data\dmc1\Video\s0101_3.wmv" "data\dmc1\Video\s0101_3j.wmv"
COPY "data\dmc1\Video\s1402b_2.wmv" "data\dmc1\Video\s1402b2j.wmv"

:DMC2
COPY "data\dmc2\Video\cg_00.wmv" "data\dmc2\Video\cg_00e.wmv"
COPY "data\dmc2\Video\cg_00.wmv" "data\dmc2\Video\cg_00u.wmv"

:DMC3
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverF.wmv"
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverG.wmv"
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverI.wmv"
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverS.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroE.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroJ.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroK.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroP.wmv"

:DMCLauncher
COPY "data\dmclauncher\video\DMC-HD_AttractMode.wmv" "data\dmclauncher\video\DMC-HD_AttractMode_EU.wmv"
COPY "data\dmclauncher\video\DMC-HD_AttractMode.wmv" "data\dmclauncher\video\DMC-HD_AttractMode_JP.wmv"

ECHO. Ready...!!!

Code:

Creators:
Repack uses XTool v9 library By Razor12911
Repack uses Srep v3.92 library By Bulat Ziganshin
Repack uses Lolz v2.1.a.7 library By ProFrager


K4miKaZe 13-10-2018 17:27

Quote:

Originally Posted by darkwolves (Post 476304)
you are right it does not but..... i have warned against people picking my repacks apart or i would remove them all...so.....

I donīt know what happened in the past but i dont think that Simorq told that with bad intentions. Sometimes we get things wrong due to our basic english knowledge, we can even offend without intention (at least in my case).What im not finding nice is the removing of the posts giving JustFun now a lot of work to clean up the index.

Grumpy 13-10-2018 20:08

Quote:

Originally Posted by K4miKaZe (Post 476306)
Sometimes we get things wrong due to our basic english knowledge, we can even offend without intention (at least in my case). What im not finding nice is the removing of the posts giving JustFun now a lot of work to clean up the index.

^^ Exactly this

@darkwolves
I can still see all your posts, I have read through a lot of them, I can see you have helped a lot of people and I can also see that a lot of people have helped you.

I have quoted a few of your posts to highlite a few things you have previously said on the forum .....
Quote:

Originally Posted by darkwolves (Post 471003)
oh it won't you can be honest and not be disrespectful at the same time
and people should be mindful about what they say about others
you never know that could be the only person around at the time that can help you..
with problems you may be having with tools
and they likley won't if they do not like you

Quote:

Originally Posted by darkwolves (Post 471016)
i am aways calm nothing i have said was said with malcontent
just being honest is all

What you see as 'critics' and 'criticism' is people being honest.

Quote:

Originally Posted by darkwolves (Post 469230)
wow... looking at all the games and people always wondering....
this should have been done alot sooner this is going to be helpful to so many people

^ and now you have removed that help.

Quote:

Originally Posted by darkwolves (Post 471058)
its cool there is no reason for anything to escalate into a war we are all here for the same reasons

^ this is very important to remember and to heed your own advice. ;)

Quote:

Originally Posted by darkwolves (Post 469695)
really brings me back that one was from my beginning repack days when i didn't know any better lol

Quote:

Originally Posted by darkwolves (Post 469692)
changes made to need for speed rivals

http://fileforums.com/showpost.php?p...&postcount=364

it was brought to my attention something was not right about the game repack
level i investigated and discoverd it was an early crappy incomplete 3dm version
have repacked the full version of the game game different ratio on it now can you please change it to the new info...

^if people didnt 'criticise' your work then you would not have learnt new methods and learnt simpler better ways of doing things.
Dont take things to heart, people are not here to disrespect your work, they are here to learn, as you yourself said 'we are all here for the same reason'. ;)

'JustFun' has put a lot of time and effort into the Index and I'm sure he is very proud of his work and would be disappointed to now see some of it has been a waste of time, just like everyone who puts a lot of time and effort into creating the 'Best Compression Methods' ;)

Please rethink the deletion of your posts and think about allowing me to 'restore' them all, I can do that quite easily. ;)

darkwolves 13-10-2018 21:45

Quote:

Originally Posted by Grumpy (Post 476307)
^^ Exactly this

@darkwolves
I can still see all your posts, I have read through a lot of them, I can see you have helped a lot of people and I can also see that a lot of people have helped you.

I have quoted a few of your posts to highlite a few things you have previously said on the forum .....




What you see as 'critics' and 'criticism' is people being honest.



^ and now you have removed that help.


^ this is very important to remember and to heed your own advice. ;)




^if people didnt 'criticise' your work then you would not have learnt new methods and learnt simpler better ways of doing things.
Dont take things to heart, people are not here to disrespect your work, they are here to learn, as you yourself said 'we are all here for the same reason'. ;)

'JustFun' has put a lot of time and effort into the Index and I'm sure he is very proud of his work and would be disappointed to now see some of it has been a waste of time, just like everyone who puts a lot of time and effort into creating the 'Best Compression Methods' ;)

Please rethink the deletion of your posts and think about allowing me to 'restore' them all, I can do that quite easily. ;)

very well you can restore them but i will not post any more in the future

darkwolves 13-10-2018 21:53

Quote:

Originally Posted by K4miKaZe (Post 476306)
I donīt know what happened in the past but i dont think that Simorq told that with bad intentions. Sometimes we get things wrong due to our basic english knowledge, we can even offend without intention (at least in my case).What im not finding nice is the removing of the posts giving JustFun now a lot of work to clean up the index.

i am not being dishonest about that repack it really is that size i am looking at it now what i don;t understand is why mine is smaller
:confused:

K4miKaZe 13-10-2018 22:53

Quote:

Originally Posted by darkwolves (Post 476309)
i am not being dishonest about that repack it really is that size i am looking at it now what i don;t understand is why mine is smaller
:confused:

At first, thanks for letting Grumpy restore the posts.

Different sizes could be so many things, maybe you have ripped some files? Also from my little experience, lolz should not give so hugh differences and not always higher means better (got some games on lolz with some mb less on low settings then on higher settings, strange...). I think the best thing is to know first how much GB the game has after installing, this way you know if your total game size matches Simorqs one, if not it could be dlcs, language files, etc..

I dont think that nobody here was saying that you were dishonest, simorq only said that it was wrong because he tested it too, i think he used your method and said that something was wrong, sometimes we can have even a typing error (3 is next to 4 on the keyboard). I dont have any of the Devil May Cry games, so i cant look to it too, never liked those games hehehe.

Do you actually check for crc on compressions? Sometimes it can happen that ultraarc doesnt include all files without giving error. I usually do a sfv file from the original install and check it on the repack (it tells if there are bad or missing files).

;)

darkwolves 13-10-2018 23:01

no i didnt rip anything i've always admitted to ripping recoding etc and i don't use ultraarc
what i use is a compressor based off one panker made
i redid the entire compressor with my own settings
and the tools i use i have gatherd overtime
as far as the crc no never check
apon installing the game is 24 gigs ran a test play off my last save file
nothing appeared out of place

darkwolves 13-10-2018 23:03

Quote:

Originally Posted by doofoo24 (Post 476313)
:confused: any idea way i'm getting this zero size when trying wmv to mp4 using ffmpeg...

hmmm never used that i use format factory it also works on mp4

Grumpy 13-10-2018 23:11

Quote:

Originally Posted by darkwolves (Post 476308)
very well you can restore them but i will not post any more in the future

Thanks ;)

EDIT: I have restored 41 posts in the 'Best Compression Methods for 'Specific' Games. Q&A' only, you may want to check to make sure there are no other posts you would like me to restore from other threads or check that the ones I have restored were not meant to be deleted for other legit reasons. ;)

K4miKaZe 13-10-2018 23:24

No idea, with a crc file it should be easy to see if there is something missing. I recommend to do it on every pack because even if the game starts and is playable it can have missing files or bad files. Maybe different game versions or something (not always us and eu versions are exactly the same). But if you two say that your original size are 27.0gb then its strange like hell but it can be that the data on this 27gb is slightly different (maybe you dont have same amount of vids but have other files like dlc stuff or something). Thats why sfv files are so useful too. And game updates can make hugh differences too, for example on one of my last games, hitman, i had it previously on 22,8gb but have redone it after the 1.14.2 patch (around 300mb more in size). Doing it with same method gave me 22,6 (even with the game having bigger size).

Edit: Grumpy, thank you very much for taking your time and restoring them !!!

darkwolves 13-10-2018 23:43

Quote:

Originally Posted by K4miKaZe (Post 476319)
No idea, with a crc file it should be easy to see if there is something missing. I recommend to do it on every pack because even if the game starts and is playable it can have missing files or bad files. Maybe different game versions or something (not always us and eu versions are exactly the same). But if you two say that your original size are 27.0gb then its strange like hell but it can be that the data on this 27gb is slightly different (maybe you dont have same amount of vids but have other files like dlc stuff or something). Thats why sfv files are so useful too. And game updates can make hugh differences too, for example on one of my last games, hitman, i had it previously on 22,8gb but have redone it after the 1.14.2 patch (around 300mb more in size). Doing it with same method gave me 22,6 (even with the game having bigger size).

Edit: Grumpy, thank you very much for taking your time and restoring them !!!

honestly i am not at all worried i test unpack after anything i do i use 3 data files to prevent me from having to redo an entire game if only one section messes up

darkwolves 13-10-2018 23:46

Quote:

Originally Posted by Grumpy (Post 476318)
Thanks ;)

EDIT: I have restored 41 posts in the 'Best Compression Methods for 'Specific' Games. Q&A' only, you may want to check to make sure there are no other posts you would like me to restore from other threads or check that the ones I have restored were not meant to be deleted for other legit reasons. ;)

no just the ones from here are fine


All times are GMT -7. The time now is 14:19.

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