Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test CQP PSNR #1

Closed
zhongyizengzy opened this issue Sep 29, 2018 · 5 comments
Closed

Test CQP PSNR #1

zhongyizengzy opened this issue Sep 29, 2018 · 5 comments
Labels
question Further information is requested

Comments

@zhongyizengzy
Copy link

zhongyizengzy commented Sep 29, 2018

CommandLine:HevcEncoderApp -i 电视剧_室外_3mins.yuv -w 1920 -h 1080 -intra-period 250 -rc 0 -q 25 -fps 30 -encMode 4 -b 电视剧_室外_3mins.h265
Result:PSNR y:36.215654 u:48.971443 v:48.142267 average:37.851158
Question:12 dB between y and u/v,it is too large

@hassount
Copy link
Contributor

@zhongyizengzy
For PSNR benchmarking please use -tune 1 (objective quality mode).

@hassount
Copy link
Contributor

@zhongyizengzy
Just a quick note on the command line above. the -intra-period parameter represents the distance between two intra frames. i.e. the command line above will result in setting an intra frame at POC 251. If the intent to set it at POC 250, then -intra-period 249 should be used instead.

@hassount
Copy link
Contributor

hassount commented Sep 29, 2018

Just pushed a change setting -tune 1 (objective quality mode) as the default mode to accommodate of the of benchmarking PSNR/SSIM by default.

@zhongyizengzy
Copy link
Author

@zhongyizengzy
For PSNR benchmarking please use -tune 1 (objective quality mode).

ok,I see,Thks

@zhongyizengzy
Copy link
Author

@zhongyizengzy
Just a quick note on the command line above. the -intra-period parameter represents the distance between two intra frames. i.e. the command line above will result in setting an intra frame at POC 251. If the intent to set it at POC 250, then -intra-period 249 should be used instead.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants