View Single Post
  #7  
Old 23-04-2020, 17:53
ShiyaVivala ShiyaVivala is offline
Registered User
 
Join Date: Apr 2020
Location: Planet Earth
Posts: 6
Thanks: 5
Thanked 43 Times in 6 Posts
ShiyaVivala is on a distinguished road
Quote:
Originally Posted by BobRogers21 View Post
Hello there, I am currently looking to compress the game "Astroneer". I just wish to see how small I can compress the game.

It is an Unreal Engine game, so I used Masquerade's guidance from the last page for Drug Dealer Simulator however I am wondering if there's any better compression method for mp4 video files? It seems that srep+lolz do not compress these files very well.

This forum has helped me a lot since my first post. Thank you in advance.
You can use "uelr" to tfc files for precompressing.

arc.ini file:
Code:
[External compressor:uelr]
header     = 0
default    = -uv
packcmd    = "uelr_x86" {option} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd  = "uelr_x86" r <stdin> <stdout>
Then srep+lolz.

For mp4 files you can create a batch script and re-encode them with FFmpeg.
https://github.com/FFmpeg/FFmpeg
Attached Files
File Type: zip uelr_x86.zip (28.5 KB, 14 views)
Reply With Quote
The Following User Says Thank You to ShiyaVivala For This Useful Post:
BobRogers21 (24-04-2020)