Advertisement
trds

Untitled

Apr 12th, 2021
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.10 KB | None | 0 0
  1.  
  2. D:\Encode>D:\ENCODE\avs2yuv64.exe children.avs -o -   | start /b /low D:\ENCODE\x264_x64.exe --demuxer y4m --profile high --crf 16.7 --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.85 --no-dct-decimate --no-fast-pskip --no-mbtree --b-adapt 2 --partition all --pbratio 1.25 --ipratio 1.35 --qcomp=0.60 --threads=12 --sar 1:1 --output "childern2.mkv" - children2.log
  3. children.avs: 1280x694, YV12, 8-bits, progressive, 24000/1001 fps, 9900 frames
  4. y4m [info]: 1280x694p 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. 9839 frames: 11.56 fps, 10300.73 kb/s
  9. D:\Encode>pause
  10. x264 [info]: frame I:64    Avg QP:16.54  size:157092
  11. x264 [info]: frame P:2088  Avg QP:17.90  size: 88428
  12. x264 [info]: frame B:7748  Avg QP:19.61  size: 43601
  13. x264 [info]: consecutive B-frames:  1.2%  2.0%  8.0% 22.0% 20.7% 32.7%  8.2%  2.6%  2.1%  0.6%
  14. x264 [info]: mb I  I16..4:  1.0% 84.5% 14.5%
  15. x264 [info]: mb P  I16..4:  0.2% 24.3%  1.7%  P16..4: 29.3% 25.1% 17.9%  0.9%  0.2%    skip: 0.3%
  16. x264 [info]: mb B  I16..4:  0.0%  5.0%  0.2%  B16..8: 39.1% 18.2%  6.8%  direct:12.8%  skip:17.8%  L0:41.7% L1:36.5% BI:21.8%
  17. x264 [info]: 8x8 transform intra:93.3% inter:59.5%
  18. x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
  19. x264 [info]: coded y,uvDC,uvAC intra: 97.7% 92.3% 81.0% inter: 54.2% 32.9% 14.4%
  20. x264 [info]: i16 v,h,dc,p: 28% 25% 16% 32%
  21. x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 10% 13%  9% 12% 11% 12% 10% 13%
  22. x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18%  7%  4%  9% 14% 13% 14% 10% 12%
  23. x264 [info]: i8c dc,h,v,p: 54% 17% 14% 15%
  24. x264 [info]: Weighted P-Frames: Y:9.4% UV:5.5%
  25. x264 [info]: ref P L0: 43.8% 12.2% 19.2%  7.0%  6.1%  3.8%  3.7%  2.0%  2.2%  0.1%  0.0%
  26. x264 [info]: ref B L0: 75.1% 11.4%  5.4%  3.0%  2.1%  1.7%  1.0%  0.3%
  27. x264 [info]: ref B L1: 95.5%  4.5%
  28. x264 [info]: kb/s:10317.15
  29.  
  30. encoded 9900 frames, 11.56 fps, 10317.16 kb/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement