If you _litterally_ want to replace 00:01:30 by 00:01:27 then I suggest you simply do that.
If you want to subtract 3 from the seconds indicator, then I suggest you use something like Excel for that. You possibly could use Notepad++ to reformat the times first and/or extract them.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
chaing 00:01:30 into 00:01:27 but i'm having problems with notepad++. I'm new witht his.
I tried.
search: ([0-9][0-9])\:([0-9][0-9])\:([0-9][0-9]),
replace: \1:\2:\3>-3>,
and failed :(
What was your result then?
If you _litterally_ want to replace 00:01:30 by 00:01:27 then I suggest you simply do that.
If you want to subtract 3 from the seconds indicator, then I suggest you use something like Excel for that. You possibly could use Notepad++ to reformat the times first and/or extract them.