Plamen234
16th May 2006, 19:37
Help: Re-encoding Divx/Xvid AVI
Can you help me with these issues, please?
1. Is it absolutely necessary to re-encode the avi (the video part) when croping? I suppose, yes.
2. Is there a way to delete exact range of predicted frames that are not next to key frames? I suppose, no.
So when I need to do 1+2, I have to re-encode the avi. I think to use this script.
#Example AVS
avisource("movie.avi")
crop(8,8,-8,-8)
trim(97,2189) ++ trim(3578,0)
3. And when re-encoding with virtualdub, I suppose I have to do it with "Fast-Recompress", right?
4. The final video will be a 2-pass xvid. And the new bitrate I indend to calculate will be based on the value of (bits/(pixels*frames) of the original avi file. So the resulting video part will not be artificially enlarged/cut.
Can anyone help me if I'll do sth wrong? Or is there a better way to do the "crop & trim" job of a divx/xvid avi?
p.s.: How can be evaluated (or predicted) the quality loss?
Can you help me with these issues, please?
1. Is it absolutely necessary to re-encode the avi (the video part) when croping? I suppose, yes.
2. Is there a way to delete exact range of predicted frames that are not next to key frames? I suppose, no.
So when I need to do 1+2, I have to re-encode the avi. I think to use this script.
#Example AVS
avisource("movie.avi")
crop(8,8,-8,-8)
trim(97,2189) ++ trim(3578,0)
3. And when re-encoding with virtualdub, I suppose I have to do it with "Fast-Recompress", right?
4. The final video will be a 2-pass xvid. And the new bitrate I indend to calculate will be based on the value of (bits/(pixels*frames) of the original avi file. So the resulting video part will not be artificially enlarged/cut.
Can anyone help me if I'll do sth wrong? Or is there a better way to do the "crop & trim" job of a divx/xvid avi?
p.s.: How can be evaluated (or predicted) the quality loss?