Skip to content

Commit

Permalink
[video_transcoder] v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 85ed1de commit bb75fdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions source/video_transcoder/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

**<span style="color:#56adda">0.1.3</span>**
- fix nvenc 10 bit profile name

**<span style="color:#56adda">0.1.2</span>**
- Fix for plugin updates from versions older than 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion source/video_transcoder/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"on_worker_process": 1
},
"tags": "video,ffmpeg",
"version": "0.1.2"
"version": "0.1.3"
}
4 changes: 2 additions & 2 deletions source/video_transcoder/lib/encoders/nvenc.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ def get_nvenc_profile_form_settings(self):
"label": "Main",
},
{
"value": "high",
"label": "High",
"value": "main10",
"label": "Main10",
},
{
"value": "high444p",
Expand Down

0 comments on commit bb75fdf

Please sign in to comment.