|
c68fb977a8
|
sukk
|
2021-10-14 13:58:23 +02:00 |
|
|
4ff4fa6181
|
fixed an extra option for ffmpeg concat
|
2021-10-14 13:28:51 +02:00 |
|
|
79b154b342
|
trying other way of inputing to ffmpeg
|
2021-10-14 13:23:03 +02:00 |
|
|
bdb851e088
|
chagned ffmpeg call, removed some loggin
|
2021-10-14 12:07:36 +02:00 |
|
|
eb18e221d1
|
overwrite old slides output
|
2021-10-14 11:59:30 +02:00 |
|
|
9867ce17f9
|
ngh
|
2021-10-14 11:56:13 +02:00 |
|
|
455e0ead6a
|
fixed another parenthesis misplacement...
|
2021-10-14 11:54:13 +02:00 |
|
|
b04ee56cb9
|
making ffmpeg not quiet
|
2021-10-14 11:34:01 +02:00 |
|
|
c9051f9e9b
|
fixed parenthesis error
|
2021-10-14 11:14:34 +02:00 |
|
|
79aa76f106
|
added logging
|
2021-10-14 11:03:28 +02:00 |
|
|
73b6cb119e
|
fixed missed postionala rgument
|
2021-10-14 10:57:11 +02:00 |
|
|
f42ac62131
|
fixed keyerror. maybe....
|
2021-10-14 10:45:53 +02:00 |
|
|
c80be26c2c
|
another os fix
|
2021-10-14 10:43:53 +02:00 |
|
|
e5f61b30aa
|
fixed os.path.join error
|
2021-10-14 10:41:25 +02:00 |
|
|
13f6ef1b32
|
removed typing_extension
|
2021-10-14 10:36:02 +02:00 |
|
|
ea6a6ef7aa
|
Added most of the jobs for the transcoder. ready for testing
|
2021-10-13 17:06:48 +02:00 |
|
|
3dc8db5cd9
|
Added loggin
|
2021-10-13 13:29:08 +02:00 |
|
|
7a29a3b3b3
|
Fixes
|
2021-10-13 13:26:49 +02:00 |
|
|
1cdf3e6f67
|
Started work on make_slides_video function
|
2021-10-13 13:17:00 +02:00 |
|
|
1e6f860895
|
Changed function _download parameters to not have static typing
|
2021-10-13 09:31:09 +02:00 |
|
|
aebd5a2d37
|
Changed the creation of a slidfes property since to accomodate for python2.7
|
2021-10-12 20:21:12 +02:00 |
|
|
cec3fd7781
|
Added download of slides, Changed _download to use a session object to perform requests via
|
2021-10-12 13:41:50 +02:00 |
|
Erik Thuning
|
b0f602e893
|
Quick and dirty cleanup script. Not ready for production use
|
2021-10-06 18:03:56 +02:00 |
|
Erik Thuning
|
83a712e58b
|
Added import of description along with other daisy data
|
2021-10-06 12:24:47 +02:00 |
|
root
|
4a6d842548
|
Now expecting a description field in manual and mediasite packages
|
2021-10-04 12:33:19 +02:00 |
|
Erik Thuning
|
d9e581c386
|
Added some comments
|
2021-09-22 11:38:37 +02:00 |
|
Erik Thuning
|
26199117fb
|
Added a check for the presence of an audio stream
|
2021-09-06 10:44:17 +02:00 |
|
Erik Thuning
|
d902070f6e
|
Added some debug logging
|
2021-09-02 15:45:50 +02:00 |
|
Erik Thuning
|
80c0b64c04
|
Added logging of start and end of presentation transcode
|
2021-07-26 16:16:31 +02:00 |
|
Erik Thuning
|
e195be0630
|
Removed skipping already transcoded presentations, since that case is no longer valid
|
2021-07-26 15:53:46 +02:00 |
|
Erik Thuning
|
776471f6e9
|
Back to multiprocessing
|
2021-07-26 15:50:56 +02:00 |
|
Erik Thuning
|
03c3370b82
|
Revert "Removed multithreading for transcode jobs"
This reverts commit bd7d6edc59dab33f707e759fd9e6a5824e6857f8.
|
2021-07-26 14:48:10 +02:00 |
|
Erik Thuning
|
9fa1212a8e
|
Added ffmpeg-python dependency
|
2021-07-26 14:46:04 +02:00 |
|
root
|
bd7d6edc59
|
Removed multithreading for transcode jobs
|
2021-07-21 11:55:32 +02:00 |
|
root
|
46e3ce5cda
|
Switched transcoder to h264
|
2021-07-21 11:25:29 +02:00 |
|
root
|
6d0279243c
|
Removed webify function and refactored finalize function
|
2021-07-21 11:23:13 +02:00 |
|
root
|
352394898a
|
Removed weburl from packages
|
2021-07-21 11:20:01 +02:00 |
|
Erik Thuning
|
f39a6d0b4c
|
Minor fixes
- Fixed a bug in the code handling updated presentation directories
- Handled updates of already transcoded presentations
- Exception formatting
|
2021-04-23 09:54:24 +02:00 |
|
Erik Thuning
|
9bcb4f07cd
|
Fixed a bug where video varaints weren't being properly webified.
Also made error messages easier to read.
|
2021-04-21 12:55:25 +02:00 |
|
Erik Thuning
|
ed51915919
|
Removed TODO comment because it's done
|
2021-04-20 17:33:18 +02:00 |
|
Erik Thuning
|
399dfb926d
|
Now encoding multiple resolutions per stream
|
2021-04-20 14:55:25 +02:00 |
|
Erik Thuning
|
a1d671beea
|
Fixed some oversights, threaded transcoding works now
|
2021-04-20 14:12:42 +02:00 |
|
Erik Thuning
|
2c1e61862c
|
Implemented multithtreaded transcoding of presentations
|
2021-04-19 17:08:10 +02:00 |
|
Erik Thuning
|
de48793355
|
Removed the abitility to configure number of ffmpeg threads, and made sure the log file is unique for each file
|
2021-04-16 14:06:39 +02:00 |
|
Erik Thuning
|
8a9a158921
|
Fixed audio getting dropped in transcoding
|
2021-04-16 10:42:01 +02:00 |
|
root
|
a73137aeca
|
Added mediasite and transcoder settings
|
2021-04-14 16:33:12 +02:00 |
|
Erik Thuning
|
6b29f1c9e0
|
Changed exception handling around transcoding
|
2021-04-12 16:24:56 +02:00 |
|
Erik Thuning
|
707f9425c1
|
Tweaked some mediasite import settings
|
2021-04-12 16:17:55 +02:00 |
|
Erik Thuning
|
0263f2dfd2
|
First full functional transcoder version
|
2021-04-12 16:09:19 +02:00 |
|
Erik Thuning
|
e32afae9e0
|
Initial attempt to add actual transcoding
|
2021-03-31 17:53:08 +02:00 |
|