Log in

View Full Version : 50 fps in ProCoder 3


byme
9th December 2008, 17:52
I usually use Complementparity with MCBob to maintain 50 fps

codifying with Megui there are not problems, while with ProCoder 3 the image is blurred, moreover not maintain 50 fps

you know why?

byme
9th December 2008, 18:24
I prefer ProCoder to x264 because the image is more brilliant

there is a way to get the same brilliance with x264?


MeGUI x264

http://img11.imagehosting.gr/out.php/t357181_megui.png (http://www.imagehosting.gr/show.php/357181_megui.png)


ProCoder 3 H.264

http://img11.imagehosting.gr/out.php/t357182_pro.png (http://www.imagehosting.gr/show.php/357182_pro.png)

wyti
9th December 2008, 19:28
With x264 no, x264 encode the same colors than source, but with tweat in avisynth you could probalby get the same results, and encode this result with x264

byme
9th December 2008, 19:38
I do not know well the tweat function

you could do me a script? :thanks:



P.S. the colors than source are more similar to those obtained with ProCoder

wyti
9th December 2008, 19:49
It's hard to make a script without have the source, but the problem may come from the Yv12 conversion, read the avisynth doc, and try different number for the tweak function, you will find what looks good to you.

byme
9th December 2008, 19:54
you were right ... the source is more similar to coded with MeGUI by the capture of one frame... but differs in player
x264 probably in the player reacts otherwise


original

http://img11.imagehosting.gr/out.php/t357285_snapshot20081209181019copia.png (http://www.imagehosting.gr/show.php/357285_snapshot20081209181019copia.png)

wyti
9th December 2008, 20:17
You can try
Tweak(Source,Hue=-0.1,bright=-0.2)
but due to yv12 limitation, it's not possible to get the same image than the source. try to modify theses values by yourself.

byme
9th December 2008, 23:08
thank you very much. I did some tests and whith the tweak I correct the defect



Now why ProCoder is still prefer that the image is cleaner than MeGUI

there is a way to improve the image by acting on some parameter of MeGUI?


original

http://img11.imagehosting.gr/out.php/i357478_originalresize.png


MeGUI (insane quality)

http://img11.imagehosting.gr/out.php/i357479_meguiresize.png


ProCoder

http://img11.imagehosting.gr/out.php/i357480_proresize.png

poisondeathray
9th December 2008, 23:16
What bitrate did you use? How big is the source frame and fps?

You can probably turn off or reduce the strength of psy-rd

wyti
9th December 2008, 23:18
You can use the "unrestricted 2Pass Insane" profile in Megui (very very slow)
OR postprocess your source (degrain, soften, deringing etc...)

Or you can simply continue to use ProCoder, if you prefer his results, why do you want to try another software ?

CruNcher
9th December 2008, 23:44
as wyti said if you want the same blurriness then the source you shouldn't use Psy-RD if you want a sharper result (like it could have been before being compressed, in your case from the look i think it's Mpeg-2 high quantizer) you should use Psy-RD :)

byme
10th December 2008, 01:12
What bitrate did you use? How big is the source frame and fps?

You can probably turn off or reduce the strength of psy-rd

768x576 at 50 fps
bitrate 3000


You can use the "unrestricted 2Pass Insane" profile in Megui (very very slow)
OR postprocess your source (degrain, soften, deringing etc...)

Or you can simply continue to use ProCoder, if you prefer his results, why do you want to try another software ?

for the reason mentioned in the title... I would use ProCoder but with the source at 50 fps the image is blurred (ghost effect)
I would be able to remove this flaw and maintain 50 fps, but I do not know how to do


ProCoder (with source at 50 fps to 25 fps)

http://depositfiles.com/files/ljzfv9kxn


MeGUI (with source at 50 fps)

http://depositfiles.com/files/2p7c3n416


as wyti said if you want the same blurriness then the source you shouldn't use Psy-RD if you want a sharper result (like it could have been before being compressed, in your case from the look i think it's Mpeg-2 high quantizer) you should use Psy-RD :)

ok thanks, certainly improves :) .. but still prefer ProCoder


result

http://img11.imagehosting.gr/out.php/i357546_meguinopysresize.png

scharfis_brain
10th December 2008, 09:19
btw.: the only colorspace one should feed to ProCoder is YUY2.
This is the only colorspace which leads to accurate colors in ProCoder.