File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
310Improvements:
Original file line number Diff line number Diff 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)
1717versions. Output and input standards have inconveniently changed rather a lot between versions
1818of ffmpeg. Our goal is to keep this library in sync with new versions of ffmpeg as they come along.
1919
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module FFMPEG
4- VERSION = '7.0.0-beta.11 '
4+ VERSION = '7.0.0-beta.12 '
55end
You can’t perform that action at this time.
0 commit comments