You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Would you consider adding an option to use gaupol as cli tool to set format / encoding / newlines
so it can be used in a bash script to mass convert subtitles ?
I don't really have interest in that, but if you can write a tiny amount of Python, you should be able to do this with the aeidon package, which is installed as part of Gaupol. See the first example here: https://otsaloma.io/gaupol/doc/api/aeidon.html
Regarding other tools, ffmpeg might do format conversions, not sure. For encoding and newline conversions you can also use general tools like iconv and fromdos/todos.
Hello,
Would you consider adding an option to use gaupol as cli tool to set format / encoding / newlines
so it can be used in a bash script to mass convert subtitles ?
Something like :
gaupol --format subrip --encoding utf-8 --newlines unix --output $OUT $FILE
Thanks!
PS: If someone knows a cli tool as reliable as gaupol to do this, I'm interested by your suggestions too. :)
The text was updated successfully, but these errors were encountered: