Hi,
I have a file with 3gp and inside of it a video stream in MPEG4 format and audio stream in amr_nb format.
Just to play, I've converted video to huffyuv. I've noted that file size grew and as it is expected the actual quality didn't change.
Perhaps it sounds somewhat silly, but I'd want to know why the bitrate, fps are increased... if after all, some data are lost, and you cannot come back to the "original"
Is it right my rationale? Does make sense in some case convert from lossy to lossless codec?
Thanks in advance!
+ Reply to Thread
Results 1 to 9 of 9
-
-
-
First, if fps increased you did something wrong. It should remain the same.
There are two good reasons for using a higher bitrate lossless file, 1) to do further processing -- color correction, etc while minimizing further quality losses. 2) To make it easier for editors to handle creating a smoother experience. With i-frame only editing you trade increased filesize for reduced load on the CPU.
http://en.wikipedia.org/wiki/Video_compression_picture_types -
Thanks are you talking about of advantages of creating a lossless file from stratch, aren't you?
I ask if there is an advantage in converting from an existing lossy file to a lossless file, I see that only increase its size, but I wonder why/how does it, it extract data from compressed (lossy file) even when some bytes was descarted in order to make that file smaller?
Thanks in advance! -
-
Lossless compression is with respect to uncompressed video (ie. the term lossless is in terms of the source video being decoded to uncompressed data) . So in that regard, lossless compressed files are much smaller than their uncompressed counterpart
The difference is it's decoded to uncompressed first, then re-compressed with a lossless codec. If you're familiar with audio, the analogy would be flac
In contrast, something like file archiving utilities like zip, winrar, 7zip, the video is not decoded to uncompressed video, so the original compression remains -
-
Perhaps it would help to use a visual analogy. Suppose you had news paper article you wanted to save. So you stuck it on a photo copy machine and made a copy. If you have a high quality copy machine, it will look close to the original, but never exactly the same. For example, maybe there was a photo that was dithered, and the letters became blurry and smudged. Now lets say you turn around and decide you need a perfect copy. If you make a perfect copy of your "copy" it will contain the exact same dithering, the exact same blurryness, and the exact same smudges. All of these "defects" in you copy are actually additional data. Crisp clear sharp lines actually take less data to store losses than blurry smudgy lines. The reason being is there are many ways a line can be smudged, while there is only one way for it to be crisp sharp and clear. So you will find your lossless copy of the copy actually needs to store significantly more information than a lossless copy of the original.
-
Just for watching? No.
The process of recompressing with a lossless codec involves first decompressing the lossy codec back to uncompressed frames. During that decompression something that hopefully looks like the lost video data is substituted in its place. The lossless codec has to include that new data.Last edited by jagabo; 18th Jul 2013 at 11:56.
Similar Threads
-
Best realtime lossless video codec?
By Spektre in forum Capturing and VCRReplies: 2Last Post: 23rd Jan 2013, 20:58 -
lossless codec
By poluhale2 in forum Newbie / General discussionsReplies: 1Last Post: 7th Sep 2012, 16:48 -
Lossless codec did THIS to a video i made...help!
By snafubaby in forum Newbie / General discussionsReplies: 2Last Post: 11th Aug 2011, 06:49 -
Recommendation of Lossy to lossy format(WMV/AVI/MKV to H264) via X264.
By xjohn in forum Video ConversionReplies: 6Last Post: 17th May 2011, 22:27 -
best lossy codec for 320x240 video
By videoasker in forum Video ConversionReplies: 12Last Post: 30th Jan 2010, 12:56