Advertisement
trds

Untitled

May 18th, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.09 KB | None | 0 0
  1.  
  2. D:\Encode>D:\ENCODE\avs2yuv64.exe words.avs -o -   | start /b /low D:\ENCODE\x264_x64.exe --demuxer y4m --profile high --crf 17 --preset veryslow --aq-mode 3 --stats ".stats" --level 4.1 --me umh --no-fast-pskip --bframes 9 --8x8dct --deblock -3:-3 --subme 10 --trellis 2 --psy-rd 1.00:0.0 --merange 32 --aq-strength 0.90 --no-dct-decimate --no-fast-pskip --no-mbtree --b-adapt 2 --partition all --pbratio 1.20 --ipratio 1.30 --qcomp=0.60 --threads=12 --sar 1:1 --output "words.mkv" - words.log
  3. words.avs: 1280x692, YV12, 8-bits, progressive, 24000/1001 fps, 139791 frames
  4. y4m [info]: 1280x692p 1:1 @ 24000/1001 fps (cfr)
  5. x264 [info]: using SAR=1/1
  6. x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
  7. x264 [info]: profile High, level 4.1, 4:2:0, 8-bit
  8. 139751 frames: 13.59 fps, 8771.45 kb/s
  9. D:\Encode>pause
  10. x264 [info]: frame I:925   Avg QP:14.41  size:126588
  11. x264 [info]: frame P:25435 Avg QP:15.86  size: 74825
  12. x264 [info]: frame B:113431 Avg QP:17.34  size: 38531
  13. x264 [info]: consecutive B-frames:  1.1%  0.6%  2.7% 11.4% 10.5% 57.9%  6.9%  2.0%  4.3%  2.7%
  14. x264 [info]: mb I  I16..4:  7.7% 79.7% 12.6%
  15. x264 [info]: mb P  I16..4:  1.4% 23.4%  1.7%  P16..4: 26.2% 22.1% 16.2%  0.6%  0.2%    skip: 8.1%
  16. x264 [info]: mb B  I16..4:  0.2%  4.3%  0.3%  B16..8: 34.6% 18.8%  8.1%  direct:10.1%  skip:23.7%  L0:44.7% L1:38.1% BI:17.2%
  17. x264 [info]: 8x8 transform intra:88.4% inter:55.7%
  18. x264 [info]: direct mvs  spatial:100.0% temporal:0.0%
  19. x264 [info]: coded y,uvDC,uvAC intra: 91.3% 82.7% 63.3% inter: 46.8% 28.6% 10.2%
  20. x264 [info]: i16 v,h,dc,p: 72% 12%  7%  9%
  21. x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11%  8% 17%  9% 12% 11% 11% 10% 12%
  22. x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 42%  5%  6%  6%  9%  9%  8%  7%  7%
  23. x264 [info]: i8c dc,h,v,p: 48% 23% 16% 13%
  24. x264 [info]: Weighted P-Frames: Y:9.7% UV:3.8%
  25. x264 [info]: ref P L0: 41.6%  9.8% 19.6%  7.5%  7.0%  4.5%  4.5%  2.7%  2.8%  0.1%  0.0%
  26. x264 [info]: ref B L0: 72.0% 12.2%  6.1%  3.4%  2.7%  2.0%  1.2%  0.5%
  27. x264 [info]: ref B L1: 94.6%  5.4%
  28. x264 [info]: kb/s:8768.94
  29.  
  30. encoded 139791 frames, 13.59 fps, 8768.94 kb/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement