other_video_transcoding 0.2.0 → 0.5.0
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 +4 -4
- data/CHANGELOG.md +57 -0
- data/README.md +4 -0
- data/bin/ask-ffmpeg-log +8 -5
- data/bin/other-transcode +491 -203
- data/other_video_transcoding-0.1.0.gem +0 -0
- data/other_video_transcoding-0.1.1.gem +0 -0
- data/other_video_transcoding-0.2.0.gem +0 -0
- data/other_video_transcoding-0.3.0.gem +0 -0
- data/other_video_transcoding-0.3.1.gem +0 -0
- data/other_video_transcoding-0.3.2.gem +0 -0
- data/other_video_transcoding-0.4.0.gem +0 -0
- data/other_video_transcoding.gemspec +1 -1
- metadata +13 -6
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: other_video_transcoding
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Don Melton
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: " Other Video Transcoding is a package of tools to transcode videos.\n"
|
14
14
|
email: don@blivet.com
|
@@ -25,12 +25,19 @@ files:
|
|
25
25
|
- README.md
|
26
26
|
- bin/ask-ffmpeg-log
|
27
27
|
- bin/other-transcode
|
28
|
+
- other_video_transcoding-0.1.0.gem
|
29
|
+
- other_video_transcoding-0.1.1.gem
|
30
|
+
- other_video_transcoding-0.2.0.gem
|
31
|
+
- other_video_transcoding-0.3.0.gem
|
32
|
+
- other_video_transcoding-0.3.1.gem
|
33
|
+
- other_video_transcoding-0.3.2.gem
|
34
|
+
- other_video_transcoding-0.4.0.gem
|
28
35
|
- other_video_transcoding.gemspec
|
29
36
|
homepage: https://github.com/donmelton/other_video_transcoding
|
30
37
|
licenses:
|
31
38
|
- MIT
|
32
39
|
metadata: {}
|
33
|
-
post_install_message:
|
40
|
+
post_install_message:
|
34
41
|
rdoc_options: []
|
35
42
|
require_paths:
|
36
43
|
- lib
|
@@ -45,8 +52,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
52
|
- !ruby/object:Gem::Version
|
46
53
|
version: '0'
|
47
54
|
requirements: []
|
48
|
-
rubygems_version: 3.
|
49
|
-
signing_key:
|
55
|
+
rubygems_version: 3.1.2
|
56
|
+
signing_key:
|
50
57
|
specification_version: 4
|
51
58
|
summary: Other tools to transcode videos.
|
52
59
|
test_files: []
|