arcusmaximus / YTSubConverter

A tool for creating styled YouTube subtitles
MIT License
767 stars 55 forks source link

Error occurred: Specified argument was out of the range of valid values. when trying to convert .ytt to .ass #98

Open MrKomodoDragon opened 3 months ago

MrKomodoDragon commented 3 months ago

Was using YTSubConverter on fedora linux to try and convert some srv3 files from youtube to .ass to use with my video player: mono YTSubConverter.exe --visual "/home/mrkomododragon/Videos/Jet Lag the Game/Season 9/We Played Hide And Seek Across Switzerland.srv3"

and get the error mentioned above.

Here are some logs obtained with mono -v: https://paste.rs/lN6k

Offending line seems to be: Method void System.IO.TextWritError occurred: Specified argument was out of the range of valid values.

MrKomodoDragon commented 1 week ago

What would I have to do so this can be fixed?