You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the default quality is arbitrarily set to 50. Since very little effort was put into that particular decision, it is probably sub-optimal.
However, looking at libheif source, that value does map to crf=25 in x265, which seems to be a good balance. So maybe I picked a good default by sheer luck.
An opinion from someone more knowledgeable would be helpful.
The text was updated successfully, but these errors were encountered:
Right now, the default quality is arbitrarily set to 50. Since very little effort was put into that particular decision, it is probably sub-optimal.
However, looking at libheif source, that value does map to
crf=25
in x265, which seems to be a good balance. So maybe I picked a good default by sheer luck.An opinion from someone more knowledgeable would be helpful.
The text was updated successfully, but these errors were encountered: