All Versions
61
Latest Version
Avg Release Cycle
127 days
Latest Release
505 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2025.01.28 Changes
January 28, 2025Tuesday, January 28, 2025
- 🔄 Change the
rc-lookaheadvalue for thenvenc-hevcvideo mode intranscode-video.rbfrom32to20per current Nvidia guidelines. A value of32is the maximum allowed but it's probably unnecessary. - ➕ Add ratecontrol code for the
nvenc-av1video mode which functionally matches that ofnvenc-hevcmode. - 🔄 Change the
nvenc-av1video modequalityvalue from35to37. This will lower output bitrates below that ofnvenc-hevcmode, a sensible move because AV1 format is supposed to be more size-efficient than HEVC at the same perceived level of quality.
- 🔄 Change the
-
v2025.01.24 Changes
January 24, 2025Friday, January 24, 2025
- 🛠 Fix the bogus VBV being set when using a custom encoder with
transcode-video.rb. This bug was introduced by the previous change.
- 🛠 Fix the bogus VBV being set when using a custom encoder with
-
v2025.01.23 Changes
January 23, 2025Thursday, January 23, 2025
- Add missing ratecontrol code for the
nvenc-hevcvideo mode that was stupidly left out of the original rewrite oftranscode-video.rb. This also implements the--no-bframe-refsoption.
- Add missing ratecontrol code for the
-
v2025.01.19 Changes
January 19, 2025Sunday, January 19, 2025
- ➕ Add
nvenc-av1video mode totranscode-video.rb.
- ➕ Add
-
v2025.01.10 Changes
January 10, 2025Friday, January 10, 2025
- 🛠 Fix bug preventing
encoptsarguments being passed to the--extraoption oftranscode-video.rb. - Clarify that the automatic behavior of
transcode-video.rbdescribed in theREADME.mdfile is for a single forced subtitle and does not apply to multiple subtitles. - ➕ Add note to the
README.mdfile regarding possible future video modes fortranscode-video.rb.
- 🛠 Fix bug preventing
-
v2025.01.09 Changes
January 09, 2025Thursday, January 9, 2025
- 🚚 Deprecate and remove legacy RubyGems-based project files.
- ✂ Remove
*.gemfiles from the list to ignore. - ➕ Add redesigned and rewritten tools to the project, i.e. the
transcode-video.rb,detect-crop.rbandconvert-video.rbscripts. - ⚡️ Completely update the
README.mdfile. - Begin using a date-based version numbering scheme for the project and all the scripts.
Note
🔄 Changes before version 2025.01.09 are no longer relevant and not included in this document.
-
v0.25.4 Changes
January 09, 2025Thursday, January 9, 2025
- 🏷 Tag final version of legacy code no longer released as a Gem.
-
v0.25.3 Changes
May 26, 2020Tuesday, May 26, 2020
- Modify
detect-cropto show preview commands compatible with newer versions ofmpv. - ⚡️ Update all copyright notices to the year 2020.
- Modify
-
v0.25.2 Changes
May 15, 2019Wednesday, May 15, 2019
- 🛠 Fix a crash in
transcode-videowith the--copy-audio-nameoption when the input audio track name does not exist. Via #279.
- 🛠 Fix a crash in
-
v0.25.1 Changes
March 31, 2019Saturday, March 30, 2019
- 🛠 Fix a heinous multi-part bug in
transcode-videowhich could prevent the proper detection of certain input audio formats, normally allowed for pass-through, from being copied unchanged to the output. This could also cause the--keep-ac3-stereooption from behaving correctly when used together with the--ac3-encoder eac3option and argument. Thanks to @khaosx for finding the problem!
- 🛠 Fix a heinous multi-part bug in