We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b5215 commit 4bf4873Copy full SHA for 4bf4873
2 files changed
CHANGELOG
@@ -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
14
== 7.0.0-beta.13 2025-04-23
15
16
Fixes:
lib/ffmpeg/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module FFMPEG
- VERSION = '7.0.0-beta.13'
+ VERSION = '7.0.0-beta.14'
end
0 commit comments