Re: Disable resize?
"flying.dutchman" <[email protected]>
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
Jörn Reder schrieb: >> When ripping a DVD at the original resolution, is it possible to disable >> the resizing feature Clear. I have cut off some lines from the bottom and the top of my movie. The resulting picture has 720x432 pixels. I want to keep that resolution, so i decide not to zoom the picture. But dvd::rip executes transcode with the parameter "-Z 720x432". So it zooms the film to the exact same size it already has. This is completely useless, but costs some fps. I confirmed this by running transcode manually with and without the -Z option. > ... > This is not necessarily true. You feed more data into the encoder. Since > the encoder is the most CPU consuming component, it may be even slower > without resizing. But it's worth a try ;) Yeah, thats clear. > Note that the resulting movie *doesn't* have square pixels anymore! Your > player need to do the required anamorphic resizing. So i give the parameter --export_par 4 to transcode. > > Regards, > > Jörn Cheers