video_transcoding 0.25.1 → 0.25.2

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: bbf0a0964c0b14529ca505b2bf463b7a5f2a47d0dcc7387eeda6fdc67f41a384
4
- data.tar.gz: 2085bdb439cfc053a5d6cd52f015876464f20ec4b458350da950721fd2776ae5
3
+ metadata.gz: 91310f7cf36c3698456dcc60c26d5f0f9d6af28783b4367ecc1eb7a563b78441
4
+ data.tar.gz: 88307d08b771e035ef2e680449ce35d8903d7bc9e47343557532a536022bb74b
5
5
  SHA512:
6
- metadata.gz: 61e8231c9e2952f70e9cad93bcc46bf5fb59b38ef442a458478f43efa8a773acd61a602ed32e0787e6a55df32af5ae8d3c1a2461bb87552bc24e873e45856cce
7
- data.tar.gz: 57afa1bf265e344c9ed861b280490cb82aac1eb72d482d9c27f7b42af4b94a90d425fb243c943f8151c0f19a7f3b2fffe8f9fcf5f61e4367bf95c25d8c1ac33f
6
+ metadata.gz: 1a6b61b8c459b43c24fea7d25461b8cb6ca5115023921e5b10f962504aeeedbf459aeb38a9237c046bf967557913fc42d8395912b69a8d334f90cc19b7678a50
7
+ data.tar.gz: 8c3a0444d27f5bafd9e44b7acdfe1be5a19f9b478a398edbbcbe5700e2e10181cf6177440d4c0dd17aab344991391b0e11748abfd20d7c8992eeff6254580993
data/CHANGELOG.md CHANGED
@@ -2,11 +2,17 @@
2
2
 
3
3
  This single document contains all of the notes created for each [release](https://github.com/donmelton/video_transcoding/releases).
4
4
 
5
+ ## [0.25.2](https://github.com/donmelton/video_transcoding/releases/tag/0.25.2)
6
+
7
+ Wednesday, May 15, 2019
8
+
9
+ * Fix a crash in `transcode-video` with the `--copy-audio-name` option when the input audio track name does not exist. Via [ #279](https://github.com/donmelton/video_transcoding/issues/279).
10
+
5
11
  ## [0.25.1](https://github.com/donmelton/video_transcoding/releases/tag/0.25.1)
6
12
 
7
13
  Saturday, March 30, 2019
8
14
 
9
- * Fix a heinous multi-part bug in `transcode-video` which could prevent the proper detection of certain input audio formats, normally allowed for pass-through, from being copied unchanged to the output. This could also cause the `--keep-ac3-stereo` option from behaving correctly when used together with the `--ac3-encoder eac3` option and argument. Thanks to [@khaosx](https://github.com/khaosx) for the finding the problem!
15
+ * Fix a heinous multi-part bug in `transcode-video` which could prevent the proper detection of certain input audio formats, normally allowed for pass-through, from being copied unchanged to the output. This could also cause the `--keep-ac3-stereo` option from behaving correctly when used together with the `--ac3-encoder eac3` option and argument. Thanks to [@khaosx](https://github.com/khaosx) for finding the problem!
10
16
 
11
17
  ## [0.25.0](https://github.com/donmelton/video_transcoding/releases/tag/0.25.0)
12
18
 
data/bin/transcode-video CHANGED
@@ -1217,6 +1217,7 @@ HERE
1217
1217
 
1218
1218
  if @copy_audio_name.first == :all or @copy_audio_name.include? track
1219
1219
  name = info.fetch(:name, '')
1220
+ name ||= ''
1220
1221
  else
1221
1222
  name = ''
1222
1223
  end
@@ -5,5 +5,5 @@
5
5
  #
6
6
 
7
7
  module VideoTranscoding
8
- VERSION = '0.25.1'
8
+ VERSION = '0.25.2'
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: video_transcoding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.1
4
+ version: 0.25.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Don Melton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-31 00:00:00.000000000 Z
11
+ date: 2019-05-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  Video Transcoding is a package of tools to transcode, inspect