Closed samytichadou closed 4 years ago
If you look the at the python script ( for what i understand ) the duration
and in_time
depend on characters_pr_minute = 900
and lines_pr_minute = 59
In details:
duration = int(((len(f.original_content)/characters_pr_minute)*60)*fps)
in_time = int(((f.original_line/lines_pr_minute)*60)*fps)
Anyway it is just an initial development.
@AndreaMonzini yeah of course ! it was not some complaining of any kind just result of early test for me, i didn't know if you guys were aware of this issue ! thanks for the answer
Actually i am learning Python and i just tried to explain to myself too :) Any help is super welcomed, thank you for the report !
That should be an easy fix once the multi-file commit is ready to be patched(missing join).
I'm not able to reproduce this one. What's your project fps?
Hi, i can reproduce it, 24 fps :
Hi, on linux 19.04 and blender 2.82 (-e5b788bad8bc-linux-glibc217-x86_64), when creating scene strips from the script you put in the latest zip release, i get some overlapping dialog at 01'05"02 Here's what it gives when putting the first dialog one channel up I took a look at the script and i don't think it is wanted. Appart from that , this is a great tool sir ! thanks a lot !