
swaugh
New User
Sep 4, 2010, 4:24 AM
Post #1 of 2
(1165 views)
|
|
Set time in the file
|
Can't Post
|
|
Hi All, I am searching regular expression for below problem. I have a large input file, contains lines of this sort 00:02:58,262 --> 00:03:01,473 00:03:05,561 --> 00:03:07,771 ie. hh:mm:ss,no --> hh:mm:ss,no Problem is here, there is a time difference so I need to set these times in another file. Let say for the above example there is a time difference of 3 sec so the output should be 00:03:01,262 --> 00:03:03,473 00:03:08,561 --> 00:03:10,771 Could you please help me or any pointers will be helpful.. Thanks in advance.
|