a47785d6d9
fsck logo in works, now for a bit of sparkle
2025-04-15 22:59:00 +02:00
a87c2fe1ca
.
2025-04-15 12:43:38 +02:00
6c28dd33d0
an attempt was made
2025-04-15 12:42:52 +02:00
629bc5c543
somewhat imitate old intro
2025-03-18 10:42:51 +01:00
1d391ed2db
some basic initial work
2025-03-13 01:29:39 +01:00
c118c0cf71
ignore venv
2025-03-13 00:28:13 +01:00
258351c282
start on fsck2025
2025-03-13 00:12:55 +01:00
Franziska Kunsmann
bfbdda8ffe
Merge pull request #70 from MaZderMind/t4at-2024-motn-fixes
...
t4at 2024 motn fixes
2024-11-21 20:11:48 +01:00
Peter Körner
21a8e014ef
make-apple-motion: replace xml.sax.saxutils.xmlescape with custom routine, which also escapes quotes
...
xml.sax.saxutils.xmlescape is only a str.replace in a trencoat anyways.
2024-11-21 19:37:35 +01:00
Peter Körner
a9cbfc5eb3
make-apple-motion: add --snapshot-sec to automatically generate a snapshot of the final clip for inspection or as thumbnail
2024-11-21 19:37:33 +01:00
Peter Körner
41db29d24b
make-apple-motion: add --setting-path flag and auto-detect absolute path to default .compressorsetting file
2024-11-21 19:37:08 +01:00
Peter Körner
40eb76b968
make-apple-motion: add --no-cleanup flag
2024-11-21 19:37:03 +01:00
Lukas Schauer
5661e690de
god2024 changes
2024-11-12 12:43:11 +01:00
Lukas Schauer
d8c198f984
god2024
2024-11-12 11:38:27 +01:00
Jannik Beyerstedt
b3fb07a6e3
Merge branch 'feat/refactor-make-ffmpeg'
2024-11-03 21:35:20 +01:00
Jannik Beyerstedt
2451c0f25f
bump some versions in requirements.txt
...
- lxml 5 works
- svg.path has no breaking changes according to change log
- cssutils has a v2, but didn't find a changelog
2024-11-03 21:32:53 +01:00
Jannik Beyerstedt
ca224b9d84
make-ffmpeg: Remove fontfamily option as it doesn't work
2024-11-03 21:32:53 +01:00
Jannik Beyerstedt
8933550f31
make-ffmpeg: Combine with make-ffmpeg-fade
2024-11-03 21:32:53 +01:00
Jannik Beyerstedt
31f01ca386
make-ffmpeg: Use fit_text from make-ffmpeg-fade (break into lines array)
2024-11-03 21:32:51 +01:00
Jannik Beyerstedt
6876f2cf44
make-ffmpeg: Rework config file
2024-11-03 21:25:16 +01:00
Jannik Beyerstedt
526ef6231a
make-ffmpeg: add border option
2024-11-02 20:57:55 +01:00
Jannik Beyerstedt
9210d36248
make-ffmpeg: Properly escape special characters
2024-11-02 20:57:55 +01:00
Jannik Beyerstedt
0bb26d6b25
make-ffmpeg: Refactor code
2024-11-02 20:57:48 +01:00
Franziska Kunsmann
26c660a135
vcfb24 switch to make-ffmpeg-fade
2024-10-19 11:00:23 +02:00
Franziska Kunsmann
8ca5d334cb
vcfb24 fix imports
2024-10-19 10:45:29 +02:00
Franziska Kunsmann
367e8ea094
re-add jugendhackt source gimp file
2024-10-19 10:33:17 +02:00
Franziska Kunsmann
c94b840807
vcfb24
2024-10-19 10:31:32 +02:00
Jannik Beyerstedt
471e0c38b7
Merge remote-tracking branch 'github/master'
2024-09-21 22:36:33 +02:00
Jannik Beyerstedt
848b72b113
schedulelib: Ignore missing track field
...
According to the XML schema, the "track" field of an event is not mandatory. So we should replace it with an empty string if not existing like we do for other fields.
2024-09-01 16:36:15 +02:00
derpeter
3ae90b87c0
added osmodevcon24
2024-05-03 11:53:27 +02:00
Sophie Schiller
1893beda4d
Merge pull request #64 from fkusei/master
...
fix make-ffmpeg-fade
2024-04-04 08:30:06 +02:00
Franziska Kunsmann
ec29473d53
make-ffmpeg-fade: use better algorythm for determining lines
2024-03-18 14:19:36 +01:00
Franziska Kunsmann
96f410ba6a
make-ffmpeg-fade: fix missing import
2024-03-18 14:19:08 +01:00
thomic
9cb44b08b2
hackerhotel 2024 update
2024-02-08 12:39:13 +01:00
thomic
a6fa12a334
chore: add some old osc stuff and hackerhotel2024
2024-02-08 00:31:37 +01:00
Jannik Beyerstedt
945f7c1cd6
Fix old projects after renderlib split
2024-02-07 20:09:24 +01:00
derchris
5fb2e1bbf2
makde-ae: bump version to 2024, add mp4 preview
2023-10-30 09:32:26 +01:00
Jannik Beyerstedt
32e4f830fc
make-ffmpeg: Use actual font size in fit_title
2023-10-29 20:59:42 +01:00
Jannik Beyerstedt
825ecf13b0
make-ffmpeg: Don't force a text background
2023-10-29 20:46:30 +01:00
Jannik Beyerstedt
32cc33e82f
Jugendhackt: Make SVG templates for intro and outro
2023-10-29 20:26:37 +01:00
Jannik Beyerstedt
b0e83b1134
[TIDY] Apply autopep8 formatting
2023-10-29 11:53:59 +01:00
Jannik Beyerstedt
909bf79673
[TIDY] Refactor renderlib into two parts
...
Most of the make scripts only need the schedule part of the renderlib.
The schedule part has way less dependencies (e.g. no ImageMagick), so
those scripts can be used without them now.
2023-10-22 21:43:24 +02:00
Jannik Beyerstedt
85bf295be6
make-ffmpeg: Fix typos in videofilter
2023-10-22 21:36:51 +02:00
Jannik Beyerstedt
e13ac70e2b
Backport changes introduced by "update make-ffmpeg"
2023-10-22 21:36:45 +02:00
dependabot[bot]
c69dbd089a
Bump lxml from 4.6.3 to 4.9.1
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.3 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.9.1 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-22 21:33:41 +02:00
Alexander Brock
1470c6c08c
Fix typos
2023-10-22 19:33:20 +02:00
Alexander Brock
263c4bf882
Fix typo: Add missing 'd'
2023-10-22 19:33:20 +02:00
Alexander Brock
23be5074ba
Add missing dependency.
2023-10-22 19:33:20 +02:00
Jannik Beyerstedt
6d9aa93a4f
make-blender: Fix debug mode file format in finalizing
2023-10-22 19:15:04 +02:00
Jannik Beyerstedt
cff5566e90
Merge remote-tracking branch 'github/master'
2023-10-22 19:12:29 +02:00