We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f3540 commit 424e251Copy full SHA for 424e251
2 files changed
CHANGELOG
@@ -1,8 +1,14 @@
1
+== 6.1.1 2024-11-04
2
+
3
+Fixes:
4
+* MOV files processed in iMovie should not be marked as audio with attached picture
5
6
== 6.1.0 2024-10-24
7
8
* Added new `default?` and `attached_pic?` helper methods to FFMPEG::Stream objects
9
* Added new `audio_with_attached_pic?` helper method to FFMPEG::Media objects
10
-== 6.0.2 2024-06-19
11
+== 6.0.3 2024-06-19
12
13
Fixes:
14
* Fixed a possible race condition that would cause the transcoder to time out even if the transcoder was still running
lib/ffmpeg/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module FFMPEG
- VERSION = '6.1.0'
+ VERSION = '6.1.1'
end
0 commit comments