Skip to content

Commit

Permalink
enc presets: remove L1 comment and refactor wording
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm authored Jan 8, 2024
1 parent 9d30b73 commit f045266
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions target/encoding_presets.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
; Keys expands to values in your codes, no magic merging will be done (PR if you feel daring)
[MACROS]
4K: -vf scale=3840:-2:flags=neighbor
COPY: -c:a copy
OPUS: -c:a libopus -b:a 128k
YUV444: -pix_fmt yuv444p

; None of this is hardcoded, have fun!
; Keys must be in caps (PR if you care to fix that)
; You can have two aliases per category
; They must be in all caps, to differientiate from non macros
; You must specify two aliases per category:
[H264/AVC]
NVENC: -c:v h264_nvenc -preset p7 -rc vbr -b:v 250M -cq 14
AMF: -c:v h264_amf -quality quality -qp_i 16 -qp_p 18 -qp_b 22
Expand Down

0 comments on commit f045266

Please sign in to comment.