video_converter 0.2.10 → 0.2.11

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.
@@ -8,7 +8,7 @@ module VideoConverter
8
8
  self.inputs = (inputs.is_a?(Array) ? inputs : [inputs]).map { |input| Input.new(input) }
9
9
  output_array.outputs.each do |output|
10
10
  if [:standard, :segmented].include? output.type
11
- self.inputs[self.inputs.index { |input| input.to_s == output.path }.to_i].outputs << output
11
+ self.inputs[self.inputs.index { |input| input.to_s == output.path.to_s.gsub(/ /, "\\ ") }.to_i].outputs << output
12
12
  end
13
13
  end
14
14
  self.inputs.each do |input|
@@ -1,3 +1,3 @@
1
1
  module VideoConverter
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
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.10
4
+ version: 0.2.11
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-05-15 00:00:00.000000000 Z
12
+ date: 2013-05-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: video_screenshoter
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: -416554024609855826
139
+ hash: 1493043906485886155
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements:
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: -416554024609855826
148
+ hash: 1493043906485886155
149
149
  requirements:
150
150
  - ffmpeg, version 1.2 or greated configured with libx264 and libfaac
151
151
  - live_segmenter to convert to hls