[Ffmpeg-devel] [PATCH] increase max numbers of B frames (original) (raw)
Loren Merritt lorenm
Wed Feb 22 20:44:11 CET 2006
- Previous message: [Ffmpeg-devel] [PATCH] increase max numbers of B frames
- Next message: [Ffmpeg-devel] [PATCH] increase max numbers of B frames
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 22 Feb 2006, Erik Slagter wrote:
So this is what I did, I ran mencoder with this (x264enc opts) command line with bframes = 0..5 (didn't try higher values, no interesting results...) -x264encopts "pass=$pass:turbo=$turbo:nofastpskip:bframes= $b:nr=500:bitrate=2000:vbvmaxrate=9000:vbvbufsize=5000:scenecut=-1:threads=2" pass = [0,1], turbo is 1 when pass is 0 and vv. The result is that average qp goes down just a little bit when going from 0 to 1 bframes, after that the difference really is insignificant. Am I doing something wrong here?
You mean, besides not telling it to print psnr? "nr" will greatly degrade psnr, whether or not it improves real quality, since psnr compares encoded output vs the non-denoised input. So if your video is noisy, instead run it though hqdn3d or something before compressing.
--Loren Merritt
- Previous message: [Ffmpeg-devel] [PATCH] increase max numbers of B frames
- Next message: [Ffmpeg-devel] [PATCH] increase max numbers of B frames
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]