video2gif 0.0.18 → 0.0.19

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 201a683929c71a4f1f0857fc4b0316762742695d78986682dfef5ac547fcac8a
4
- data.tar.gz: fbd96ac1341097ef254ce3ea85512d1f3c7b856d6bbadf20938ae315fd639a6f
3
+ metadata.gz: bff39f8bc9221d7a2f77bbf8ca79c60f0391a4c61fe40ff09055906f80a42bb7
4
+ data.tar.gz: 67539a98b5a0b054916d69a6d2d2bca5e0de430ec0b24add04395dc394b92b7d
5
5
  SHA512:
6
- metadata.gz: 33d191ea91ae9ab24e9248b5e3701e05dd8b3f194da3d4b66bddce6518e622866f65e06271dcab6b6ac7051af40abd30cfd132022e7a3c394ec71e4eaa09f486
7
- data.tar.gz: c05bfff2d92dd4ce23d6240469aa4d0db718a86f27f0810b47a91ce05c8ed0d1e16d57cb96bc34fb30ffa9cc21599e791d0c54f902d986b1026562ca6a75d4f9
6
+ metadata.gz: 853bb53a46cb31aa1b09f2bf1edda9f08f5f326f2dec16809784344056984828b6e8f07cd6c13a61165acce85800d8063ce95a6c619fe721ad0de6c1de1dc2b0
7
+ data.tar.gz: c864ae937d91bc7be5cc83131cb8177f59d933823a0f797cc8280f0cab4145100c898371c8187c131d9675f4085c0620969a487b89a6a5736ad6f4ad585a9d22
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- video2gif (0.0.18)
4
+ video2gif (0.0.19)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -38,7 +38,7 @@ module Video2gif
38
38
  filter=lanczos
39
39
  width=#{options[:width]}
40
40
  height=trunc(#{options[:width]}/dar)
41
- ] if options[:width]
41
+ ].join(':') if options[:width]
42
42
  filtergraph << 'zscale=transfer=linear:npl=100'
43
43
  filtergraph << 'zscale=npl=100'
44
44
  filtergraph << 'format=gbrpf32le'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Video2gif
4
- VERSION = '0.0.18'
4
+ VERSION = '0.0.19'
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.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emily St.