vidibus-fileinfo 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/vidibus/fileinfo/processor/video.rb +1 -1
- data/lib/vidibus/fileinfo/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -4,7 +4,7 @@ module Vidibus
|
|
4
4
|
module Video
|
5
5
|
FORMATS = %w[
|
6
6
|
3g2 3gp asf avi dv f4p f4v flv ivf m21 mj2 mjpg mkv mov mp4 mpeg mpg
|
7
|
-
mxf ogg ogv rm ts webm wmv
|
7
|
+
mts mxf ogg ogv rm ts webm wmv
|
8
8
|
]
|
9
9
|
METADATA = %w[
|
10
10
|
aspect_ratio audio_codec audio_sample_rate content_type bit_rate
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vidibus-fileinfo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andre Pankratz
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-04-
|
18
|
+
date: 2012-04-21 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|