Jump to content

Can be done?


Gez
 Share

Recommended Posts

Hi all,

I have a .srt file like this:

1

00:02:14,080 --> 00:02:15,115

Stop!

2

00:02:16,000 --> 00:02:17,433

Wait.

3

00:02:22,800 --> 00:02:26,713

Go.

Since the subtitles are not synchronized with the audio I would want to add to each line line 3,5 seconds to obtain this:

1

00:02:17,580 --> 00:02:18,615

Stop!

2

00:02:19,500 --> 00:02:20,933

Wait.

3

00:02:26,300 --> 00:02:30,213

Go.

Can be done whit an Autoit script?

And if yes what functions can help me?

Suggestions are welcome

Link to comment
Share on other sites

To answer in the same manner as you have asked your initial question.

Can it be done?

It probably can!

EDIT:

Now that I have read the question the answer is:

Yes, it can be done. And it is so simple that you can do it yourself.

Take a look at FileRead, StringSplit, FileWrite in the help file.

Edited by Uten
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...