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
If max bitrate and tune 3 is set, then the encoded video has heavy compression artifacts in the first few seconds, the encoder allocates too low bitrate to the start of the video. Later parts are fine.
Tune 0 has no such issue, nor tune 3 without a max bitrate cap.
I've experienced the same issue. even using crf 1 and all the boosting at max strength and mbr at 5x source bitrate it generates garbage. but for me, this continues through the whole video. ffmpeg reports that svt is pretty much pinned at q=63 with occasional drops. I'm also on latest master.
Hi @JaitinPrakash, just following up here. Are you able to observe the same issue when using Tune 1 & 2? Furthermore, is Tune 2 able to use a bitrate cap in the first place?
If max bitrate and tune 3 is set, then the encoded video has heavy compression artifacts in the first few seconds, the encoder allocates too low bitrate to the start of the video. Later parts are fine.
Tune 0 has no such issue, nor tune 3 without a max bitrate cap.
Short example video and encoded variants illustrating the issue:
https://gofile.io/d/UQkYDK
CMD for encoding the above videos:
Current master ( c233913 ) is used for encoding the example videos.
The text was updated successfully, but these errors were encountered: