Skip to content

Commit

Permalink
Added VP9 hardware encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 8, 2024
1 parent 81985cb commit 60d995a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bin/compile_liblcms2_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ if [[ ! -e $INSTALLDIR/lib/liblcms2.lib ]]; then
# Install development tools
#
pacman -Sy --noconfirm

#
# Remove gcc
#
pacman -R gcc --noconfirm

# pacman -Sy mingw-w64-x86_64-toolchain --noconfirm

#
Expand Down
2 changes: 2 additions & 0 deletions mrv2/docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ v1.0.4
- Added VP9 Profile for saving in FFmpeg. The VP9 codec is supported by most
browsers nowadays and offers a better compression ratio than H264, without
any patents or license issues.
- VP9 Profile will now try to encode with your graphics card if possible. This
achieves 15 FPS encoding on my current machine.
- Improved remaining time calculation when saving movie files.
- Fixed message in saving movie of sequences without audio reporting that audio
was getting saved.
Expand Down
2 changes: 1 addition & 1 deletion tlRender

0 comments on commit 60d995a

Please sign in to comment.