Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
53
stars
3
forks
source link
Replace `local_encode_chunks` call with worker encode task #67
Closed
github-actions[bot] closed 2 years ago
Replace
local_encode_chunks
call with worker encode taskStart at 1 to match total when iterating
ffmpeg -i input.mp4 -ss 00:00:00 -to 00:10:00 -c copy output1.mp4
ffmpeg -i input.mp4 -ss 00:10:00 -to 00:20:00 -c copy output2.mp4
print("Filenames do not increment by 1! Are there clips missing?")
sys.exit(1)
https://github.com/in03/Resolve-Proxy-Encoder/blob/1dd20626da282449dc6d562f3f9c3f13ec6eebc5/resolve_proxy_encoder/worker/tasks/chunking/tasks.py#L97
e6d510939ca91f84d776626f682ca5a3dfbf4787