Stephen Macke
Stephen Macke
Changed `move` to `copy` in c429270; will wait a bit and close this issue later in case there's any more issues.
@morpheus65535 do you mean to say if I just copy the log that I'll end up with a big log file? if so that's a good point. I went ahead...
Hi there! This is actually supported currently, but it's not ideal from an interface perspective. You can run ``` ffs reference.mkv -i 1.srt 2.srt 3.srt --overwrite-input ``` and it will...
@cyzs233 not sure how it would look on Windows, but you can do a command substitution to put all the stuff in the text file on the command line, something...
@PeterDaveHello no worries and I would love to provide a Dockerfile. Would you be willing to submit a pull request? Would be delighted to have your contribution.
Hi, Great suggestion. It turns out that checking for whether the subs are already synced is just as expensive computationally as going ahead and doing the synchronization, but I think...
Hi @morpheus65535 and @hawkash, I think this is a good idea. Right now we just try to pick the first embedded track if one is available, and then fall back...
My pleasure! OK, there is now a `--reference-track` flag for specifying the stream to use from the video to use as the reference in `v0.4.1` (`pip install --upgrade ffsubsync`). Usage...
Full example: ``` ffs vid.mkv -i in.srt -o out.srt --reference-stream s:1 ```
I think the flags you mentioned above should cover it! There are a few more that get picked automatically, e.g. `encoding` for the file corresponding to `srtin`, but it is...