Advertisement
trds

Untitled

Jul 3rd, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.86 KB | None | 0 0
  1.  
  2. D:\Encode>D:\ENCODE\avs2yuv64.exe mk.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.85 --no-dct-decimate --no-fast-pskip --no-mbtree --b-adapt 2 --partition all --pbratio 1.2 --ipratio 1.3 --qcomp=0.60 --threads=12 --sar 1:1 --output "mk1.mkv" - mk1.log
  3. mk.avs: 1920x804, YV12, 8-bits, progressive, 24000/1001 fps, 10200 frames
  4. y4m [info]: 1920x804p 1:1 @ 24000/1001 fps (cfr)
  5. y4m [info]: color matrix: undef
  6. x264 [info]: using SAR=1/1
  7. x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
  8. x264 [info]: profile High, level 4.1, 4:2:0, 8-bit
  9. x264 [info]: cabac=1 ref=5 deblock=1:-3:-3 analyse=0x3:0x133 me=umh subme=10 psy=1 fade_compensate=0.00 psy_rd=1.00:0.00 mixed_ref=1 me_range=32 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=0 interlaced=0 bluray_compat=0 constrained_intra=0 fgo=0 bframes=9 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc=crf mbtree=0 crf=17.0000 qcomp=0.60 qpmin=0:0:0 qpmax=69:69:69 qpstep=4 ip_ratio=1.30 pb_ratio=1.20 aq=3:0.85 aq-sensitivity=10.00 aq-factor=1.00:1.00:1.00 aq2=0 aq3=0
  10. x264 [info]: started at Sat Jul 03 17:08:36 2021
  11. 10141 frames: 9.906 fps, 17895 kb/s, 902.31 MB
  12. D:\Encode>pause
  13. x264 [info]: frame I:96    Avg QP:14.73  size:237127
  14. x264 [info]: frame P:2080  Avg QP:15.47  size:135655
  15. x264 [info]: frame B:8024  Avg QP:16.89  size: 80677
  16. x264 [info]: consecutive B-frames:  2.2%  2.5%  7.3%  6.9% 12.9% 60.5%  5.8%  0.7%  0.4%  0.7%
  17. x264 [info]: mb I  I16..4:  3.3% 90.7%  6.0%
  18. x264 [info]: mb P  I16..4:  1.1% 45.7%  2.0%  P16..4: 19.6% 19.7% 10.8%  0.4%  0.0%    skip: 0.6%
  19. x264 [info]: mb B  I16..4:  0.1%  9.8%  0.3%  B16..8: 39.1% 20.9%  6.6%  direct:13.6%  skip: 9.6%  L0:46.0% L1:38.7% BI:15.3%
  20. x264 [info]: 8x8 transform intra:94.3% inter:54.2%
  21. x264 [info]: direct mvs  spatial:99.9% temporal:0.1%
  22. x264 [info]: coded y,uvDC,uvAC intra: 97.4% 96.1% 87.0% inter: 68.1% 56.0% 23.7%
  23. x264 [info]: i16 v,h,dc,p: 20%  5% 19% 56%
  24. x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11%  7% 16% 10% 12% 11% 10% 12% 11%
  25. x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30%  4%  8%  9% 11% 11%  9%  9%  8%
  26. x264 [info]: i8c dc,h,v,p: 60% 14% 14% 12%
  27. x264 [info]: Weighted P-Frames: Y:18.3% UV:14.1%
  28. x264 [info]: ref P L0: 46.6% 10.6% 23.7%  9.8%  8.4%  0.9%  0.0%
  29. x264 [info]: ref B L0: 75.8% 16.9%  5.8%  1.4%
  30. x264 [info]: ref B L1: 93.8%  6.2%
  31. x264 [info]: kb/s:17907.43
  32.  
  33. encoded 10200 frames, 9.914 fps, 17907.45 kb/s, 908.17 MB
  34. x264 [info]: ended at Sat Jul 03 17:25:45 2021
  35. x264 [info]: encoding duration 0:17:09
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement