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
Sophie Schiller
454197fc18
gpn20: improve intros
2022-05-17 21:46:53 +02:00
derchris
f3b8deb63b
add option to render using imagemagick
2019-01-20 06:41:57 +01:00
derchris
43f08547f0
flake8 code cleanup, minor fixes
2019-01-20 06:15:57 +01:00
Andreas Hubel
f1d511b97f
add command line option to render one specific frame, e.g. titles for debugging
2017-10-26 22:41:40 +02:00
Andreas Hubel
d851c1d989
add command line options to skip inkscape rendering
2017-10-24 19:51:58 +02:00
thomic
e6c3a6802c
fixed bug in __init.py__ which conflicts if idlist is None
...
initializing idlist and skiplist as args.id and args.skip in main.py
cleaned up logic in __init.py__ which skips talkintros
2017-04-15 16:19:45 +02:00
thomic
6c3d3747f6
added feature: read commandline-options with argparse and printout a nice help view
...
added feature: rendering list of given IDs and/or skip outro, pause and bg in tasklist
2016-09-09 15:53:09 +02:00
Florian Larysch
bced60bf86
pass command line arguments to task generator
2015-05-05 15:42:08 +02:00
Florian Larysch
5f3e093a77
use /usr/bin/env in shebang
...
This allows the path to the python binary to be overwritten using
environment variables (for example in virtualenvs).
2015-05-04 21:31:48 +02:00
MaZderMind
f9ead1e628
raise import exception after printing an error
2014-08-16 19:34:32 +02:00
MaZderMind
2c74cba7d8
export large parts into renderlib to reuse them from the tracker-script
2014-07-20 19:11:06 +02:00
MaZderMind
d804f6ff48
introduce rendertask class and more py3 compat stuff
2014-07-20 13:10:25 +02:00
MaZderMind
bd079cc0cd
python3 compat
2014-07-20 10:59:06 +02:00
MaZderMind
2ec14ca175
guard agains missing subtitle or person fields
2014-07-19 11:09:32 +02:00
MaZderMind
2df8c4888f
add linar easing function
2014-07-18 21:47:46 +02:00
MaZderMind
d19a8156b9
raise logloevel of the css-parts to avoid getting notified on (in browser-css) unknown css-properties
2014-06-02 13:20:13 +02:00
MaZderMind
8a0598916f
allow calling with directory name
2014-06-02 12:30:00 +02:00
MaZderMind
60885f42bd
make the sotmeu14-module a project, callable from a centralized make.py
2014-06-02 12:19:49 +02:00