video2gif 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aacb63993f33cf1bb593327b75cf9fd326bdceaa3f1b9d2de83b49d66cd5eb3c
4
- data.tar.gz: ad6e7a8425347b277ef662098806b60e528b27e68d90f755f33539e0a139d607
3
+ metadata.gz: 004c9334d294dab20f1f543840d5917ea779e3059109ef2056a5073ca711bfb5
4
+ data.tar.gz: 7610eb995ed57c237f77bf8826431c55cc808599e9a9cb4f5639328819a11ef1
5
5
  SHA512:
6
- metadata.gz: 4c647f9cf366c367af4cb12c9281711f4ddc4307742905c8f43a3c541a767a3a2b400403ae861501f50348d36e9aadc9b57fefbcf7e1bdb9a91030d524e5c6ea
7
- data.tar.gz: 91b8b57e3f3eb3f554daf46ed4c53fb2cdedf5e8955ba3afef16afb9429eedfd5b875d66068587ccfe88994fca421606cc017fc3171e82dcfffb6b07930fa4a7
6
+ metadata.gz: ce69d114872ceceff5c2b1d8264b1f0e7f98c6d999f3779e3b13959573cf90c464374903500a848d60e05c6aae0c91d120d82cfcc6c3fb91696ddf8f91e6f35a
7
+ data.tar.gz: 4f6148a09823bc917f9f282d111f42d2bc3d2e7acde37c632514dcdd909b439e2620ae3e9bd398662329826cf4e8498fcdfde9de8b0bc3506038f30805912db6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- video2gif (0.0.24)
4
+ video2gif (0.0.25)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -24,8 +24,8 @@ module Video2gif
24
24
  sws_dither=none
25
25
  width=#{video_info[:width]}
26
26
  height=#{video_info[:height]}
27
- ].join(':') + '[subs]' if options[:width]
28
- filtergraph << "[0:v][subs]overlay=format=auto"
27
+ ].join(':') + '[subs]'
28
+ filtergraph << '[0:v][subs]overlay=format=auto'
29
29
  end
30
30
  end
31
31
 
@@ -57,10 +57,10 @@ module Video2gif
57
57
  # 'zscale' filters, 'format' filters, and the 'tonemap' filter.
58
58
  # The 'zscale' will do the resize for us as well.
59
59
  filtergraph << 'zscale=' + %W[
60
- dither=none
61
- filter=lanczos
62
- width=#{options[:width]}
63
- height=trunc(#{options[:width]}/dar)
60
+ dither=none
61
+ filter=lanczos
62
+ width=#{options[:width]}
63
+ height=trunc(#{options[:width]}/dar)
64
64
  ].join(':') if options[:width]
65
65
  filtergraph << 'zscale=transfer=linear:npl=100'
66
66
  filtergraph << 'zscale=npl=100'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Video2gif
4
- VERSION = '0.0.24'
4
+ VERSION = '0.0.25'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: video2gif
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emily St.