Skip to content

Commit 98b3365

Browse files
committed
chore: update version to 7.0.0-beta.12 and document changes
1 parent 5b975d6 commit 98b3365

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
7.0.0-beta.12 2025-04-14
2+
Breaking Changes:
3+
* Dropped support for FFmpeg versions prior to 6.0. Users must update to FFmpeg 6.0 or higher to ensure proper functionality.
4+
5+
Fixes:
6+
* Updated FFmpeg transcoding pipeline to include `setsar=1` for consistent sample aspect ratio (SAR) to avoid DASH packaging errors.
7+
18
== 7.0.0-beta.11 2025-04-10
29

310
Improvements:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Only guaranteed to work with Ruby 3.1 or later.
1313

1414
### ffmpeg
1515

16-
The current gem is tested against ffmpeg 4, 5, 6 and 7. So no guarantees with earlier (or much later)
16+
The current gem is tested against ffmpeg 6 and 7. So no guarantees with earlier (or much later)
1717
versions. Output and input standards have inconveniently changed rather a lot between versions
1818
of ffmpeg. Our goal is to keep this library in sync with new versions of ffmpeg as they come along.
1919

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

0 commit comments

Comments
 (0)