-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: implement new and better API to also handle multiple transcodi…
…ng outputs - Added new, more powerful (though less extensible) DSL to build ffmpeg commands. - Introduced new concept of long-lived presets and transcoders. - Removed full output storage during the transcoding process. - Added built-in presets that can be used out-of-the-box: - H.264 360p all the way up to 4K resolution. - AAC 128k all the way up to 320k bit rate. - DASH H.264 360p all the way up to 4K resolution. - DASH AAC 128k all the way up to 320k bit rate. - Dropped support for Ruby 3.0, Ruby 3.1 is now the minimum supported version.
- Loading branch information
1 parent
a3404b8
commit 81be33f
Showing
85 changed files
with
4,584 additions
and
2,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.3.6 |
Oops, something went wrong.