video_converter 0.6.12 → 0.6.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ module VideoConverter
33
33
  self.mux_command = "%{bin} %{inputs} %{maps} %{options} %{output} 1>>%{log} 2>&1 || exit 1"
34
34
 
35
35
  def self.split(input, output)
36
- output.options = { :format => 'segment', :map => 0, :codec => 'copy', :reset_timestamps => 1 }.merge(output.options)
36
+ output.options = { :format => 'segment', :map => 0, :codec => 'copy' }.merge(output.options)
37
37
  Command.new(split_command, prepare_params(input, output)).execute
38
38
  end
39
39
 
@@ -1,3 +1,3 @@
1
1
  module VideoConverter
2
- VERSION = "0.6.12"
2
+ VERSION = "0.6.13"
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.12
4
+ version: 0.6.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -140,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  segments:
142
142
  - 0
143
- hash: 2474846493432799317
143
+ hash: -466752588877434256
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: 2474846493432799317
152
+ hash: -466752588877434256
153
153
  requirements:
154
154
  - ffmpeg, version 1.2 or greated configured with libx264 and libfaac
155
155
  - live_segmenter to convert to hls