Skip to content

Commit 9a856b6

Browse files
committed
chore: update version to 8.4.0 and document changes
1 parent a20909d commit 9a856b6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== 8.4.0 2026-03-20
2+
3+
Improvements:
4+
* Added `FFMPEG::Media#extname` to detect the best file extension for a media's container format.
5+
* Added `FFMPEG.muxers` to retrieve the set of available muxer names.
6+
* Remux now uses `extname` to produce correct media even for incorrectly named input.
7+
18
== 8.3.1 2026-03-20
29

310
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 = '8.3.1'
4+
VERSION = '8.4.0'
55
end

0 commit comments

Comments
 (0)