<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lossless - Super Compression - useful programs/tools and information!</title>
	<atom:link href="https://supercompression.org/tag/lossless/feed/" rel="self" type="application/rss+xml" />
	<link>https://supercompression.org</link>
	<description>Super Compression - useful programs/tools and information for maximum compression!</description>
	<lastBuildDate>Wed, 29 Oct 2025 21:52:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://supercompression.org/wp-content/uploads/2024/06/params_icon_512-150x150.png</url>
	<title>lossless - Super Compression - useful programs/tools and information!</title>
	<link>https://supercompression.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ultra7z PNG Picture Lossless Optimizer 1.08</title>
		<link>https://supercompression.org/ultra7z-png-picture-lossless-optimizer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ultra7z-png-picture-lossless-optimizer</link>
					<comments>https://supercompression.org/ultra7z-png-picture-lossless-optimizer/#respond</comments>
		
		<dc:creator><![CDATA[admin8]]></dc:creator>
		<pubDate>Sat, 29 Jun 2024 13:28:07 +0000</pubDate>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[optimizer]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[ultra7z]]></category>
		<guid isPermaLink="false">https://supercompression.org/?p=53</guid>

					<description><![CDATA[<p>Optimize and convert your graphic files/images to smaller PNG files (up to 5-30%) lossless! Full compatible with source PNG format. Convert from PNG, GIF, BMP, PNM, TIFF to smallest PNG! It uses 10 programs and selects the best result: OptiPNG, Pingo, TruePNG, ECT (Efficient Compression Tool), Zopfli, AdvanceCOMP, PNGWolfZopfli, OxiPNG, PNGOUT, DeflOpt, Defluff. You can [&#8230;]</p>
<p>The post <a href="https://supercompression.org/ultra7z-png-picture-lossless-optimizer/">Ultra7z PNG Picture Lossless Optimizer 1.08</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" src="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_png_optimizer_english_620_opt.png" alt="Ultra7z PNG Picture Lossless Optimizer" width="620" height="322" class="alignnone size-full wp-image-54" srcset="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_png_optimizer_english_620_opt.png 620w, https://supercompression.org/wp-content/uploads/2021/03/ultra7z_png_optimizer_english_620_opt-300x156.png 300w" sizes="(max-width: 620px) 100vw, 620px" /><br />
Optimize and convert your graphic files/images to smaller PNG files (up to 5-30%) lossless! Full compatible with source PNG format. Convert from PNG, GIF, BMP, PNM, TIFF to smallest PNG! It uses 10 programs and selects the best result: OptiPNG, Pingo, TruePNG, ECT (Efficient Compression Tool), Zopfli, AdvanceCOMP, PNGWolfZopfli, OxiPNG, PNGOUT, DeflOpt, Defluff. You can enable or disable each of them. Batch processing of files (drag-n-drop). Reduce the size of your PNG files in one click without quality loss! Program optimizes your file to new one with «_optimized» name ending (source file will remain intact). Program will be especially useful for webmasters to optimize images on sites to increase places in search results.<br />
<span id="more-53"></span><br />
Features:<br />
  &#8211; Compression of graphic files/images without loss in quality (Lossless) up to 5-30%!<br />
  &#8211; Fast and ultra (slow) 7 modes.<br />
  &#8211; Full compatible with original PNG format.<br />
  &#8211; Supported formats: PNG, GIF, BMP, PNM, TIFF.<br />
  &#8211; Option &#8220;Strip metadata&#8221;.<br />
  &#8211; Option &#8220;Preserve file attributes (time stamps, file access rights, etc.)&#8221;.<br />
  &#8211; You can set «Run in background (without console output)» or uncheck it for manual process control.<br />
  &#8211; Option &#8220;Interlaced&#8221;.<br />
  &#8211; Option &#8220;Enable strict losslessness&#8221;.<br />
  &#8211; Test identity of the result (PSNR).<br />
  &#8211; Number of threads for ECT and OxiPNG (1-16).</p>
<p>Program uses ImageMagick for test PSNR of result images.</p>
<p>How does it work?<br />
The Portable Network Graphics (PNG) is a format for storing compressed raster graphics. The compression engine is based on the Deflate method. Unlike other lossless compression schemes, PNG compression does not depend solely on the statistics of the input, but it may vary within wide limits, depending on the compressor&#8217;s implementation. A good PNG encoder must be able to take informed decisions about the factors that affect the size of the output. The purpose of this article is to provide information about these factors, and to give advice on implementing efficient PNG encoders.</p>
<p>The PNG compression works in a pipeline manner.<br />
In the first stage, the image pixels are passed through a lossless arithmetic transformation named delta filtering, or simply filtering, and sent further as a (filtered) byte sequence. Filtering does not compress or otherwise reduce the size of the data, but it makes the data more compressible.</p>
<p>In the second stage, the filtered byte sequence is passed through the Ziv-Lempel algorithm (LZ77), producing LZ77 codes that are further compressed by the Huffman algorithm in the third and final stage. The combination of the last two stages is referred to as the Deflate compression, a widely-used, patent-free algorithm for universal, lossless data compression. The maximum size of the LZ77 sliding window in Deflate is 32768 bytes, and the LZ77 matches can be between 3 and 258 bytes long.</p>
<p>The good encoders are at least applying the filtering heuristics.</p>
<p>Use programs:<br />
ECT (Efficient Compression Tool) &#8211; https://github.com/fhanau/Efficient-Compression-Tool<br />
Pingo &#8211; https://css-ig.net/<br />
PNGWolfZopfli &#8211; https://github.com/jibsen/pngwolf-zopfli<br />
OptiPNG &#8211; http://optipng.sourceforge.net<br />
TruePNG &#8211; http://x128.ho.ua/pngutils.html<br />
AdvanceCOMP &#8211; http://www.advancemame.it<br />
Oxipng &#8211; https://github.com/shssoichiro/oxipng<br />
Zopfli &#8211; https://github.com/google/zopfli<br />
Zopflipng bin &#8211; https://github.com/imagemin/zopflipng-bin<br />
PNGOUT &#8211; http://advsys.net/ken<br />
DeflOpt &#8211; http://www.walbeehm.com/download<br />
Defluff &#8211; http://j-o.users.sourceforge.net/<br />
ImageMagick &#8211; https://imagemagick.org</p>
<p>Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. Zopfli Compression Algorithm was created by Lode Vandevenne and Jyrki Alakuijala, based on an algorithm by Jyrki Alakuijala.</p>
<p>There are a number of factors that affect the size of PNG image files, such as the number of colors in the image and whether the image data is stored as RGBA data or in the form of references to a color palette. The main factor is the quality of the Deflate compression used to compress the image data, which is in turn affected by the quality of the compressor and how well the data to be compressed is arranged.</p>
<p>The PNG format supports a number of scanline filters that transform the image data by relating nearby pixels mathematically. Choosing the right filters for each scanline can make the image data more compressible. It is, however, infeasible for non-trivial images to find the best filters so typical encoders rely on a couple of heuristics to find good filters.</p>
<p>PNGWolf employs a genetic algorithm to find better filter combinations than traditional heuristics. It derives a couple of filter combinations heuristically, adds a couple of random combinations, and then looks how well each combination compresses. Two very different combinations may compress similarily well, for instance, one combination may be very good for the first couple of scanlines, while the other may be very good for the last couple of scanlines. So taking the beginning of one combination and the tail of the other to make a new one may result in a combination that compresses better then the original two.</p>
<p>Run only 1 active instance of the program!</p>
<p>Current file has its own status in the list: «running», «done» and «saved space».<br />
Full stats:<br />
1. Number of optimized files (total and current session).<br />
2. Files in the queue (quantity).<br />
3. Saved disk space (Mb) total and for each file in the list.<br />
(You need to save files «res\size.txt» and «res\numbers.txt» before updating, if you want to save the overall statistics («Total»)).</p>
<p>Please send any bugs and requests to maxcompress@ya.ru whith subject &#8220;Ultra7z PNG Lossless Optimizer&#8221;</p>
<p>It’ free for commercial and non-commercial use!</p>
<p>If you like my program and you want help improve it, you can help me (donate) <a href="https://supercompression.org/help-for-ultra7z-donate" rel="noopener nofollow noreferrer" target="_blank">here</a>.</p>
<p>Icon made by prettycons from Flaticon:<br />
https://www.flaticon.com/authors/prettycons</p>
<p>History:<br />
2024-06-29<br />
Ultra7z PNG Lossless Optimizer 1.08<br />
&#8211; Update ECT 0.9.5, Oxipng 9.1.1, OptiPng 0.7.8, Pingo 1.23.8, AdvanceComp 2.6, ImageMagick 7.1.1-34<br />
&#8211; Fixed some bugs.</p>
<p>2023-09-03<br />
1.07<br />
&#8211; Improved compression:<br />
&#8212; new methods for testing variants (filters: fast/good/best).<br />
&#8212; added new program: PNGOUT.<br />
&#8211; Default multithreading for ECT/OxiPNG (much faster on modern CPU).<br />
&#8211; Update ECT 0.9.4, Oxipng 8.0, Pingo 1.11, AdvanceComp 2.5, ImageMagick.<br />
&#8211; Fixed some bugs.</p>
<p>2021-07-25<br />
1.06<br />
&#8211; Improved compression:<br />
&#8212; added new modes: &#8220;Extreme&#8221; and &#8220;Extreme+&#8221;.<br />
&#8212; added new programs: Pingo, Oxipng, Zopflipng, Defluff.<br />
&#8211; Improved compression for ECT:<br />
&#8212; added options: &#8220;-allfilters&#8221;, &#8220;-allfilters-b&#8221; and &#8220;ECT extreme mode (slow)&#8221;.<br />
&#8211; Added option &#8220;Interlaced&#8221;.<br />
&#8211; Added option &#8220;Enable strict losslessness&#8221;.<br />
&#8211; Added option &#8220;Test identity of the result (PSNR)&#8221; (by ImageMagick).<br />
&#8211; Added option &#8220;Number of threads for ECT and OxiPNG (1-16)&#8221;.<br />
&#8211; Added time for each file from the list.<br />
&#8211; Added &#8220;Wait&#8221; on the button &#8220;Start&#8221; after click on it.</p>
<p>2020-06-29<br />
1.01<br />
&#8211; first release</p>
<p><strong>Download Ultra7z PNG Lossless Optimizer 1.08 (25 Mb):</strong><br />
<noindex><a href="https://tbit.to/rjvif8vz3t8c.html" rel="noopener noreferrer" target="_blank">Download here (25 mb)</a><br />
<a href="https://uploadrar.com/sxgiplul2s8o" rel="noopener noreferrer" target="_blank">Mirror 1</a><br />
<a href="https://uploady.io/269tzbf3kqd7" rel="noopener noreferrer" target="_blank">Mirror 2</a><br />
<a href="https://www.file-upload.org/se7gxl63b0b2" rel="noopener noreferrer" target="_blank">Mirror 3</a></noindex></p><p>The post <a href="https://supercompression.org/ultra7z-png-picture-lossless-optimizer/">Ultra7z PNG Picture Lossless Optimizer 1.08</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://supercompression.org/ultra7z-png-picture-lossless-optimizer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ultra7z Images to AVIF Smart Converter 1.05</title>
		<link>https://supercompression.org/ultra7z-images-to-avif-smart-converter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ultra7z-images-to-avif-smart-converter</link>
					<comments>https://supercompression.org/ultra7z-images-to-avif-smart-converter/#respond</comments>
		
		<dc:creator><![CDATA[admin8]]></dc:creator>
		<pubDate>Sun, 10 Mar 2024 17:10:50 +0000</pubDate>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[av1]]></category>
		<category><![CDATA[avif]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[heic]]></category>
		<category><![CDATA[heif]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[ultra7z]]></category>
		<guid isPermaLink="false">https://supercompression.org/?p=62</guid>

					<description><![CDATA[<p>Convert your pictures JPEG/PNG/WEBP to smaller AVIF files (up to 10-50%)! High compression ratio &#8211; better than your programs / photo camera or smartphone. AVIF is a modern image format that provides superior lossy compression for images on the web. Using AVIF, webmasters and web developers can create smaller, richer images that make the web [&#8230;]</p>
<p>The post <a href="https://supercompression.org/ultra7z-images-to-avif-smart-converter/">Ultra7z Images to AVIF Smart Converter 1.05</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_images_to_avif_converter_english_new_620_opt.png" alt="Ultra7z Images to AVIF Smart Converter" width="620" height="382" class="aligncenter size-full wp-image-63" srcset="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_images_to_avif_converter_english_new_620_opt.png 620w, https://supercompression.org/wp-content/uploads/2021/03/ultra7z_images_to_avif_converter_english_new_620_opt-300x185.png 300w" sizes="(max-width: 620px) 100vw, 620px" /><br />
Convert your pictures JPEG/PNG/WEBP to smaller AVIF files (up to 10-50%)! High compression ratio &#8211; better than your programs / photo camera or smartphone. AVIF is a modern image format that provides superior lossy compression for images on the web. Using AVIF, webmasters and web developers can create smaller, richer images that make the web faster. It uses program avifenc.exe from LibAvif. Batch processing of files (drag-n-drop). Reduce the size of your image files in one click with ot without quality loss! Program optimizes your file to new one with «_optimized» name ending (source file will remain intact). Option for smart level of compression (based on SSIM). AVIF images are 50% smaller in size compared to JPEG and 20% to WEBP. Google Chrome released with full AVIF support.<br />
<span id="more-62"></span></p>
<p>Features of Ultra7z Images to AVIF Smart Converter:<br />
  &#8211; High compression ratio.<br />
  &#8211; Supported formats: jpg, jpeg, webp, png, tiff, tif, gif, bmp, pnm, avif, heif, heic, flif.<br />
  &#8211; Option &#8220;Strip metadata (exif etc)&#8221;.<br />
  &#8211; You can set «Run in background (without console output)» or uncheck it for manual process control.<br />
  &#8211; Option for lossy compression.<br />
  &#8211; Option for lossless compression.<br />
  &#8211; Option for smart level of compression (based on SSIM)(very slow, but effective): &#8220;Same as JPEG 85%&#8221;, &#8220;Same as WEBP 85%&#8221;, &#8220;Target SSIM = 0.97&#8221; (you can change values).</p>
<p>AVIF &#8211; a modern image format based on the AV1 video format, ROYALTY-FREE, interoperable and open. AVIF is a combination of the HEIF ISO standard, and a royalty-free AV1 codec by Mozilla, Xiph, Google, Cisco, and many others.</p>
<p>AV1 Image File Format supports High Dynamic Range (HDR) and Wide Color Gamut (WCG) images as well as Standard Dynamic Range (SDR). It supports monochrome images as well as multi-channel images with all the bit depths and color spaces specified in AV1. Also supports multi-layer images to be stored both in image items and image sequences.</p>
<p>It competes with HEIC which uses the same container format, build upon ISOBMFF, but HEVC for compression. Version 1.0 of the AVIF specification was finalized in February 2019.</p>
<p>It compresses images significantly better than older-generation formats such as WebP and JPEG. It&#8217;s supported in Chrome desktop today, and support is coming to other Chromium-based browsers, as well as Firefox. More than a half of an average website&#8217;s bandwidth is spent on images. Improved image compression can save bandwidth and improve overall performance of the web.</p>
<p>AVIF features:<br />
&#8211; High dynamic range.<br />
&#8211; 8, 10, 12 bit color depth.<br />
&#8211; Lossless compression and lossy compression.<br />
&#8211; Monochrome (alpha/depth) or multi-components.<br />
&#8211; Any color-space including: wide color gamut, ISO/IEC CICP and ICC profiles.<br />
&#8211; 4:2:0, 4:2:2, 4:4:4 chroma subsampling.<br />
&#8211; Film grain.</p>
<p>AVIF is natively supported in Google Chrome and by many other tools and software libraries. Developers have also added support to a variety of image editing tools.</p>
<p>On 14 December 2018 Netflix published the first .avif sample images, and support was added in VLC. Microsoft announced support with the Windows 10 &#8220;19H1&#8221; preview release, including support in File Explorer, Paint and multiple APIs, together with sample images. Paint.net added support for opening AVIF files in September 2019 and the ability to save AVIF format images in an August 2020 update. GIMP plugin implementation has been developed supporting both 3.x and 2.10.x plugin APIs. Native AVIF import and export was added to GIMP in October 2020.</p>
<p>In August 2020, Google Chrome version 85 was released with full AVIF support. Mozilla is working on support for the image format in Firefox. Cloudflare announced AVIF support in a blog post on 3 October 2020.</p>
<p>One of the big things AVIF does is it fixes WebP&#8217;s biggest flaws. WebP is over 10 years old, and AVIF is a major upgrade over the WebP format. These two formats are technically related: they&#8217;re both based on a video codec from the VPx family. WebP uses the old VP8 version, while AVIF is based on AV1, which is the next generation after VP10.</p>
<p>WebP is limited to 8-bit color depth, and in its best-compressing mode of operation, it can only store color at half of the image&#8217;s resolution (known as chroma subsampling). This causes edges of saturated colors to be smudged or pixelated in WebP. AVIF supports 10- and 12-bit color at full resolution, and high dynamic range (HDR).</p>
<p>Run only 1 active instance of the program!</p>
<p>Current file has its own status in the list: «running», «done» and «saved space».<br />
Full stats:<br />
1. Number of optimized files (total and current session).<br />
2. Files in the queue (quantity).<br />
3. Saved disk space (Mb) total and for each file in the list.<br />
(You need to save files «res\size.txt» and «res\numbers.txt» before updating, if you want to save the overall statistics («Total»)).</p>
<p>You can specify the path to the file «avifenc.exe» manually in a separate form.</p>
<p>More info about AVIF <noindex><a href="https://aomediacodec.github.io/av1-avif/" rel="noopener nofollow noreferrer" target="_blank">here</a></noindex></p>
<p>Program uses ImageMagick for pre-convert of input files and for SSIM calculation.</p>
<p>Please send any bugs and requests to maxcompress@ya.ru whith subject &#8220;Ultra7z Images/Photos to AVIF Converter&#8221;</p>
<p>It’ free for commercial and non-commercial use!</p>
<p>If you like my program and you want help improve it, you can help me (donate) <a href="https://supercompression.org/help-for-ultra7z-donate" rel="noopener nofollow noreferrer" target="_blank">here</a>.</p>
<p>Icon made by Freepik from Flaticon.com<br />
https://www.flaticon.com/authors/freepik</p>
<p>History:<br />
2024-03-09<br />
Ultra7z Images to AVIF Smart Converter 1.05<br />
&#8211; Updated AVIF 1.0.4, CAVIF 1.5.5, ImageMagick 7.1.1-26, ExifTool 12.78.<br />
&#8211; Added new file extensions for HEIF/AVIF (HEIFS, HEICS, AVCI, AVCS, AVIFS).<br />
&#8211; Threads up to 64.</p>
<p>2021-10-03 &#8211; 1.04<br />
&#8211; Updated AVIF 0.9.2, added CAVIF 1.3.1.<br />
&#8211; Option &#8220;Convert to PNG/JPG&#8221; with metadata (exif etc).<br />
&#8211; YUV auto mode.<br />
&#8211; Support JXL (JPEG XL), JPE, PPM as input.<br />
&#8211; Option &#8220;Encode using RGB instead of YCbCr color space&#8221;. Makes colors closer to lossless, but makes files larger.<br />
&#8211; Threads up to 16.<br />
&#8211; Added time for each images from the list.<br />
&#8211; Added &#8220;Wait&#8230;&#8221; on the button &#8220;Start&#8221; after click on it. </p>
<p>2020-12-12 &#8211; 1.03<br />
&#8211; added smart level of comression (based on SSIM)(very slow, but effective):<br />
&#8220;Same as JPEG 85%&#8221;, &#8220;Same as WEBP 85%&#8221;, &#8220;Target SSIM = 0.97&#8221; (you can change values)</p>
<p>2020-12-01 &#8211; 1.01<br />
&#8211; first release</p>
<p><strong>Download Ultra7z Images to AVIF Smart Converter 1.05 (29 Mb):</strong><br />
<noindex><a href="https://tbit.to/qxv2xnvxqexi.html" rel="noopener noreferrer" target="_blank">Download here (28 Mb)</a><br />
<a href="https://uploadrar.com/i3u3m7zq58vk" rel="noopener noreferrer" target="_blank">Mirror 1</a><br />
<a href="https://filespayouts.com/d0d0zwa6arwk/Ultra7z_Images_to_AVIF_Smart_Converter_1.05.zip" rel="noopener noreferrer" target="_blank">Mirror 2</a><br />
<a href="https://katfile.cloud/ep7yewtk3hj8/Ultra7z_Images_to_AVIF_Smart_Converter_1.05.zip.html" rel="noopener noreferrer" target="_blank">Mirror 3</a></noindex></p><p>The post <a href="https://supercompression.org/ultra7z-images-to-avif-smart-converter/">Ultra7z Images to AVIF Smart Converter 1.05</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://supercompression.org/ultra7z-images-to-avif-smart-converter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ultra7z PDF Lossless Optimizer &#038; Compressor 1.01</title>
		<link>https://supercompression.org/ultra7z-pdf-lossless-optimizer-compressor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ultra7z-pdf-lossless-optimizer-compressor</link>
					<comments>https://supercompression.org/ultra7z-pdf-lossless-optimizer-compressor/#respond</comments>
		
		<dc:creator><![CDATA[admin8]]></dc:creator>
		<pubDate>Sun, 19 Sep 2021 19:21:19 +0000</pubDate>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[lossy]]></category>
		<category><![CDATA[optimizer]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ultra7z]]></category>
		<guid isPermaLink="false">https://supercompression.org/?p=118</guid>

					<description><![CDATA[<p>Optimize and convert your PDF files to smaller ones (up to 5-20% lossless and 50-200% lossy)! Full compatible with original PDF format. It uses programs Cpdfsqueeze, Pdfsizeopt and Ghostscript. Batch processing of files (drag-n-drop). Reduce the size of your PDF files in one click without quality loss! Program optimizes your file to new one with [&#8230;]</p>
<p>The post <a href="https://supercompression.org/ultra7z-pdf-lossless-optimizer-compressor/">Ultra7z PDF Lossless Optimizer & Compressor 1.01</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://supercompression.org/wp-content/uploads/2021/09/ultra7z_pdf_compressor_optimizer_english_620_opt.png" alt="Ultra7z PDF Lossless Optimizer &amp; Compressor (English)" width="620" height="305" class="aligncenter size-full wp-image-120" srcset="https://supercompression.org/wp-content/uploads/2021/09/ultra7z_pdf_compressor_optimizer_english_620_opt.png 620w, https://supercompression.org/wp-content/uploads/2021/09/ultra7z_pdf_compressor_optimizer_english_620_opt-300x148.png 300w" sizes="(max-width: 620px) 100vw, 620px" /><br />
Optimize and convert your PDF files to smaller ones (up to 5-20% lossless and 50-200% lossy)! Full compatible with original PDF format. It uses programs Cpdfsqueeze, Pdfsizeopt and Ghostscript. Batch processing of files (drag-n-drop). Reduce the size of your PDF files in one click without quality loss! Program optimizes your file to new one with «_optimized» name ending (source file will remain intact). Losslessly squeeze PDF files to reduce their size.<br />
<span id="more-118"></span></p>
<p>Features:<br />
  &#8211; Reduce the size of PDF files.<br />
  &#8211; Full compatible with original PDF format.<br />
  &#8211; Supported formats: PDF.<br />
  &#8211; You can set «Run in background (without console output)» or uncheck it for manual process control.</p>
<p>Image resolution (for lossy mode):<br />
&#8211; screen (low resolution);<br />
&#8211; ebook (medium resolution);<br />
&#8211; printer (print optimized);<br />
&#8211; prepress (prepress optimized).</p>
<p>DPI from 50 to 600.</p>
<p>Programs:<br />
Cpdfsqueeze (Copyright Coherent Graphics Ltd) &#8211; https://www.coherentpdf.com<br />
Pdfsizeopt &#8211; https://github.com/pts/pdfsizeopt<br />
Ghostscript &#8211; https://www.ghostscript.com</p>
<p>Cpdfsqueeze is a lossless compressor for PDF files, which works by rearranging and coalescing content within the file. Very fast!</p>
<p>Pdfsizeopt is a program for converting large PDF files to small ones. If the input PDF has many images or large images, pdfsizeopt can be very slow. Pdfsizeopt can use the following external tools to make images in embedded PDF files smaller: sam2p, jbig2, pngout.</p>
<p>Ghostscript is an interpreter for the PostScript language and PDF files. It has been under active development for over 30 years and has been ported to several different systems during this time. Ghostscript consists of a PostScript interpreter layer and a graphics library.</p>
<p>Run only 1 active instance of the program!</p>
<p>Current file has its own status in the list: «running», «done» and «saved space».<br />
Full stats:<br />
1. Number of optimized files (total and current session).<br />
2. Files in the queue (quantity).<br />
3. Saved disk space (Mb) total and for each file in the list.<br />
(You need to save files «res\size.txt» and «res\numbers.txt» before updating, if you want to save the overall statistics («Total»)).</p>
<p>You can specify the path to the file «cpdfsqueeze.exe» manually in a separate form.</p>
<p>Please send any bugs and requests to maxcompress@ya.ru whith subject &#8220;Ultra7z PDF Lossless Optimizer&#8221;</p>
<p>It’ free for commercial and non-commercial use!</p>
<p>If you like my program and you want help improve it, you can help me (donate) <a href="https://supercompression.org/help-for-ultra7z-donate" rel="noopener nofollow noreferrer" target="_blank">here</a>.</p>
<p>Icon made by Freepik from Flaticon.com<br />
https://www.flaticon.com/authors/freepik</p>
<p>History:<br />
2021-09-19 &#8211; 1.01<br />
&#8211; first release.</p>
<p><strong>Download Ultra7z PDF Lossless Optimizer &#038; Compressor 1.01 (English) (38 Mb):</strong><br />
<noindex><a href="https://turb.cc/6r8zhnycuhvm.html" rel="noopener noreferrer" target="_blank">Download here (38 Mb)</a><br />
<a href="https://uploadrar.com/pb7zikq7dd99" rel="noopener noreferrer" target="_blank">Mirror 1</a><br />
<a href="https://www.file-upload.org/euasu0t9s689" rel="noopener noreferrer" target="_blank">Mirror 2</a><br />
<a href="https://up-load.io/dvluk5c60c2z" rel="noopener noreferrer" target="_blank">Mirror 3</a></noindex></p><p>The post <a href="https://supercompression.org/ultra7z-pdf-lossless-optimizer-compressor/">Ultra7z PDF Lossless Optimizer & Compressor 1.01</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://supercompression.org/ultra7z-pdf-lossless-optimizer-compressor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ultra7z MP3 Music Lossless Optimizer 1.02</title>
		<link>https://supercompression.org/ultra7z-mp3-music-lossless-optimizer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ultra7z-mp3-music-lossless-optimizer</link>
					<comments>https://supercompression.org/ultra7z-mp3-music-lossless-optimizer/#respond</comments>
		
		<dc:creator><![CDATA[admin8]]></dc:creator>
		<pubDate>Sun, 06 Jun 2021 20:13:57 +0000</pubDate>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[optimizer]]></category>
		<category><![CDATA[ultra7z]]></category>
		<guid isPermaLink="false">https://supercompression.org/?p=49</guid>

					<description><![CDATA[<p>Optimize and convert your audio and music files to smaller MP3 files (up to 5-20%) lossless! Program attempts to save space by storing frame data in the smallest possible frame. Usually MP3s are already stored in the most efficient way possible. However, for high-bitrate CBR files (like preset insane) there can be a lot of [&#8230;]</p>
<p>The post <a href="https://supercompression.org/ultra7z-mp3-music-lossless-optimizer/">Ultra7z MP3 Music Lossless Optimizer 1.02</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_mp3_optimizer_english_620_opt.png" alt="Ultra7z MP3 Music Lossless Optimizer" width="620" height="268" class="alignnone size-full wp-image-50" srcset="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_mp3_optimizer_english_620_opt.png 620w, https://supercompression.org/wp-content/uploads/2021/03/ultra7z_mp3_optimizer_english_620_opt-300x130.png 300w" sizes="auto, (max-width: 620px) 100vw, 620px" /><br />
Optimize and convert your audio and music files to smaller MP3 files (up to 5-20%) lossless! Program attempts to save space by storing frame data in the smallest possible frame. Usually MP3s are already stored in the most efficient way possible. However, for high-bitrate CBR files (like preset insane) there can be a lot of wasted space. Full compatible with original MP3 format. It uses program MP3packer 2.04. Batch processing of files (drag-n-drop). Reduce the size of your MP3 files in one click without quality loss! Program optimizes your file to new one with «_optimized» name ending (source file will remain intact).<br />
<span id="more-49"></span></p>
<p>MP3packer<br />
Copyright (c) 2006-2012 Reed Wilson (&#8220;Omion&#8221;)<br />
cedilla AT gmail DOT com</p>
<p>In &#8220;Good&#8221; mode program try choose the minimum frame size to fit the data and will also minimize the data size. This is completely lossless, and is equivalent to decompressing a ZIP file and recompressing with a more aggressive setting. In &#8220;Best&#8221; mode it attempts to minimize the data by doing a brute-force search for the optimal parameters, so it takes longer than it would normally.</p>
<p>Features:<br />
  &#8211; Reduce the size of high bitrate CBR files, turning them into VBR files.<br />
  &#8211; Writes valid LAME Xing header for proper VBR seeking.<br />
  &#8211; Full compatible with original MP3 format.<br />
  &#8211; Supported format: MP3.<br />
  &#8211; Option &#8220;Strip metadata (ID3v2 tags etc)&#8221;.<br />
  &#8211; Option &#8220;Copy time creation from source file&#8221;.<br />
  &#8211; You can set «Run in background (without console output)» or uncheck it for manual process control.</p>
<p>Run only 1 active instance of the program!</p>
<p>Current file has its own status in the list: «running», «done» and «saved space».<br />
Full stats:<br />
1. Number of optimized files (total and current session).<br />
2. Files in the queue (quantity).<br />
3. Saved disk space (Mb) total and for each file in the list.<br />
(You need to save files «res\size.txt» and «res\numbers.txt» before updating, if you want to save the overall statistics («Total»)).</p>
<p>You can specify the path to the file «mp3packer.exe» manually in a separate form.</p>
<p>Please send any bugs and requests to maxcompress@ya.ru whith subject &#8220;Ultra7z MP3 Lossless Optimizer&#8221;</p>
<p>It’ free for commercial and non-commercial use!</p>
<p>If you like my program and you want help improve it, you can help me (donate) <a href="https://supercompression.org/help-for-ultra7z-donate" rel="noopener nofollow noreferrer" target="_blank">here</a>.</p>
<p>Icon made by Dimitry Miroliubov from Flaticon:<br />
https://www.flaticon.com/authors/dimitry-miroliubov</p>
<p>History:<br />
2021-06-07<br />
Ultra7z MP3 Lossless Optimizer 1.02<br />
-internal optimizations</p>
<p>2020-06-24 &#8211; 1.01<br />
&#8211; first release</p>
<p><strong>Download Ultra7z MP3 Lossless Optimizer 1.02 (3 Mb):</strong><br />
<noindex><a href="https://turb.cc/9xwo2lq1acb1.html" rel="noopener noreferrer" target="_blank">Download here (3 mb)</a><br />
<a href="https://uploadrar.com/37jd4d8s4u60" rel="noopener noreferrer" target="_blank">Mirror 1</a><br />
<a href="https://www.file-upload.com/qhlev0yot796" rel="noopener noreferrer" target="_blank">Mirror 2</a><br />
<a href="https://up-load.io/3zxo1rlp7qyn" rel="noopener noreferrer" target="_blank">Mirror 3</a></noindex></p><p>The post <a href="https://supercompression.org/ultra7z-mp3-music-lossless-optimizer/">Ultra7z MP3 Music Lossless Optimizer 1.02</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://supercompression.org/ultra7z-mp3-music-lossless-optimizer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ultra7z JPEG Photo Lossless/Lossy Optimizer 1.11</title>
		<link>https://supercompression.org/ultra7z-jpeg-photo-lossless-optimizer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ultra7z-jpeg-photo-lossless-optimizer</link>
					<comments>https://supercompression.org/ultra7z-jpeg-photo-lossless-optimizer/#respond</comments>
		
		<dc:creator><![CDATA[admin8]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 20:01:27 +0000</pubDate>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Guetzli]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[MozJPEG]]></category>
		<category><![CDATA[optimizer]]></category>
		<category><![CDATA[ultra7z]]></category>
		<guid isPermaLink="false">https://supercompression.org/?p=31</guid>

					<description><![CDATA[<p>Optimize and convert your pictures and photos JPG, JPEG to smaller JPG files (up to 10-20%) lossless! Full compatible with original JPEG format. High compression ratio — usually better than your programs / photo camera or smartphone. It uses program &#8220;jpegtran.exe&#8221; from MozJPEG. Batch processing of files (drag-n-drop). Reduce the size of your image files [&#8230;]</p>
<p>The post <a href="https://supercompression.org/ultra7z-jpeg-photo-lossless-optimizer/">Ultra7z JPEG Photo Lossless/Lossy Optimizer 1.11</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_jpg_lossless_optimizer_english_opt_.png" alt="Ultra7z JPEG Photo Lossless/Lossy Optimizer" width="624" height="325" class="alignnone size-full wp-image-33" srcset="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_jpg_lossless_optimizer_english_opt_.png 624w, https://supercompression.org/wp-content/uploads/2021/03/ultra7z_jpg_lossless_optimizer_english_opt_-300x156.png 300w" sizes="auto, (max-width: 624px) 100vw, 624px" /><br />
Optimize and convert your pictures and photos JPG, JPEG to smaller JPG files (up to 10-20%) lossless! Full compatible with original JPEG format. High compression ratio — usually better than your programs / photo camera or smartphone. It uses program &#8220;jpegtran.exe&#8221; from MozJPEG. Batch processing of files (drag-n-drop). Reduce the size of your image files in one click without quality loss! Program optimizes your file to new one with «_optimized» name ending (source file will remain intact).<br />
<span id="more-31"></span></p>
<p>Features:<br />
  &#8211; Full compatible with original JPG format<br />
  &#8211; High compression ratio — usually better than your programs / photo camera or smartphone.<br />
  &#8211; Supported formats: JPG, JPEG (photos, pictures, images etc&#8230;)<br />
  &#8211; Option &#8220;Strip metadata (exif etc&#8230;)&#8221;.<br />
  &#8211; You can set «Run in background (without console output)» or uncheck it for manual process control.<br />
  &#8211; Option for lossy compression.<br />
  &#8211; Option for Guetzli (20-30% better, but very slow).<br />
  &#8211; Option for arithmetic coding (10% better, for advanced users only!)</p>
<p>Run only 1 active instance of the program!</p>
<p>Current file has its own status in the list: «running», «done» and «saved space».<br />
Full stats:<br />
1. Number of optimized files (total and current session).<br />
2. Files in the queue (quantity).<br />
3. Saved disk space (Mb) total and for each file in the list.<br />
(You need to save files «res\size.txt» and «res\numbers.txt» before updating, if you want to save the overall statistics («Total»)).</p>
<p>You can specify the path to the file «jpegtran.exe» manually in a separate form.</p>
<p>MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world&#8217;s deployed decoders. MozJPEG is based on libjpeg-turbo. Progressive encoding with &#8220;jpegrescan&#8221; optimization. It can be applied to any JPEG file (with jpegtran) to losslessly reduce file size.</p>
<p>Progressive images. Is a technique to smartly load the jpeg images of your app by demand, using small placeholders while the original image is being lazy loaded. Optimize Huffman table (smaller file). DC scan optimization. Trellis optimization of DC coefficients. Use integer DCT method. Reducing compression artifacts for text on white background and better quality for high-resolution images.</p>
<p>More info about MozJPEG <noindex><a href="https://github.com/mozilla/mozjpeg" rel="noopener nofollow noreferrer" target="_blank">here</a></noindex></p>
<p>Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality. Guetzli is a freely licensed JPEG encoder developed at Google Research Europe in Zürich, Switzerland by Jyrki Alakujala, Robert Obryk, and Zoltán Szabadka. Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Note that Guetzli is designed to work on high quality images. You should always prefer providing uncompressed input images (e.g. that haven&#8217;t been already compressed with any JPEG encoders, including Guetzli). While it will work on other images too, results will be poorer.</p>
<p>More info about Guetzli <noindex><a href="https://github.com/google/guetzli" rel="noopener nofollow noreferrer" target="_blank">here</a></noindex></p>
<p>JPEG arithmetic coding.<br />
It can be used as a replacement for Huffman coding in the final step of JPEG compression. And it is more effective and the files using arithmetic coding are a bit smaller. Between 5% and 12%. The sad thing is that the JPEG standard had this option, but nobody dared to use it due to software patents and the previous disaster with GIFs. Three years ago the patent expired and the standard JPEG library included the long abandoned option to use arithmetic coding.</p>
<p>Please send any bugs and requests to maxcompress@ya.ru whith subject &#8220;Ultra7z JPG Lossless Optimizer&#8221;</p>
<p>It’ free for commercial and non-commercial use!</p>
<p>If you like my program and you want help improve it, you can help me (donate) <a href="https://supercompression.org/help-for-ultra7z-donate" rel="noopener nofollow noreferrer" target="_blank">here</a>.</p>
<p>Icon made by icon king from www.freeicons.io<br />
https://www.freeicons.io/profile/3</p>
<p>History:<br />
2020-07-11 &#8211; 1.11<br />
&#8211; Option copy metadata for Guetzli (exif etc).<br />
&#8211; Guetzli now works with any jpg files.</p>
<p>2020-07-04<br />
Ultra7z JPG/JPEG Photo Lossless/Lossy Optimizer 1.10<br />
&#8211; Option for lossy compression.<br />
&#8211; Option for Guetzli (20-30% better, but very slow).<br />
&#8211; Option for arithmetic coding (10% better, for advanced users only!)</p>
<p>2020-06-21<br />
Ultra7z JPG Lossless Optimizer 1.01<br />
&#8211; first release</p>
<p><strong>Download Ultra7z JPG Lossless Optimizer 1.11 (3 Mb):</strong><br />
<noindex><a href="https://turb.cc/gqw9fk7nqt62.html" rel="noopener noreferrer" target="_blank">Download here (3 mb)</a><br />
<a href="https://uploadrar.com/8h6xquer3c30" rel="noopener noreferrer" target="_blank">Mirror 1</a><br />
<a href="https://filespayouts.com/wav826borgvo/Ultra7z_JPG_Optimizer_1.11.zip" rel="noopener noreferrer" target="_blank">Mirror 2</a><br />
<a href="https://katfile.cloud/h06vz9rd59ua/Ultra7z_JPG_Optimizer_1.11.zip.html" rel="noopener noreferrer" target="_blank">Mirror 3</a></noindex></p><p>The post <a href="https://supercompression.org/ultra7z-jpeg-photo-lossless-optimizer/">Ultra7z JPEG Photo Lossless/Lossy Optimizer 1.11</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://supercompression.org/ultra7z-jpeg-photo-lossless-optimizer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ultra7z FLAC Music Lossless Optimizer 1.01</title>
		<link>https://supercompression.org/ultra7z-flac-music-lossless-optimizer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ultra7z-flac-music-lossless-optimizer</link>
					<comments>https://supercompression.org/ultra7z-flac-music-lossless-optimizer/#respond</comments>
		
		<dc:creator><![CDATA[admin8]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 19:57:46 +0000</pubDate>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[optimizer]]></category>
		<category><![CDATA[ultra7z]]></category>
		<guid isPermaLink="false">https://supercompression.org/?p=29</guid>

					<description><![CDATA[<p>Convert your music FLAC/WAV to smaller FLAC files lossless (up to 1-5% and more)! High compression ratio &#8211; better than your programs with default settings (-8). FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. It uses [&#8230;]</p>
<p>The post <a href="https://supercompression.org/ultra7z-flac-music-lossless-optimizer/">Ultra7z FLAC Music Lossless Optimizer 1.01</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_flac_optimizer_english_opt.png" alt="Ultra7z FLAC Music Lossless Optimizer" width="620" height="276" class="alignnone size-full wp-image-35" srcset="https://supercompression.org/wp-content/uploads/2021/03/ultra7z_flac_optimizer_english_opt.png 620w, https://supercompression.org/wp-content/uploads/2021/03/ultra7z_flac_optimizer_english_opt-300x134.png 300w" sizes="auto, (max-width: 620px) 100vw, 620px" /><br />
Convert your music FLAC/WAV to smaller FLAC files lossless (up to 1-5% and more)! High compression ratio &#8211; better than your programs with default settings (-8). FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. It uses program flac.exe from Xiph.Org Foundation. Batch processing of files (drag-n-drop). Reduce the size of your music/audio files in one click without quality loss! Program optimizes your file to new one with «_optimized» name ending (source file will remain intact). Output files have their timestamps/permissions set to match those of their inputs.<br />
<span id="more-29"></span></p>
<p>Features:<br />
  &#8211; High compression ratio.<br />
  &#8211; Option &#8220;Use maximum compression&#8221;.<br />
  &#8211; Option &#8220;Use extreme compression (~7x slower)&#8221;.<br />
  &#8211; Supported formats: flac, wav.<br />
  &#8211; Option &#8220;Remove only pictures (cover art etc)&#8221;.<br />
  &#8211; Option &#8220;Remove ALL metadata (name, title, album etc)&#8221;.<br />
  &#8211; Output files have their timestamps/permissions set to match those of their inputs.<br />
  &#8211; Option &#8220;Delete source file only if result is smaller&#8221;.<br />
  &#8211; You can set «Run in background (without console output)» or uncheck it for manual process control.</p>
<p>FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see supported devices) just like you would an MP3 file.</p>
<p>FLAC stands out as the fastest and most widely supported lossless audio codec, and the only one that at once is non-proprietary, is unencumbered by patents, has an open-source reference implementation, has a well documented format and API, and has several other independent implementations.</p>
<p>Lossless: The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.</p>
<p>Fast: FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.</p>
<p>Hardware support: FLAC is supported by dozens of consumer electronic devices, from portable players, to home stereo equipment, to car stereo.</p>
<p>Flexible metadata: FLAC&#8217;s metadata system supports tags, cover art, seek tables, and cue sheets. Applications can write their own APPLICATION metadata once they register an ID. New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders.</p>
<p>Seekable: FLAC supports fast sample-accurate seeking. Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.</p>
<p>Run only 1 active instance of the program!</p>
<p>Current file has its own status in the list: «running», «done» and «saved space».<br />
Full stats:<br />
1. Number of optimized files (total and current session).<br />
2. Files in the queue (quantity).<br />
3. Saved disk space (Mb) total and for each file in the list.<br />
(You need to save files «res\size.txt» and «res\numbers.txt» before updating, if you want to save the overall statistics («Total»)).</p>
<p>You can specify the path to the file «flac.exe» manually in a separate form.</p>
<p>More info about FLAC <noindex><a href="https://xiph.org/flac" rel="noopener nofollow noreferrer" target="_blank">here</a></noindex></p>
<p>Please send any bugs and requests to maxcompress@ya.ru whith subject &#8220;Ultra7z Flac Optimizer&#8221;</p>
<p>It’ free for commercial and non-commercial use!</p>
<p>If you like my program and you want help improve it, you can help me (donate) <a href="https://supercompression.org/help-for-ultra7z-donate" rel="noopener nofollow noreferrer" target="_blank">here</a>.</p>
<p>Icon made by Swifticons from Flaticon.com<br />
https://www.flaticon.com/authors/swifticons</p>
<p>History:<br />
2020-09-06<br />
&#8211; first release</p>
<p><strong>Download Ultra7z FLAC Music Lossless Optimizer 1.01 (3 Mb):</strong><br />
<noindex><a href="https://turb.cc/q4c1626s85oq.html" rel="noopener noreferrer" target="_blank">Download here (3 Mb)</a><br />
<a href="https://uploadrar.com/11wfz96z9va5" rel="noopener noreferrer" target="_blank">Mirror 1</a><br />
<a href="https://filespayouts.com/7vly3czjmzjr/Ultra7z_Flac_Optimizer_1.01.zip" rel="noopener noreferrer" target="_blank">Mirror 2</a><br />
<a href="https://katfile.cloud/5sq7xvb9yctr/Ultra7z_Flac_Optimizer_1.01.zip.html" rel="noopener noreferrer" target="_blank">Mirror 3</a></noindex></p><p>The post <a href="https://supercompression.org/ultra7z-flac-music-lossless-optimizer/">Ultra7z FLAC Music Lossless Optimizer 1.01</a> first appeared on <a href="https://supercompression.org">Super Compression - useful programs/tools and information!</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://supercompression.org/ultra7z-flac-music-lossless-optimizer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
