video_converter 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module VideoConverter
18
18
  end
19
19
 
20
20
  def to_s
21
- input
21
+ input.gsub(/ /, "\\ ")
22
22
  end
23
23
 
24
24
  def exists?
@@ -83,7 +83,7 @@ module VideoConverter
83
83
  private
84
84
 
85
85
  def common_params
86
- { :bin => VideoConverter::Ffmpeg.bin, :input => input }
86
+ { :bin => VideoConverter::Ffmpeg.bin, :input => to_s }
87
87
  end
88
88
  end
89
89
  end
@@ -1,3 +1,3 @@
1
1
  module VideoConverter
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: video_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
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-04-25 00:00:00.000000000 Z
12
+ date: 2013-04-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: 4540668439146062847
123
+ hash: 1415811761413365431
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  none: false
126
126
  requirements:
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: 4540668439146062847
132
+ hash: 1415811761413365431
133
133
  requirements:
134
134
  - ffmpeg, version 1.2 or greated configured with libx264 and libfaac
135
135
  - live_segmenter to convert to hls