Daniel Xing
Daniel Xing
Usually this means that the video file doesn't contain an embedded subtitle track and you didn't pass in a separate subtitle file to use. Hardcoded subs won't work either.
Are there any updates on this?
I'm having a similar issue on macOS 12.5 and Ubuntu 20.04. Command line warnings are fairly inconsistent while saving though. Usually I'll see something like this: ``` 14:25:22.853 | INFO...
Another fun one: reordering instruments can cause system text to move, especially in multi-instrument parts. https://user-images.githubusercontent.com/3182625/209049912-f535f6d0-75d7-4635-a3a4-ef154ff226ca.mov
At least in my particular case changing from MS Basic to a muse sounds instrument in the mixer fixed the issue. A tremblement in a flute part was causing the...
Once I have some time I’ll check to see if this breaks anything.
Yes, there's a built in filter for removing suspected non-dialogue subtitle lines. You can check out the relevant code [here.](https://github.com/dxing97/subs2cia/blob/master/subs2cia/subtools.py#L438) If it's not working with your files you can disable...
If no separate audio/subtitle file or language is specified it'll use the first audio/subtitle stream listed by ffprobe.
After `list_presets()` is called subs2cia will exit, so right now this won't cause subs2cia to run with a custom defined preset. I think a separate command line option for reading...
Thanks for taking the time to make a PR! I am finally done with my studies so I'll have time to do some maintenence of subs2cia in the coming weeks...