We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20909d commit 9a856b6Copy full SHA for 9a856b6
CHANGELOG
@@ -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
8
== 8.3.1 2026-03-20
9
10
Fixes:
lib/ffmpeg/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module FFMPEG
- VERSION = '8.3.1'
+ VERSION = '8.4.0'
end
0 commit comments