Skip to content

Commit 9430854

Browse files
committed
chore: update version to 8.1.0-beta.5 and document changes
1 parent 157ec00 commit 9430854

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
== 8.1.0-beta.5 2025-10-31
2+
3+
Improvements:
4+
* Added audio channels configuration to built-in presets.
5+
6+
Fixes:
7+
* Fixed MPEG-DASH timing issues by using avoid_negative_ts 'make_zero' instead of the asetpts filter.
8+
19
== 8.1.0-beta.4 2025-10-10
210

311
Improvements:

lib/ffmpeg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FFMPEG
4-
VERSION = '8.1.0-beta.4'
4+
VERSION = '8.1.0-beta.5'
55
end

0 commit comments

Comments
 (0)