spion / subsync

Fix the syncronization of your srt subtitles.
71 stars 5 forks source link

can only shift by seconds, not miliseconds #9

Open jan-sopi opened 1 year ago

jan-sopi commented 1 year ago

it's not really a bug, it's just a feature that's not implemented but I feel like it's incredibly important when I try shifting by 5.07 seconds for example it only shifts by 5

spion commented 1 year ago

It should technically work up to miliseconds as far as I remember (its been a while)

https://github.com/spion/subsync/blob/master/subsync.js#L26

do you have a broken sample?

Also, I guess this package could really benefit from some tests :grinning: