Skip to content

Commit 97483a5

Browse files
authored
Merge pull request #6 from schwwaaa/experimental
Experimental features being merged into the main branch
2 parents 4a8efc1 + 378059c commit 97483a5

105 files changed

Lines changed: 9301 additions & 570 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Notify Discord on Push
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- experimental
8+
# add other branches if you want
9+
10+
jobs:
11+
notify:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Get last commit info
16+
id: last_commit
17+
run: |
18+
echo "message=$(echo '${{ github.event.head_commit.message }}' | sed 's/"/'\''/g')" >> $GITHUB_OUTPUT
19+
20+
- name: Send notification to Discord
21+
env:
22+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
23+
run: |
24+
repo="${{ github.repository }}"
25+
pusher="${{ github.actor }}"
26+
branch="${{ github.ref_name }}"
27+
commit_url="${{ github.event.head_commit.url }}"
28+
commit_msg="${{ steps.last_commit.outputs.message }}"
29+
30+
payload=$(cat <<EOF
31+
{
32+
"content": "**${repo}** updated on branch **${branch}** by **${pusher}**",
33+
"embeds": [
34+
{
35+
"title": "UPDATE!",
36+
"description": "${commit_msg}",
37+
"url": "${commit_url}"
38+
}
39+
]
40+
}
41+
EOF
42+
)
43+
44+
curl -X POST \
45+
-H "Content-Type: application/json" \
46+
-d "$payload" \
47+
"$DISCORD_WEBHOOK"

README.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="45%" height="45%" src="https://github.com/vondas-network/videobeaux/blob/main/img/videobeaux-1.png?raw=true"/>
2+
<img width="45%" height="45%" src="https://github.com/schwwaaa/videobeaux/blob/main/img/videobeaux-1.png?raw=true"/>
33
</p>
44

55
<p align="center"><em>The friendly multilateral video toolkit built for artists by artists. It's your best friend.</em></p>
@@ -9,7 +9,7 @@
99

1010
In the shell prompt, go to the place where you want the project to live. Paste that in a macOS Terminal or Linux shell prompt & run it.
1111
``` bash
12-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/vondas-network/videobeaux/refs/heads/main/install.sh)"
12+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/schwwaaa/videobeaux/refs/heads/main/install.sh)"
1313
```
1414

1515
### Windows
@@ -41,7 +41,7 @@ __ _(_) __| | ___ ___ | |__ ___ __ _ _ ___ __
4141
📺 The friendly multilateral video toolkit built for artists by artists.
4242
🫂 It's your best friend!
4343
44-
🌐 https://vondas.network
44+
🌐 https://schwwaaa.net
4545
4646
usage: videobeaux --program PROGRAM --input INPUT_FILE --output OUTPUT_FILE [program options]
4747
@@ -87,15 +87,15 @@ __ _(_) __| | ___ ___ | |__ ___ __ _ _ ___ __
8787
8888
8989
Your friendly multilateral video toolkit built for artists by artists.
90-
https://vondas.software
90+
https://schwwaaa.net
9191
--------------------------------------------------
9292
Selected program mode: bad_predator
9393
✅ This program mode does not require additional arguments
9494
usage: python3 -m videobeaux.cli --program PROGRAM [global options] [program options]
9595
9696
📺 Your friendly multilateral video toolkit built for artists by artists.
9797
It's your best friend!
98-
https://vondas.software
98+
https://schwwaaa.net
9999

100100
options:
101101
-P PROGRAM, --program PROGRAM
@@ -135,7 +135,7 @@ __ _(_) __| | ___ ___ | |__ ___ __ _ _ ___ __
135135
136136
137137
Your friendly multilateral video toolkit built for artists by artists.
138-
https://vondas.software
138+
https://schwwaaa.net
139139
--------------------------------------------------
140140
Selected program mode: bad_predator
141141
✅ This program mode does not require additional arguments
@@ -159,14 +159,14 @@ __ _(_) __| | ___ ___ | |__ ___ __ _ _ ___ __
159159

160160

161161
Your friendly multilateral video toolkit built for artists by artists.
162-
https://vondas.software
162+
https://schwwaaa.net
163163
--------------------------------------------------
164164
Selected program mode: stutter_pro
165165
usage: python3 -m videobeaux.cli --program PROGRAM [global options] [program options]
166166

