View Single Post
  #13  
Old 01-05-2021, 08:29
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Code:
xtool+srep+lolz
On *.webm and *.feral
Code:
srep+lzma2
*feral is ogg audio archives, so you could use oggre but no idea of the benefit (or any issue in decompression)

50.1GB ----> 17.3GB
Optimal Packing

JPG files and use: -mbrunsli or -mlepton
Sound Folders = msc+srep+lzma
PNG+GIF = precomp+srep+lolz

everything else = reflate+srep+lolz_ldmf=d1023m:mt2


Lossy Section:
Run this script to all webm files, you get 25% of the original size
so for 1GB of raw video you get 250mb.

ffmpeg -i "webm_files" -c:v libvpx-vp9 -b:v 2000k -c:a opus -b:a 112k -y "output_webm_files"

I Attached Brunsli:

[External compressor:brunsli]
packcmd = brunsli_x64 c $$arcdatafile$$.jpg $$arcdatafile$$.brn
unpackcmd = brunsli_x64 d $$arcdatafile$$.brn $$arcdatafile$$.jpg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.brn
solid = 0

Visual Paradigm of trully eye lossless Compression:
Lossless: https://drive.google.com/file/d/18O_...ew?usp=sharing
Lossy: https://drive.google.com/file/d/1QmL...ew?usp=sharing
Attached Files
File Type: zip brunsli_x64.zip (671.8 KB, 25 views)
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 01-05-2021 at 08:36. Reason: Added Links for visual paradigm
Reply With Quote
The Following 3 Users Say Thank You to panker1992 For This Useful Post:
Flzzy (19-05-2021), Gehrman (01-05-2021), L33THAK0R (01-05-2021)