Skip to content

Commit 22ee2ad

Browse files
committed
Add version 2025.01.28 release information.
1 parent c5ad553 commit 22ee2ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes to the "[Video Transcoding](https://github.com/lisamelton/video_transcoding)" project
22

3+
## [2025.01.28](https://github.com/lisamelton/video_transcoding/releases/tag/2025.01.28)
4+
5+
Tuesday, January 28, 2025
6+
7+
* Change the `rc-lookahead` value for the `nvenc-hevc` video mode in `transcode-video.rb` from `32` to `20` per current Nvidia guidelines. A value of `32` is the maximum allowed but it's probably unnecessary.
8+
* Add ratecontrol code for the `nvenc-av1` video mode which functionally matches that of `nvenc-hevc` mode.
9+
* Change the `nvenc-av1` video mode `quality` value from `35` to `37`. This will lower output bitrates below that of `nvenc-hevc` mode, a sensible move because AV1 format is supposed to be more size-efficient than HEVC at the same perceived level of quality.
10+
311
## [2025.01.24](https://github.com/lisamelton/video_transcoding/releases/tag/2025.01.24)
412

513
Friday, January 24, 2025

0 commit comments

Comments
 (0)