Is it possible to call the resolution resampler from the CLI? #144
-
I'm looking for a way to either use, extract or rewrite the code that is used to resample subtitles. While I've find the files that are responsible for resampling to be Is there any way to either call that functionality from the command line, or extract the functionality to make it completely standalone, or even rewrite it to another language (e.g. Python)? Note I have zero knowledge regarding anything related to C(++). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is a separate project called aegisub-cli that also allows resampling from the command line. It's effectively abandoned (the maintainer having been inactive for years), but it works. I have some in-progress work on integrating aegisub-cli's features into Aegisub itself (see the |
Beta Was this translation helpful? Give feedback.
There is a separate project called aegisub-cli that also allows resampling from the command line. It's effectively abandoned (the maintainer having been inactive for years), but it works.
I have some in-progress work on integrating aegisub-cli's features into Aegisub itself (see the
cli
branch), but I was distracted with more important upstream work and since then didn't have as much time to work on it anymore. Maybe one day I'll be able to finish it.