167167
📺 Your friendly multilateral video toolkit built for artists by artists.
168168
It's your best friend!
169-
https://vondas.software
169+
https://schwwaaa.net
170170
171171
options:
172172
-P PROGRAM, --program PROGRAM
@@ -207,7 +207,7 @@ __ _(_) __| | ___ ___ | |__ ___ __ _ _ ___ __
207207
208208
209209
Your friendly multilateral video toolkit built for artists by artists.
210-
https://vondas.software
210+
https://schwwaaa.net
211211
--------------------------------------------------
212212
Selected program mode: stutter_pro
213213
Input duration: 10.01 seconds
@@ -230,14 +230,14 @@ __ _(_) __| | ___ ___ | |__ ___ __ _ _ ___ __
230230
231231
232232
Your friendly multilateral video toolkit built for artists by artists.
233-
https://vondas.software
233+
https://schwwaaa.net
234234
--------------------------------------------------
235235
Selected program mode: chain_builder
236236
usage: python3 -m videobeaux.cli --program PROGRAM [global options] [program options]
237237
238238
📺 Your friendly multilateral video toolkit built for artists by artists.
239239
It's your best friend!
240-
https://vondas.software
240+
https://schwwaaa.net
241241
242242
options:
243243
-P PROGRAM, --program PROGRAM
@@ -279,7 +279,7 @@ __ _(_) __| | ___ ___ | |__ ___ __ _ _ ___ __
279279
280280
281281
Your friendly multilateral video toolkit built for artists by artists.
282-
https://vondas.software
282+
https://schwwaaa.net
283283
--------------------------------------------------
284284
Selected program mode: chain_builder
285285
🔁 Running step 1/3: rb_blur
@@ -369,91 +369,91 @@ https://github.com/user-attachments/assets/1fa8de04-98ef-49f7-9415-616e07210f0e
369369
370370
bad_contrast
371371
372-
https://github.com/vondas-network/videobeaux/assets/7625379/9ba59b08-79a8-4a09-8b18-c0fe90a6c5e2
372+
https://github.com/schwwaaa/videobeaux/assets/7625379/9ba59b08-79a8-4a09-8b18-c0fe90a6c5e2
373373
374374
bad_predator
375375
376-
https://github.com/vondas-network/videobeaux/assets/7625379/0968ad50-cc97-4336-938f-01b47d86a7bd
376+
https://github.com/schwwaaa/videobeaux/assets/7625379/0968ad50-cc97-4336-938f-01b47d86a7bd
377377
378378
ball_point_pen
379379
380380
https://github.com/user-attachments/assets/10e703a5-5036-4c3e-83f6-be04476ad089
381381
382382
blur_pix
383383
384-
https://github.com/vondas-network/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d
384+
https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d
385385
386386
broken_scroll
387387
388-
https://github.com/vondas-network/videobeaux/assets/7625379/4cdebccc-8519-45c6-aded-089db73d20d2
388+
https://github.com/schwwaaa/videobeaux/assets/7625379/4cdebccc-8519-45c6-aded-089db73d20d2
389389
390390
digital_boss
391391
392392
https://github.com/user-attachments/assets/23958066-f384-4801-9d91-5b2df6081a31
393393
394394
double_cup
395395
396-
https://github.com/vondas-network/videobeaux/assets/7625379/83d30a18-40d1-42e4-aff3-dbd50d67a7d1
396+
https://github.com/schwwaaa/videobeaux/assets/7625379/83d30a18-40d1-42e4-aff3-dbd50d67a7d1
397397
398398
fever
399399
400-
https://github.com/vondas-network/videobeaux/assets/7625379/b476426f-0ca6-4667-be40-97df932b9909
400+
https://github.com/schwwaaa/videobeaux/assets/7625379/b476426f-0ca6-4667-be40-97df932b9909
401401
402402
frame_delay_pro1-1
403403
404-
https://github.com/vondas-network/videobeaux/assets/7625379/871ccdb9-ae2b-46e1-8b0f-0514eb92e1aa
404+
https://github.com/schwwaaa/videobeaux/assets/7625379/871ccdb9-ae2b-46e1-8b0f-0514eb92e1aa
405405
406406
frame_delay_pro1-2
407407
408-
https://github.com/vondas-network/videobeaux/assets/7625379/0a727474-25cf-42ab-a717-583e12b4a04d
408+
https://github.com/schwwaaa/videobeaux/assets/7625379/0a727474-25cf-42ab-a717-583e12b4a04d
409409
410410
frame_delay_pro1-3
411411
412-
https://github.com/vondas-network/videobeaux/assets/7625379/5ab60f24-b4e2-4e0e-abc0-cfab62e09cda
412+
https://github.com/schwwaaa/videobeaux/assets/7625379/5ab60f24-b4e2-4e0e-abc0-cfab62e09cda
413413
414414
frame_delay_pro2-1
415415
416-
https://github.com/vondas-network/videobeaux/assets/7625379/a88284bc-ca7e-4355-8f95-377434c61d13
416+
https://github.com/schwwaaa/videobeaux/assets/7625379/a88284bc-ca7e-4355-8f95-377434c61d13
417417
418418
frame_delay_pro2-2
419419
420-
https://github.com/vondas-network/videobeaux/assets/7625379/acf571e7-7162-413f-80f8-769815093267
420+
https://github.com/schwwaaa/videobeaux/assets/7625379/acf571e7-7162-413f-80f8-769815093267
421421
422422
frame_delay_pro2-3
423423
424-
https://github.com/vondas-network/videobeaux/assets/7625379/f717d419-687b-4cc3-ac07-64f45c763531
424+
https://github.com/schwwaaa/videobeaux/assets/7625379/f717d419-687b-4cc3-ac07-64f45c763531
425425
426426
ghostee
427427
428428
https://github.com/user-attachments/assets/87c8b569-5165-485d-ae09-7a8bbbe74051
429429
430430
lsd_feedback
431431
432-
https://github.com/vondas-network/videobeaux/assets/7625379/9653929c-30ad-4c72-81c8-e3777c590783
432+
https://github.com/schwwaaa/videobeaux/assets/7625379/9653929c-30ad-4c72-81c8-e3777c590783
433433
434434
looper_pro
435435
436-
https://github.com/vondas-network/videobeaux/assets/7625379/01090d49-8626-4fc0-b55c-807d100a78fa
436+
https://github.com/schwwaaa/videobeaux/assets/7625379/01090d49-8626-4fc0-b55c-807d100a78fa
437437
438438
mirror_delay
439439
440-
https://github.com/vondas-network/videobeaux/assets/7625379/a3dea5c6-03a6-4f65-951d-211f50457b63
440+
https://github.com/schwwaaa/videobeaux/assets/7625379/a3dea5c6-03a6-4f65-951d-211f50457b63
441441
442442
nostalgic
443443
444-
https://github.com/vondas-network/videobeaux/assets/7625379/3cef37d9-093f-4bd9-850c-4b163e8a3e01
444+
https://github.com/schwwaaa/videobeaux/assets/7625379/3cef37d9-093f-4bd9-850c-4b163e8a3e01
445445
446446
overexposed_stutter
447447
448-
https://github.com/vondas-network/videobeaux/assets/7625379/f7250a1e-3cf5-4826-977a-a5a18b231ddb
448+
https://github.com/schwwaaa/videobeaux/assets/7625379/f7250a1e-3cf5-4826-977a-a5a18b231ddb
449449
450450
overlay_img_pro
451451
452-
https://github.com/vondas-network/videobeaux/assets/7625379/3932d910-b898-4ed7-ba3a-288a708c0d83
452+
https://github.com/schwwaaa/videobeaux/assets/7625379/3932d910-b898-4ed7-ba3a-288a708c0d83
453453
454454
pickle_juice
455455
456-
https://github.com/vondas-network/videobeaux/assets/7625379/387bfff5-fbdd-423d-b482-8ab4d5ce744f
456+
https://github.com/schwwaaa/videobeaux/assets/7625379/387bfff5-fbdd-423d-b482-8ab4d5ce744f
457457
458458
recalled_sensor
459459
@@ -465,27 +465,27 @@ https://github.com/user-attachments/assets/1770144d-4448-4719-8ef3-e44b720ec857
465465
466466
reverse
467467
468-
https://github.com/vondas-network/videobeaux/assets/7625379/74367227-6fee-455f-af36-804a1e6d6cb6
468+
https://github.com/schwwaaa/videobeaux/assets/7625379/74367227-6fee-455f-af36-804a1e6d6cb6
469469
470470
scrolling_pro-1
471471
472-
https://github.com/vondas-network/videobeaux/assets/7625379/e84cfb49-f72d-449e-833a-0271903704f4
472+
https://github.com/schwwaaa/videobeaux/assets/7625379/e84cfb49-f72d-449e-833a-0271903704f4
473473
474474
scrolling_pro-2
475475
476-
https://github.com/vondas-network/videobeaux/assets/7625379/19c6eef1-2bc0-4d84-b531-55f9ca07a912
476+
https://github.com/schwwaaa/videobeaux/assets/7625379/19c6eef1-2bc0-4d84-b531-55f9ca07a912
477477
478478
scrolling_pro-3
479479
480-
https://github.com/vondas-network/videobeaux/assets/7625379/4a4272de-e074-4e37-8c2d-a282f2d8be57
480+
https://github.com/schwwaaa/videobeaux/assets/7625379/4a4272de-e074-4e37-8c2d-a282f2d8be57
481481
482482
septic
483483
484484
https://github.com/user-attachments/assets/25f65267-60fa-421a-aaf3-02918844a488
485485
486486
slight_smear
487487
488-
https://github.com/vondas-network/videobeaux/assets/7625379/a7bca4c5-46b5-4b51-a827-6b8137d0117d
488+
https://github.com/schwwaaa/videobeaux/assets/7625379/a7bca4c5-46b5-4b51-a827-6b8137d0117d
489489
490490
smudge
491491
@@ -497,31 +497,31 @@ https://github.com/user-attachments/assets/28070fe5-52cd-42c9-93b7-a417c83add2d
497497
498498
speed
499499
500-
https://github.com/vondas-network/videobeaux/assets/7625379/c27efdb1-ae81-4d8d-a153-de6294b7fedf
500+
https://github.com/schwwaaa/videobeaux/assets/7625379/c27efdb1-ae81-4d8d-a153-de6294b7fedf
501501
502502
splitting
503503
504504
https://github.com/user-attachments/assets/b6c13707-aaa8-416e-9f80-5ca6a386cd0f
505505
506506
stack_2x
507507
508-
https://github.com/vondas-network/videobeaux/assets/7625379/6f244aba-e741-46c9-9863-7fc43527a8d6
508+
https://github.com/schwwaaa/videobeaux/assets/7625379/6f244aba-e741-46c9-9863-7fc43527a8d6
509509
510510
steel_wash
511511
512-
https://github.com/vondas-network/videobeaux/assets/7625379/eea99448-9352-48f1-a1ec-b2cac6ad056d
512+
https://github.com/schwwaaa/videobeaux/assets/7625379/eea99448-9352-48f1-a1ec-b2cac6ad056d
513513
514514
stutter_pro-1
515515
516-
https://github.com/vondas-network/videobeaux/assets/7625379/03e234fb-d0fe-4d72-a11c-dff1bc59fa83
516+
https://github.com/schwwaaa/videobeaux/assets/7625379/03e234fb-d0fe-4d72-a11c-dff1bc59fa83
517517
518518
stutter_pro-2
519519
520-
https://github.com/vondas-network/videobeaux/assets/7625379/e6d8c14a-9f20-4365-bb1f-5f473289a855
520+
https://github.com/schwwaaa/videobeaux/assets/7625379/e6d8c14a-9f20-4365-bb1f-5f473289a855
521521
522522
stutter_pro-3
523523
524-
https://github.com/vondas-network/videobeaux/assets/7625379/864835ba-dc9d-4392-aa77-2cc062e2b700
524+
https://github.com/schwwaaa/videobeaux/assets/7625379/864835ba-dc9d-4392-aa77-2cc062e2b700
525525
526526
t1000
527527

brycevids.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)