Patman86 / SVT-AV1-Mod-by-Patman

Patman's Mod of SVT-AV1 with some modifications
BSD 3-Clause Clear License
11 stars 0 forks source link

Output Format for Profile/Tier/Level #5

Closed Dendraspis closed 5 months ago

Dendraspis commented 5 months ago

Would it be possible to get it aligned with the other outputs?

Svt[info]: SVT [config]: main profile   tier (auto)        level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator               : 1920 / 1080 / 24000 / 1001

...to:

Svt[info]: SVT [config]: profile / tier / level                                         : main / auto / auto
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator               : 1920 / 1080 / 24000 / 1001

https://github.com/Patman86/SVT-AV1-Mod-by-Patman/blob/58b1b01090fca2c2829528e511ed1e51a56dff0c/Source/Lib/Encoder/Globals/EbEncSettings.c#L1050-L1073

Dendraspis commented 5 months ago

Thank you 🚀 ❤️

And for removing the annoying warning. 😁