Commit graph

30 commits

Author SHA1 Message Date
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
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
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
Peter Körner
05b53e553a Revert "finalize by moving"
This reverts commit d98f09f4f1.
2019-11-16 20:33:49 +01:00
Peter Körner
a0d2ed0256 print included/excluded ids 2019-11-16 19:41:19 +01:00
Peter Körner
d98f09f4f1 finalize by moving 2019-11-16 19:41:06 +01:00
Peter Körner
08ed9de8ad use h264 directly 2019-11-16 19:40:25 +01:00
derchris
43f08547f0 flake8 code cleanup, minor fixes 2019-01-20 06:15:57 +01:00
Peter Körner
ebdf747494 option to exclude specified ids 2018-11-26 12:19:07 +01:00
Peter Körner
78ef302eed preserve audio out of apple motion 2018-11-25 14:00:57 +01:00
Peter Körner
aeae7981e6 copy original mov before finalizing as well 2018-11-25 14:00:25 +01:00
Peter Körner
3977fb2d4f faster loop time 2018-05-19 17:18:45 +02:00
Peter Körner
5ecf6a4040 use anullsrc instread of /dev/null 2018-05-19 17:18:38 +02:00
Peter Körner
13c1ad3030 Merge branch 'SHA2017' of https://github.com/ramdyne/intro-outro-generator into sha 2017-08-17 18:09:29 +02:00
Peter Körner
372df0ec10 fix formatting of log-message 2017-08-05 14:34:27 +02:00
Peter Körner
5043acf244 use a local copy of tthe prores profile, fixes #17 2017-08-05 14:34:21 +02:00
a-tze
6a5aa9de62 improve input stream mapping
especially for files coming from Macs.
2017-08-05 00:08:11 +02:00
Peter Körner
648bbf742b reduce motion blur 2017-05-25 12:18:33 +02:00
Peter Körner
1a5bb7f3df rewrite apple motion renderer to use the queing api 2017-05-24 21:48:46 +02:00
Peter Körner
4d92bd486a ensure that the file exists before leaving 2017-05-24 15:20:30 +02:00
Peter Körner
15a476fb35 print some progress report 2017-05-24 14:20:45 +02:00
Peter Körner
11f5bae0f6 impement actual rendering 2017-05-24 14:15:07 +02:00
Peter Körner
5f0317c336 first draft of an apple-motion based renderer 2017-05-24 13:08:30 +02:00