Update all code blocks
This commit is contained in:
parent
5bd12c70c7
commit
1d67e73eff
14 changed files with 237 additions and 246 deletions
|
@ -1,12 +1,8 @@
|
|||
---
|
||||
title: Basic CPU Benchmark on GCP/Vultr/Hetzner/Scaleway
|
||||
...
|
||||
|
||||
*Updated whenever I can.*
|
||||
Encoding a 2h video (live concert from Japanese TV, MPEG-2, dark scene with grain) at 1280x720 resolution.
|
||||
|
||||
```
|
||||
HandBrakeCLI -i in.ts -o out.mp4 -f av_mp4 -O -e x264 --encoder-preset slow --encoder-tune grain --encoder-profile high --encoder-level auto -q 20 --vfr -E copy:aac -w 1280 -l 720 --decomb --detelecine --crop 0:0:0:0
|
||||
```console
|
||||
$ HandBrakeCLI -i in.ts -o out.mp4 -f av_mp4 -O -e x264 --encoder-preset slow --encoder-tune grain --encoder-profile high --encoder-level auto -q 20 --vfr -E copy:aac -w 1280 -l 720 --decomb --detelecine --crop 0:0:0:0
|
||||
```
|
||||
|
||||
- Scaleway bare-metal 8 CPU C2L:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue