Aria

Results 112 comments of Aria

When encoding VBR having `-b:v 100000k` just sets the average bitrate but say if you're trying to reach a very specific file size you might want to also add `-maxrate...

maxrate does seem like it works with vp9 but it might need minrate with it too, as a form of [Constrained Quality](https://trac.ffmpeg.org/wiki/Encode/VP9#constrainedq). same with AV1 after a quick look. it...

I think the valid usages of those two are either `-crf 18 -b:v 0` *or* `-minrate 400k -b:v 500k -maxrate 600k` I just don't think you can max rate crf...

CBR is never truly constant, Using `-minrate 6000k -b:v 6000k -maxrate 6000k -bufsize 6000k` is as close as it can get but it wont stay at a true 6000k, I'm...

Hi there sorry I didn't get a chance to respond to this! this is basically the exact output I had in mind yeah!

Finally got a test video up, I think it needs an option for line thickness too. settings `-strokewidth 8` or something should handle this. I'll report back soon! https://www.youtube.com/watch?v=AGjpCWCs1KE

Hi I forgot to respond earlier! An option to make the lines thicker if possible would help with visibility when scaled down

These two issues don't seem to appear when using the 3rd party vaapi encoder plugin but the bframe issue does https://github.com/user-attachments/assets/e955c2c8-53f2-4724-b19d-fbd6656fd8ab

> This is a Mesa bug. Update your Mesa since this was fixed in 24.2.3 and 24.3. I appear to be running 24.2.3 already ``` ➜ ~ dnf list installed...