user-2010
18-12-2017, 05:16 AM
Goal: Automatic inclusion of subtitles into the mp4 file, for compatibility with players that are unable to read .srt files.
Current workaround: Manual use of Subler on osx for each file.
Almost functional workaround: user-specified command to call ffmpeg a second time. The problem is that the artwork added during the tagging phase is lost.
I am working on a changelist to support my goal by moving the postproc() code that merges the audio and video until after subtitles are downloaded but before tagging.
I am curious if A) if there is a better way to achieve my goal; or B) if there is a reason that the code is structured as is it that I need to be careful about to ever have a chance of a pull request being accepted. I see that there have been recent changes on github to subtitle processing, so it would also be good to know if there are planned changes near this code.
Current workaround: Manual use of Subler on osx for each file.
Almost functional workaround: user-specified command to call ffmpeg a second time. The problem is that the artwork added during the tagging phase is lost.
I am working on a changelist to support my goal by moving the postproc() code that merges the audio and video until after subtitles are downloaded but before tagging.
I am curious if A) if there is a better way to achieve my goal; or B) if there is a reason that the code is structured as is it that I need to be careful about to ever have a chance of a pull request being accepted. I see that there have been recent changes on github to subtitle processing, so it would also be good to know if there are planned changes near this code.