paperclip-ffmpeg 0.11.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/paperclip_processors/ffmpeg.rb +3 -0
- data/paperclip-ffmpeg.gemspec +1 -1
- metadata +8 -2
@@ -137,6 +137,9 @@ module Paperclip
|
|
137
137
|
@convert_options[:output][:acodec] = 'libvorbis'
|
138
138
|
@convert_options[:output][:vcodec] = 'libtheora'
|
139
139
|
@convert_options[:output][:f] = 'ogg'
|
140
|
+
when 'mp4'
|
141
|
+
@convert_options[:output][:acodec] = 'aac'
|
142
|
+
@convert_options[:output][:strict] = 'experimental'
|
140
143
|
end
|
141
144
|
|
142
145
|
Ffmpeg.log("Adding Source") if @whiny
|
data/paperclip-ffmpeg.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paperclip-ffmpeg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-09-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: paperclip
|
@@ -54,12 +54,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
54
|
- - ! '>='
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '0'
|
57
|
+
segments:
|
58
|
+
- 0
|
59
|
+
hash: -2200789204440075154
|
57
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
61
|
none: false
|
59
62
|
requirements:
|
60
63
|
- - ! '>='
|
61
64
|
- !ruby/object:Gem::Version
|
62
65
|
version: '0'
|
66
|
+
segments:
|
67
|
+
- 0
|
68
|
+
hash: -2200789204440075154
|
63
69
|
requirements: []
|
64
70
|
rubyforge_project: paperclip-ffmpeg
|
65
71
|
rubygems_version: 1.8.23
|