lethliel
2414913c3e
add openSUSE conference 2022
...
revert audiofile handling
2023-06-21 10:02:02 +02:00
lethliel
d10e8b401f
fixes handling of audiofiles.
...
Now in the __init__.py of the projects a audiofile can be given to the Rendertask:
For example:
queue.put(Rendertask(
infile = 'intro.svg',
audiofile = 'intro.mpg',
outfile = str(event['id'])+".ts",
sequence = introFrames,
parameters = {
'$ID': event['id'],
'$TITLE': event['title'],
'$SUBTITLE': event['subtitle'],
'$SPEAKER': event['personnames']
}
))
2023-06-21 09:38:47 +02:00
Franziska Kunsmann
c64e1bfea0
jugendhackt: fix aspect ratio of images
2023-05-11 07:52:47 +02:00
Franziska Kunsmann
343d807f12
add generic jugendhackt
2023-05-11 07:40:26 +02:00
Franziska Kunsmann
28f1cffbea
make-ffmpeg-fade: remove -intra:0 flag (has been removed from ffmpeg 5.0)
2023-05-11 07:39:19 +02:00
Jannik Beyerstedt
1e4f2f298e
renderlib: Only render a single frame with "only-frame"
2023-04-09 23:34:16 +02:00
Jannik Beyerstedt
ce5d4ab927
make-ffmpeg: Allow quotes in title and author
...
When double-escaped, the double quotes won't break anything and will be
rendered in the output.
2023-04-09 09:25:34 +02:00
Jannik Beyerstedt
4cfe3f7a08
make-ffmpeg: escape colons in title
2023-04-09 09:24:39 +02:00
MaZderMind
6ec541d49a
Merge pull request #56 from MaZderMind/apple-motion-enhancements
...
Apple motion enhancements
2022-11-04 13:58:56 +01:00
Peter Körner
be7ac0dfde
reduce sleep interval
2022-11-03 23:55:20 +01:00
Peter Körner
594c11cfad
add options for finalizing
2022-11-03 23:55:11 +01:00
Peter Körner
e01fbaa2df
rename --debug to --develop
2022-11-03 23:34:45 +01:00
Peter Körner
74c478567d
use os.system instead of subprocess to avoid compressor commands never returning
2022-11-03 23:33:11 +01:00
Lukas Schauer
082a4f359f
better background rendering froscon2022
2022-08-14 00:52:14 +02:00
Lukas Schauer
e14e954a4c
froscon2022: updated artwork
2022-08-10 20:21:56 +02:00
Lukas Schauer
7ca92f08d2
froscon.org
2022-08-04 21:10:35 +02:00
Lukas Schauer
350911cbee
fnord
2022-08-04 21:02:51 +02:00
Lukas Schauer
501910becb
fnord
2022-08-04 20:48:33 +02:00
Lukas Schauer
8d2a19097b
fnord
2022-08-04 20:48:33 +02:00
Lukas Schauer
937f1cf532
fnord
2022-08-04 20:48:33 +02:00
Lukas Schauer
1875030e82
ok
2022-08-04 20:48:27 +02:00
derchris
cce61a637b
mch2022 init
2022-07-17 03:42:54 +02:00
derchris
59ddf7fee8
fusion22
2022-07-17 02:06:56 +02:00
derchris
19f3cb7b05
Merge branch 'master' of git.c3voc.de:intro-outro-generator
2022-05-20 22:07:24 +02:00
Sophie Schiller
454197fc18
gpn20: improve intros
2022-05-17 21:46:53 +02:00
Sophie Schiller
5063f71f72
gpn20: imprive outro, delete no longer files
2022-05-17 15:40:19 +02:00
Sophie Schiller
faee47d63f
gpn20: add pause
2022-05-17 15:29:54 +02:00
Sophie Schiller
e62fe25353
gpn20: intro tweaks
2022-05-08 18:04:12 +02:00
Sophie Schiller
d6219de6ed
gpn20: add first draft
2022-05-08 15:04:48 +02:00
Sophie Schiller
afca649312
update requirements
2022-04-21 14:05:12 +02:00
Sophie Schiller
cc0b76e68a
glt22
2022-04-21 14:05:00 +02:00
Sophie Schiller
ce625ba381
add word wrap to ffmpeg-fade
2022-04-21 14:03:47 +02:00
Sophie Schiller
27797b2512
jh rhein neckar
2022-04-21 14:02:36 +02:00
derchris
6d81b601ad
rc3 2021: csh / gehacktes intros
2021-12-28 18:23:29 +01:00
derchris
efd5e61a2e
add title replacement
2021-12-28 17:22:11 +01:00
derchris
208b13cbe6
add rc3-2021
2021-12-28 03:27:52 +01:00
derchris
9dd516d624
fix AE render
2021-12-28 03:26:36 +01:00
derchris
dc1ca779a8
fiffkon21 updates
2021-11-15 19:55:26 +01:00
derchris
ff01cff7c1
wip: new inkscape version
2021-11-15 19:54:31 +01:00
derchris
e57134af26
fiffkon21: upscale to fullhd
2021-11-13 04:48:53 +01:00
derchris
d902ded42a
add fiffkon21 intro/outro
2021-11-13 00:13:32 +01:00
derpeter
cb0b68a4fb
added bornhack 2021
2021-08-20 22:39:12 +02:00
derchris
1f57235443
Merge remote-tracking branch 'remotes/github/master'
2021-04-04 18:56:09 +02:00
derchris
305398ffce
fix titlemap replacement
2021-04-04 18:46:06 +02:00
dependabot[bot]
b1d718b35c
Bump lxml from 4.6.2 to 4.6.3 ( #49 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.2 to 4.6.3.
- [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.2...lxml-4.6.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 22:54:49 +02:00
derchris
2224b23c71
add linux support
2021-03-25 20:24:15 +01:00
derchris
ad47faf960
add sample intro based on franconian.net
2021-03-25 02:33:07 +01:00
derchris
a8ec7a7e43
blender version increase
2021-03-25 02:30:53 +01:00
derchris
c4153cc3f6
add rc3 assembly intro/outro
2021-01-09 20:04:31 +01:00
derchris
41a93ffd2b
update requirements.txt
2021-01-08 00:35:51 +01:00