paperclip-ffmpeg 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/paperclip-ffmpeg/version.rb +1 -1
- data/lib/paperclip-ffmpeg.rb +1 -1
- metadata +2 -2
data/lib/paperclip-ffmpeg.rb
CHANGED
|
@@ -11,7 +11,7 @@ module Paperclip
|
|
|
11
11
|
# set, the options will be appended to the convert command upon video transcoding
|
|
12
12
|
def initialize file, options = {}, attachment = nil
|
|
13
13
|
@convert_options = {
|
|
14
|
-
:ab => '
|
|
14
|
+
:ab => '64k',
|
|
15
15
|
:ac => 2,
|
|
16
16
|
:ar => 44100,
|
|
17
17
|
:b => '1200k',
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: paperclip-ffmpeg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Omar Abdel-Wahab
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-06-
|
|
13
|
+
date: 2011-06-02 00:00:00 +02:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|