Skip to content

How to specify the "speed" parameter #286

Answered by bigcat88
MimoKar asked this question in Q&A
Discussion options

You must be logged in to vote
heif-enc -A --params     
Parameters for encoder `AOMedia Project AV1 Encoder 3.9.1`:
  realtime, default=false
  speed, default=6, [0;9]
  threads, default=12, [1;64]
  quality, default=50, [0;100]
  lossless, default=false
  chroma, default=420, { 420,422,444 }
  tune, default=ssim, { psnr,ssim }
  min-q, default=0, [0;63]
  max-q, default=63, [0;63]
  alpha-quality, [0;100]
  alpha-min-q, [0;63]
  alpha-max-q, [0;63]
  lossless-alpha, default=false
  Image.open("arrow.jpg").save("arrow1.avif", enc_params={"speed": 6})
  Image.open("arrow.jpg").save("arrow2.avif", enc_params={"speed": 1})
  Image.open("arrow.jpg").save("arrow3.avif", enc_params={"speed": 9})

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MimoKar
Comment options

You must be logged in to vote
1 reply
@bigcat88
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #285 on September 07, 2024 10:57.