View Single Post
Old 11th June 2008, 23:45   #9  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
Quote:
Originally Posted by elguaxo View Post
I'm doing my first lossles try right now. The source is a 01:31:20 old anime movie on DVD. It needs a lot of denoising, which I'm not doing right now. The lossles pass is only for AnimeIVTC. After 75% the projected filesize is of 12.8GB.

I'm using MeGUI's CQ-Lossless profile:
Code:
 --qp 0 --nf --subme 1 --partitions p8x8,b8x8,i4x4 --merange 12 --threads auto --thread-input --progress --no-psnr --no-ssim --output
Subme 1? That's a waste; most time is spent in bitstream encoding, so a higher subme hardly takes any more time (until you get to 6 or above, at least). --nf does nothing there, and --no-psnr and --no-ssim do nothing too. The partitions is what is used as default, and the --merange is silly with --me hex.
Dark Shikari is offline   Reply With Quote