video_converter 0.6.13 → 0.6.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,8 +55,8 @@ module VideoConverter
55
55
  Ffmpeg.split(inputs.first, outputs.first)
56
56
  end
57
57
 
58
- def concat
59
- Ffmpeg.concat(inputs, outputs.first)
58
+ def concat method = nil
59
+ Ffmpeg.concat(inputs, outputs.first, method)
60
60
  end
61
61
 
62
62
  def mux
@@ -1,3 +1,3 @@
1
1
  module VideoConverter
2
- VERSION = "0.6.13"
2
+ VERSION = "0.6.14"
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.6.13
4
+ version: 0.6.14
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: 2014-07-30 00:00:00.000000000 Z
12
+ date: 2014-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: video_screenshoter
@@ -140,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  segments:
142
142
  - 0
143
- hash: -466752588877434256
143
+ hash: 1699462479250732562
144
144
  required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  none: false
146
146
  requirements:
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  segments:
151
151
  - 0
152
- hash: -466752588877434256
152
+ hash: 1699462479250732562
153
153
  requirements:
154
154
  - ffmpeg, version 1.2 or greated configured with libx264 and libfaac
155
155
  - live_segmenter to convert to hls