We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d45b4 commit 529cca1Copy full SHA for 529cca1
README.md
@@ -8,6 +8,8 @@ MediaInfo is a class wrapping [the mediainfo CLI](http://mediainfo.sourceforge.n
8
9
## Usage
10
11
+- Versions > 1.3.0 support S3 URLs. See rspec test for example of how to obtain the supported URL.
12
+
13
#### Parsing raw XML
14
media_info = MediaInfo.from(File.open('iphone6+_video.mov.xml').read)
15
#### Handling a local file
lib/mediainfo/version.rb
@@ -1,3 +1,3 @@
1
module MediaInfo
2
- VERSION = '1.2.2'
+ VERSION = '1.3.0'
3
end
0 commit comments