just-work / django-video-transcoding

Simple video transcoding application for Django Framework
MIT License
23 stars 9 forks source link

New transcoding logic implementation #279

Open tumb1er opened 2 months ago

tumb1er commented 2 months ago
tumb1er commented 1 month ago

Does not work yet: audio obtains silence gaps while splitting. New strategy:

tumb1er commented 1 month ago

Also: instead of synchronizing chunk tasks, implemented resumable transcoding: chunks are not transcoded again after task restart.