SplitBySubs
SplitBySubs copied to clipboard
Fix scientific representation of floats
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