ffmprb 0.7.3 → 0.7.4

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
  SHA1:
3
- metadata.gz: 6549b94d1f43f4c322b16e301e9cd53611bc7cae
4
- data.tar.gz: cd492432f11c4184a702e2424453cd0b05387481
3
+ metadata.gz: cab9a42d86cde16665ecb56282e4539aacb44050
4
+ data.tar.gz: 3490a22eeb910ad2a4dc7ac621f3a8f8ecbd6e24
5
5
  SHA512:
6
- metadata.gz: 031c4f1a46a66cf6ce2b7c9557eab2f55a6128e490f02c3830762f31fc6d148f7ff8e9ab5fc920346aa877e4ca1fb0c0ef0c1f45c12157ba5394abb8479a2462
7
- data.tar.gz: f1b8afe1c86c324d53e941fff18ba0fdc2b5dcd2f8af82517a851eeb642bb4c1af7310017352a7d38fe970e0f0f09fcf65ad6320aadef116e2e09724eead0bc5
6
+ metadata.gz: 260a73fdf0a94a9244892f9ea66d9608fcb365a5be1b6c61abe6a065ce1d783cb7b33f0467a44d1b0896c8e4aff1198ad3c427433e59f79375ce53882d919233
7
+ data.tar.gz: cbc7b19a6db51ca517863f9cd106e21042bfb59e84eb0cab080297ef620d33e4d86b67b19b198ddb032b0235702802eff63e120da07ab41b43f154f4321eaf73
@@ -238,7 +238,7 @@ module Ffmprb
238
238
  channel_lbls.each do |channel_lbl|
239
239
  options << '-map' << "[#{channel_lbl}]"
240
240
  # XXX temporary patchwork
241
- options << '-c:a' << 'libmp3lame' if channel_lbl =~ /:a$/
241
+ options << '-c:a' << 'libmp3lame' if channel_lbls.size > 1 && channel_lbl =~ /:a$/
242
242
  end
243
243
  options << io.path
244
244
  end
@@ -1,3 +1,3 @@
1
1
  module Ffmprb
2
- VERSION = '0.7.3'
2
+ VERSION = '0.7.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffmprb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - showbox.com
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-10-02 00:00:00.000000000 Z
12
+ date: 2015-10-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mkfifo