Guest User

rav1e tiling HT off

a guest
Apr 25th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Windows PowerShell
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3.  
  4. PS C:\Users\nikla> D:
  5. PS D:\> Measure-Command { .\rav1e.exe C:\Netflix_Crosswalk_1920x1080_60fps_8bit_420_60f.y4m -o D:\video.ivf }
  6. 1920x1080 @ 60/1 fps
  7. encoded 60 frames, 0.133 fps, 3839.75 Kb/s
  8. Key Frames:      1    avg size:   46141 B
  9. Inter:          59    avg size:    7548 B
  10. Intra Only:      0    avg size:       0 B
  11. Switch:          0    avg size:       0 B
  12.  
  13.  
  14. Days              : 0
  15. Hours             : 0
  16. Minutes           : 7
  17. Seconds           : 30
  18. Milliseconds      : 464
  19. Ticks             : 4504641008
  20. TotalDays         : 0.00521370487037037
  21. TotalHours        : 0.125128916888889
  22. TotalMinutes      : 7.50773501333333
  23. TotalSeconds      : 450.4641008
  24. TotalMilliseconds : 450464.1008
  25.  
  26.  
  27.  
  28. PS D:\> Measure-Command { .\rav1e.exe C:\Netflix_Crosswalk_1920x1080_60fps_8bit_420_60f.y4m -o D:\video.ivf --tile-cols-log2 1 }
  29. 1920x1080 @ 60/1 fps
  30. encoded 60 frames, 0.255 fps, 3863.62 Kb/s
  31. Key Frames:      1    avg size:   46363 B
  32. Inter:          59    avg size:    7596 B
  33. Intra Only:      0    avg size:       0 B
  34. Switch:          0    avg size:       0 B
  35.  
  36.  
  37. Days              : 0
  38. Hours             : 0
  39. Minutes           : 3
  40. Seconds           : 55
  41. Milliseconds      : 23
  42. Ticks             : 2350233211
  43. TotalDays         : 0.0027201773275463
  44. TotalHours        : 0.0652842558611111
  45. TotalMinutes      : 3.91705535166667
  46. TotalSeconds      : 235.0233211
  47. TotalMilliseconds : 235023.3211
  48.  
  49.  
  50.  
  51. PS D:\> Measure-Command { .\rav1e.exe C:\Netflix_Crosswalk_1920x1080_60fps_8bit_420_60f.y4m -o D:\video.ivf --tile-cols-log2 1  --tile-rows-log2 1 }
  52. 1920x1080 @ 60/1 fps
  53. encoded 60 frames, 0.467 fps, 3906.98 Kb/s
  54. Key Frames:      1    avg size:   46651 B
  55. Inter:          59    avg size:    7685 B
  56. Intra Only:      0    avg size:       0 B
  57. Switch:          0    avg size:       0 B
  58.  
  59.  
  60. Days              : 0
  61. Hours             : 0
  62. Minutes           : 2
  63. Seconds           : 8
  64. Milliseconds      : 626
  65. Ticks             : 1286268729
  66. TotalDays         : 0.00148873695486111
  67. TotalHours        : 0.0357296869166667
  68. TotalMinutes      : 2.143781215
  69. TotalSeconds      : 128.6268729
  70. TotalMilliseconds : 128626.8729
  71.  
  72.  
  73.  
  74. PS D:\> Measure-Command { .\rav1e.exe C:\Netflix_Crosswalk_1920x1080_60fps_8bit_420_60f.y4m -o D:\video.ivf --tile-cols-log2 2  --tile-rows-log2 1 }
  75. 1920x1080 @ 60/1 fps
  76. encoded 60 frames, 0.466 fps, 3948.57 Kb/s
  77. Key Frames:      1    avg size:   46704 B
  78. Inter:          59    avg size:    7774 B
  79. Intra Only:      0    avg size:       0 B
  80. Switch:          0    avg size:       0 B
  81.  
  82.  
  83. Days              : 0
  84. Hours             : 0
  85. Minutes           : 2
  86. Seconds           : 8
  87. Milliseconds      : 757
  88. Ticks             : 1287575218
  89. TotalDays         : 0.00149024909490741
  90. TotalHours        : 0.0357659782777778
  91. TotalMinutes      : 2.14595869666667
  92. TotalSeconds      : 128.7575218
  93. TotalMilliseconds : 128757.5218
Add Comment
Please, Sign In to add comment