-
- Downloads
Added command 'create_video' to run FFmpeg
This requires FFmpeg to be installed (not just for the command, but also for running the accompanying unit test). Because of this external dependency, the worker has to declare task_type='video-encoding' in its configuration file before it gets such tasks. This is not enabled by default.
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- README.md 8 additions, 9 deletionsREADME.md
- flamenco-worker.cfg 1 addition, 0 deletionsflamenco-worker.cfg
- flamenco_worker/commands.py 69 additions, 3 deletionsflamenco_worker/commands.py
- flamenco_worker/config.py 2 additions, 1 deletionflamenco_worker/config.py
- tests/test_commands_create_video.py 81 additions, 0 deletionstests/test_commands_create_video.py
- tests/test_frames/000108.png 0 additions, 0 deletionstests/test_frames/000108.png
- tests/test_frames/000109.png 0 additions, 0 deletionstests/test_frames/000109.png
- tests/test_frames/000110.png 0 additions, 0 deletionstests/test_frames/000110.png
- tests/test_frames/000111.png 0 additions, 0 deletionstests/test_frames/000111.png
- tests/test_frames/000112.png 0 additions, 0 deletionstests/test_frames/000112.png
- tests/test_frames/000113.png 0 additions, 0 deletionstests/test_frames/000113.png
- tests/test_frames/000114.png 0 additions, 0 deletionstests/test_frames/000114.png
Loading
Please register or sign in to comment