replace the list of words with selected list of words. and change the time automatically

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>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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