Guest User

rav1e tiling HT on

a guest
Apr 25th, 2019
53
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> cd 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.132 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           : 35
  18. Milliseconds      : 590
  19. Ticks             : 4555908725
  20. TotalDays         : 0.00527304250578704
  21. TotalHours        : 0.126553020138889
  22. TotalMinutes      : 7.59318120833333
  23. TotalSeconds      : 455.5908725
  24. TotalMilliseconds : 455590.8725
  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.253 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           : 57
  41. Milliseconds      : 876
  42. Ticks             : 2378764598
  43. TotalDays         : 0.0027531997662037
  44. TotalHours        : 0.0660767943888889
  45. TotalMinutes      : 3.96460766333333
  46. TotalSeconds      : 237.8764598
  47. TotalMilliseconds : 237876.4598
  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.415 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           : 24
  64. Milliseconds      : 674
  65. Ticks             : 1446742339
  66. TotalDays         : 0.00167447029976852
  67. TotalHours        : 0.0401872871944444
  68. TotalMinutes      : 2.41123723166667
  69. TotalSeconds      : 144.6742339
  70. TotalMilliseconds : 144674.2339
  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.520 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           : 1
  86. Seconds           : 55
  87. Milliseconds      : 413
  88. Ticks             : 1154137556
  89. TotalDays         : 0.00133580735648148
  90. TotalHours        : 0.0320593765555556
  91. TotalMinutes      : 1.92356259333333
  92. TotalSeconds      : 115.4137556
  93. TotalMilliseconds : 115413.7556
Add Comment
Please, Sign In to add comment