Log in

View Full Version : Is there any video compression lossless technique?


LeoKac
28th July 2012, 12:56
Hello, I have a bit queer question. :)

I want to compress very high motion HD (1080p) video, which is uncompressed and really big by size (about 10 GB). but I need highest quality, I mean exactly the same video as source, with no any loss. I nead the same pixel-by-pixel video, but with minimum size.

I have tried many software, (Xilisoft, Squeeze, Episode, AME...) encoded with x264, but however there was a bit loss, and I was disappointed.

shortly:
Is it possible to compress the video to minimum size with no change of quality?
Is there any lossless compression codec or lossless compression software or something else to do this job?

Please, give me any advice.
Thanks...

Atak_Snajpera
28th July 2012, 13:31
virtualdub + FFV1 codec from ffdshow

vivan
28th July 2012, 15:24
(1080p) video, which is uncompressed and really big by size (about 10 GB)... and 140 seconds long (or less), right? Otherwise it's not uncompressed.

encoded with x264, but however there was a bit loss, and I was disappointedWhat if I say x264 have settings (http://mewiki.project357.com/wiki/X264_Settings)? And lossless encoding is one of the options.

mike20021969
28th July 2012, 17:16
Don't forget to check all the replies on VideoHelp:
http://forum.videohelp.com/threads/347987-Is-there-any-video-compression-lossless-technique

LoRd_MuldeR
29th July 2012, 14:00
Is it possible to compress the video to minimum size with no change of quality?

Nope.

Minimizing the size and "lossless" compression are two contradictory goals - a true lossless compressor will never achieve the same compression ratio as a lossy one.

If the compression ratio that lossless compressors can achieve is not sufficient for you, you'll have to go with lossy compression...

Is there any lossless compression codec or lossless compression software or something else to do this job?

Sure. There are plenty of lossless video formats: Lossless H.264/AVC (e.g. via x264 (http://x264.nl/)), HuffYUV, FFV1, Lagarith and so on.

Note, however, that if you don't require "true" lossless compression, but only "perceptually lossless" compression, then x264's CRF mode with a low CRF value will do job.

...and give you a much better compression ratio, compared to a "true" lossless compression.