Stephen Macke
Stephen Macke
> So if I specify the target track in any circumstance, I don't have to worry about it? If you specify the reference track, it won't default to this behavior...
@morpheus65535 Thank you for your support ^_^ and thank you for using ffsubsync despite the lack of a proper API -- it's very heartwarming to see its adoption in a...
Hi @dinojr, glad to hear things are generally working. I assume in this case you want to use the subtitle stream at index 3: in this case, you'll want to...
@AucT I might be able to do something like this with PyInstaller and tkinter. It's not ideal b/c it will be hugely bloated (as it requires packaging an entire Python...
Thanks for filing an issue. It's likely that your video contains splits / breaks in the middle -- unfortunately, this project is geared toward the common case when there's extra...
@BramFr since you posted, there have been a number of improvements to subsync -- I know this issue is super old, but I'd love to hear whether it's working for...
@BramFr really appreciate your taking the time to take another look! Bummer about the test archive -- not sure exactly why that's happening. Possibly a problem with `shutil` on some...
@BramFr I think I figured out the issue; creating the test archive should work now if you install from the `latest` branch: ``` pip install --upgrade git+https://github.com/smacke/subsync@latest ``` Please let...
@BramFr I think I see what is happening here. Those subtitles look like they're the 1st choice from opensubtitles.org, but they seem to be mislabeled -- perhaps they are for...
Gotcha. I need to see whether I can convince SubZero / Bazarr folks to use subsync as a tool for picking out already synced subtitles out of a batch of...