RU.08 said:
Hi Skippy, here's the direct link to the script (in the link they sent you):
I am intending to match the vertical position for each individual sub eventually, but you could easily have a go at that yourself for your version... you just change the sub_pos setting when calling it. Here's the calling function in its current version:
I believe it is LD synced but with the first 2393 frames purged like this:
trim(2392,0)
So you should be able to call it like this without needing to change any of the frame numbers (after you've made it 1080p):
trim(0,2391) ++ trim(2392,0).AddSubtitles()
Thank you for this! I was doing it the rough way and timing when the subtitles should appear and fade out, this'll make it easier.
I'm kind of reluctant to finish it since your progress seems far better than mine.