My video from DVD disc weighs 900 mb, it has excellent quality. Why, when I try to re-encode it in mpeg2 from a decoded source, it weighs in 2 times more? Or if the weight of the same quality deteriorates. How does DVD encode that no codec is able to compress video without loss? I'm looking for a way to do this.
+ Reply to Thread
Results 1 to 4 of 4
-
-
I noticed your other thread, video compression does not work like that
First, filesize = bitrate * running time . That's it. Irrespective of quailty. If you re-encode with the same bitrate, it will be the same filesize (apart from other small differences like closed captions, container overhead, if you compare 2 elementary video streams with the same bitrate, they will have the same filesize if they have the same duration if you look at the equation)
When you re-encode something, it gets decoded to uncompressed frames. Uncompressed video will typically be 5-20x larger. Then you recompress the uncompressed video . The compression is relative to the uncompressed state.
For example, the DVD master from the studio would typically be 5-20x larger than the version you have on DVD. So there is quality loss on the DVD compared to the DVD master
If you "rip" the DVD, that is a 1:1 copy of the DVD video . It should be the same filesize , same quality as the DVD. But there is major quality loss compared to the DVD master from which the original DVD was derived from
Each time you re-encode with a lossy format, you lose quality. It's know as "generation loss" . A lossless codec has no quality loss, but that is relative to the uncompressed state. So the compression is in terms of the uncompressed video. It will still be many times larger than the original compressed video. (But smaller than the uncompressed video)
Conversely, something like archival ZIP, RAR do not decode the video stream . It does not decode to uncompressed frames . Do you see the distinction ? -
MPEG-2 is a type of lossy compression. "Lossy" means that some picture information is discarded when the video is encoded. Lower bitrate settings create smaller files, but using a low bitrate setting requires more information to be discarded. Using a high bitrate reduces the amount of picture information that is discarded, but creates a larger file.
When MPEG-2 video is decompressed, the discarded picture information cannot be restored, which causes the decompressed picture to exhibit flaws called "compression artifacts". There is no way to avoid more quality loss if the decompressed video is compressed again using MPEG-2 or some other lossy codec. Some of the existing picture information will be discarded, reducing the quality even more. Lossless codecs exist, but using them produces much larger files than lossy codecs produce.
Oops, poisondeathray already provided a better explanation.Ignore list: hello_hello, tried, TechLord, Snoopy329
Similar Threads
-
How merge X video files without opening video compression (it possible ? )
By yanshof in forum Newbie / General discussionsReplies: 9Last Post: 29th Dec 2017, 16:07 -
Color correction of the video / magic bullet looks
By MrRavB in forum Newbie / General discussionsReplies: 1Last Post: 13th Apr 2015, 19:07 -
adding time to beginning of timeline in video edic magic?
By jwarndt in forum Newbie / General discussionsReplies: 3Last Post: 22nd Jul 2014, 17:50 -
Magic buttons for audio/video enhancement
By snafubaby in forum RestorationReplies: 26Last Post: 23rd Jul 2013, 19:10 -
Help please on Video Compression
By anish palan in forum Newbie / General discussionsReplies: 1Last Post: 20th Apr 2013, 21:52