ffmprb 0.12.1 → 0.12.3

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: 9dfd9dfa0902b6fa0f7e18655e385c11f968dfc73c51bc86a0828befffcdd039
4
- data.tar.gz: 5c4721cbc6003848150dd8600939bf973dbd165b23177faeb38f1e7ed6444425
3
+ metadata.gz: db2a6eaa0dff1eb92671c375025b3ed40f40e3b3136f37b9ba07b854d0de1ab4
4
+ data.tar.gz: 783b62902d2594159e042f6c686e3ae2af36f8493c3cfd4679c48a63ec535e71
5
5
  SHA512:
6
- metadata.gz: 2317d3d31ea09d3eae1dcd999a141431cf6fd8394c322dc407c1f5088763d1e566863fe6d012b0b92d1920fb25ff8bb9bcace1b508ac3f2b13ab5454c380b3e8
7
- data.tar.gz: 2e40d1a392823480757fe7e045a6ca1412f05f4af09ab5cf2d1e8133e066efb96a2d538dc67f2bf6747a1313917ca287554800c02ce97f92041d206a0febf7c4
6
+ metadata.gz: 387206796c8c815a91682b02da8daa2be70bc560f0315d75f9221f08d3cc8fba30347ce6884958cc9c234decd2589b24047ce83f81ed6ca5a8825462fba534e5
7
+ data.tar.gz: 75c6a563d48832ed05b2fee5f6768f6c1881ebaaf7448d61808aa4f9b910ad96dccdf8c3ab7671e4251bde17b3aeb76cb75b18dcf0775241b82093deb4300c53
data/Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
1
  FROM debian:bullseye
2
2
 
3
- RUN bash -ec 'apt update; apt -y install ruby-all-dev=1:2.7+2 ffmpeg=7:4.3.5-0+deb11u1 sox=14.4.2+git20190427-2 build-essential=12.9 libmagickwand-dev=8:6.9.11.60+dfsg-1.3 git=1:2.30.2-1 pkg-config=0.29.2-1'
3
+ RUN bash -ec 'apt update; apt -y install ruby-all-dev=1:2.7+2 ffmpeg=7:4.3.5-0+deb11u1 sox=14.4.2+git20190427-2+deb11u1 build-essential=12.9 libmagickwand-dev=8:6.9.11.60+dfsg-1.3+deb11u1 git=1:2.30.2-1 pkg-config=0.29.2-1'
4
4
  RUN gem install bundler -v '~> 2.0'
5
5
 
6
6
  WORKDIR /ffmprb
data/Gemfile CHANGED
@@ -9,5 +9,5 @@ gem 'guard-rspec'
9
9
  gem 'guard-bundler'
10
10
  gem 'rake'
11
11
  gem 'rmagick', '~> 4.1'
12
- gem 'ruby-sox', '~> 0.0.3'
12
+ gem 'ruby-sox', '~> 0.0.3' # XXX this is bullshit; also, remove sox dependency totally
13
13
  gem 'firebase', '~> 0.2.8'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ffmprb (0.12.1)
4
+ ffmprb (0.12.2)
5
5
  mkfifo (~> 0.1.1)
6
6
  thor (~> 0.19.1)
7
7
 
@@ -14,7 +14,7 @@ GEM
14
14
  coderay (1.1.3)
15
15
  diff-lcs (1.5.0)
16
16
  docile (1.4.0)
17
- faraday (2.7.2)
17
+ faraday (2.7.4)
18
18
  faraday-net_http (>= 2.0, < 3.1)
19
19
  ruby2_keywords (>= 0.0.4)
20
20
  faraday-net_http (3.0.2)
@@ -40,7 +40,7 @@ GEM
40
40
  pry (>= 0.13.0)
41
41
  shellany (~> 0.0)
42
42
  thor (>= 0.18.1)
43
- guard-bundler (3.0.0)
43
+ guard-bundler (3.0.1)
44
44
  bundler (>= 2.1, < 3)
45
45
  guard (~> 2.2)
46
46
  guard-compat (~> 1.1)
@@ -51,8 +51,8 @@ GEM
51
51
  rspec (>= 2.99.0, < 4.0)
52
52
  httpclient (2.8.3)
53
53
  json (2.6.3)
54
- jwt (2.6.0)
55
- listen (3.7.1)
54
+ jwt (2.7.0)
55
+ listen (3.8.0)
56
56
  rb-fsevent (~> 0.10, >= 0.10.3)
57
57
  rb-inotify (~> 0.9, >= 0.9.10)
58
58
  lumberjack (1.2.8)
@@ -65,7 +65,7 @@ GEM
65
65
  nenv (~> 0.1)
66
66
  shellany (~> 0.0)
67
67
  os (1.1.4)
68
- pry (0.14.1)
68
+ pry (0.14.2)
69
69
  coderay (~> 1.1)
70
70
  method_source (~> 1.0)
71
71
  public_suffix (5.0.1)
@@ -78,12 +78,12 @@ GEM
78
78
  rspec-core (~> 3.12.0)
79
79
  rspec-expectations (~> 3.12.0)
80
80
  rspec-mocks (~> 3.12.0)
81
- rspec-core (3.12.0)
81
+ rspec-core (3.12.1)
82
82
  rspec-support (~> 3.12.0)
83
- rspec-expectations (3.12.1)
83
+ rspec-expectations (3.12.2)
84
84
  diff-lcs (>= 1.2.0, < 2.0)
85
85
  rspec-support (~> 3.12.0)
86
- rspec-mocks (3.12.1)
86
+ rspec-mocks (3.12.3)
87
87
  diff-lcs (>= 1.2.0, < 2.0)
88
88
  rspec-support (~> 3.12.0)
89
89
  rspec-support (3.12.0)
@@ -95,7 +95,7 @@ GEM
95
95
  faraday (>= 0.17.5, < 3.a)
96
96
  jwt (>= 1.5, < 3.0)
97
97
  multi_json (~> 1.10)
98
- simplecov (0.21.2)
98
+ simplecov (0.22.0)
99
99
  docile (~> 1.1)
100
100
  simplecov-html (~> 0.11)
101
101
  simplecov_json_formatter (~> 0.1)
data/README.md CHANGED
@@ -8,8 +8,12 @@ Any script-able person can manipulate video/audio media -- or automate such proc
8
8
 
9
9
  _ATTENTION_
10
10
 
11
- The actual usage currently depends on having ffmpeg v3.x installed in the system
12
- (ffmpeg v4.x has broken some of this gem's features), see the sample `./Dockerfile` for working containerisation.
11
+ Please see the `Dockerfile` for runtime dependencies -- or just build
12
+ a (self-contained) container image right away:
13
+ - for use on the command line or in shell scripts
14
+ - for (Ruby-based) media processing microservices
15
+
16
+ _SYNOPSIS_
13
17
 
14
18
  Allows for scripts like
15
19
  ```ruby
@@ -77,6 +81,7 @@ you just describe what should be shown -- in an action sequence, like the follow
77
81
  lay episode.cut(to: 60), transition: {blend: 3}
78
82
 
79
83
  # Overlay anything after that with your channel _logo_:
84
+ # XXX make this actually work... also, overlay must come before lay
80
85
  overlay logo.loop.cut(to: 33), after: 3, transition: {blend: 1} # both ways
81
86
 
82
87
  # Start with rolling some _intro_ flick: