Replies: 1 comment 7 replies
-
I was just wondering this. Unfortunately, this bug can only be "resolved" if I re-encode the video (rather than a simple Or, alternatively, we'd use ffmpeg 7. But, I've absolutely no idea how easy it is to upgrade this project to ffmpeg 7, Does anyone know what would be necessary to do, to upgrade to ffmpeg 7? It may be as simple as updating the Dockerfile:
And then we just have to use multithread mode? I can give it a try tomorrow! Hopefully I'll not run into many issues. |
Beta Was this translation helpful? Give feedback.
-
Place holder issue to upgrade to 7.x, this library is great but there are various bugs in 5.x which were resolved later and can work with latest high def files.
Questions to address.
Video Conversion is a heavy process, for most file uploads, if conversion can be done in browser, it will help reducing server resource costs. And any such URL endpoint can easily accommodate
SharedArrayBuffer
with required headers. Time required to upload video and convert it on server is less than converting with single thread. There seems no benefit of single threaded ffmpeg. So is it alright to drop single threaded core because the performance is very poor?Are there any blocking issues from moving
core-mt
to ffmpeg 7?Beta Was this translation helpful? Give feedback.
All reactions