erth9960
  • Joined on 2020-10-14
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-22 09:45:12 +01:00
5641aef235 Fixed a crash caused by empty sequence
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-17 12:42:26 +01:00
1b9c77fd84 Updated the readme
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-10 14:28:55 +01:00
022949c3c2 Refactored the transcode pipeline
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-08 10:32:45 +01:00
8f466a8e09 Changed ValidationException to ValueError in default preprocessor,
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-08 10:26:46 +01:00
1e6c8ac178 Settled on how to stringify the error message from ffmpeg
erth9960 pushed to master at DMC/play-daemon-threaded 2023-11-08 10:23:02 +01:00
10db80cbfa Forgot an import
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-26 09:49:37 +02:00
9bdb1dbef9 Trying to fix lack of newlines in ffmpeg errors
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-25 16:04:00 +02:00
08a8db11b8 Accidentally a dict key
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-19 11:22:37 +02:00
e08184e05b Added an explicit check for existence of upload_dir if the job specifies it.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-10 14:09:58 +02:00
9b43bf5eee Small tweak to avoid reserving space when nothing is waiting
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 17:23:49 +02:00
2e8606b9a4 Fixed a duplicate header
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 17:19:59 +02:00
f91109fb3e Handlers have been switched to the new WorkThread class.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 16:42:06 +02:00
291a828b1b Removed dead code
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-09 16:41:24 +02:00
6309f1f4a4 Added WorkThread, a class handling long-running jobs by means of a prioritized queue.
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-05 16:44:56 +02:00
02d8c98665 Finished experimenting on nvidia options
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-04 15:25:22 +02:00
88096714ff More nvenc experiments
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-04 15:14:40 +02:00
80cdf629c1 Removed obsolete variables in excpetion block
erth9960 pushed to master at DMC/play-daemon-threaded 2023-10-04 15:10:21 +02:00
ae431e6902 Testing nvidia settings
erth9960 pushed to master at DMC/play-daemon-threaded 2023-08-30 20:40:33 +02:00
7b3eb380c0 Missed an instance of the creation key to be changed
erth9960 pushed to master at DMC/play-daemon-threaded 2023-08-30 14:59:13 +02:00
8bc1ff6318 Removed an empty subtitles key from cattura preprocessing, and fixed a misnamed 'creation' key to the correct name 'created'