Skip to content

Commit 84c47c8

Browse files
committed
chore: update version to 7.0.0-beta.6 and document changes
1 parent 23cf714 commit 84c47c8

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
== 7.0.0-beta.6 2025-03-25
2+
3+
Improvements:
4+
* Increased default MPEG-DASH segment duration from 2 seconds to 4 seconds.
5+
* Removed the MPEG-DASH min_keyframe_interval and max_keyframe_interval options in
6+
favor of calculating the optimal keyframe interval based on the
7+
segment duration.
8+
9+
Fixes:
10+
* Resolve byte sequence issues in progress reports.
11+
112
== 7.0.0-beta.5 2025-03-18
213

314
Fixes:

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 = '7.0.0-beta.5'
4+
VERSION = '7.0.0-beta.6'
55
end

0 commit comments

Comments
 (0)