create automated time and replace few keywords excel formulae

geetethan

New Member
Joined
May 19, 2016
Messages
8
i want to get automated add time for every 00:01:05, example 00:00:00,00:01:05,00:02:10,00:03:15. like this i want upto 5 hours.... example :

A(original)B (time changed)C
ffmpeg -i zxcv.mp4 -ss 00:00:05 -t 00:00:7 -codec copy output.mp4ffmpeg -i zxcv.mp4 -ss 00:01:10 -t 00:00:7 -codec copy output.mp4
ffmpeg -i zxcv.mp4 -ss 00:02:15 -t 00:00:7 -codec copy output.mp4

<tbody>
</tbody>

see in column B the time has to get updated for every 1 minute 5 seconds.00:01:05,

A ( time was done )B (keywords for replacing)C (change output keyword to B column keywordsD
ffmpeg -i zxcv.mp4 -ss 00:01:10 -t 00:00:7 -codec copy output.mp4affmpeg -i zxcv.mp4 -ss 00:01:10 -t 00:00:7 -codec copy a.mp4
ffmpeg -i zxcv.mp4 -ss 00:02:15 -t 00:00:7 -codec copy output.mp4bffmpeg -i zxcv.mp4 -ss 00:02:15 -t 00:00:7 -codec copy b.mp4
ffmpeg -i zxcv.mp4 -ss 00:03:20 -t 00:00:7 -codec copy output.mp4cffmpeg -i zxcv.mp4 -ss 00:03:20 -t 00:00:7 -codec copy c.mp4

<tbody>
</tbody>

I need formula very badly thanks for the help..))))))
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
You can write 00:00:00,00:01:05 one below the other and select the two cells and drag from the bottom right corner up to the 5 hour mark.
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,204
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top