Skip to content

Commit 4bf4873

Browse files
committed
chore: update version to 7.0.0-beta.14 and document changes
1 parent 98b5215 commit 4bf4873

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
== 7.0.0-beta.14 2025-04-25
2+
3+
Improvements:
4+
* Built-in presets now use the closest standard frame rate to the input file
5+
when the input file has lower frame rate than the preset.
6+
* Increased the keyframe interval of the MPEG-DASH H.264 preset to 2 seconds by default.
7+
This results in a more efficient encoding process and smaller file sizes, while
8+
still maintaining a good quality.
9+
10+
Fixes:
11+
* Fixed some audio timeline shifting issues with the MPEG-DASH H.264 preset due to which
12+
some players would skip to the end of the video upon loading.
13+
114
== 7.0.0-beta.13 2025-04-23
215

316
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.13'
4+
VERSION = '7.0.0-beta.14'
55
end

0 commit comments

Comments
 (0)