SplitBySubs
SplitBySubs copied to clipboard
Splits up movie files according to subtitle files
I tried the following command, but got the wrong result. Can you tell me what went wrong? Thank you very much. python split_by_subs.py .\400652224-1-192.avi .\400652224-1-192_hannel_1.srt Traceback (most recent call last):...
Also fixed having multiple video format options defined for hardsubbing and adjusting for Twitter/Instagram This incorporates #1 I've moved out the composition of -vf parameter so that cmd line have...
For cases when timestamp is too small the `str(start_secs)` gives `1.11111111111e-05`, which obviously cannot be consumed by ffmpeg as `-ss` argument value. Simplest solution is taken from [here](https://stackoverflow.com/questions/38847690/convert-float-to-string-without-scientific-notation-and-false-precision)