mirror of https://github.com/FFmpeg/FFmpeg.git
When an encoder exports sum-of-squared-differences information in encoded packets, print_report() will print PSNR information in the status line. However, * the code computing PSNR assumes 8bit 420 video and prints incorrect values otherwise; there are no issues on trac about this * only a few encoders (namely aom, vpx, mpegvideo, snow) export this information; other often-used encoders such as libx26[45] do not export this, even though they could This suggests that this feature is not useful and it is better to remove it rather than spend effort on fixing it.pull/389/head
parent
2aad9765ef
commit
87b4453ec6
1 changed files with 0 additions and 30 deletions
Loading…
Reference in new issue