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 :

[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]A(original)[/TD]
[TD]B (time changed)[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]ffmpeg -i zxcv.mp4 -ss 00:00:05 -t 00:00:7 -codec copy output.mp4[/TD]
[TD]ffmpeg -i zxcv.mp4 -ss 00:01:10 -t 00:00:7 -codec copy output.mp4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]ffmpeg -i zxcv.mp4 -ss 00:02:15 -t 00:00:7 -codec copy output.mp4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


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

[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]A ( time was done )[/TD]
[TD]B (keywords for replacing)[/TD]
[TD]C (change output keyword to B column keywords[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]ffmpeg -i zxcv.mp4 -ss 00:01:10 -t 00:00:7 -codec copy output.mp4[/TD]
[TD]a[/TD]
[TD]ffmpeg -i zxcv.mp4 -ss 00:01:10 -t 00:00:7 -codec copy a.mp4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ffmpeg -i zxcv.mp4 -ss 00:02:15 -t 00:00:7 -codec copy output.mp4[/TD]
[TD]b[/TD]
[TD]ffmpeg -i zxcv.mp4 -ss 00:02:15 -t 00:00:7 -codec copy b.mp4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ffmpeg -i zxcv.mp4 -ss 00:03:20 -t 00:00:7 -codec copy output.mp4[/TD]
[TD]c[/TD]
[TD]ffmpeg -i zxcv.mp4 -ss 00:03:20 -t 00:00:7 -codec copy c.mp4[/TD]
[/TR]
</tbody>[/TABLE]
 

Forum statistics

Threads
1,226,849
Messages
6,193,321
Members
453,790
Latest member
yassinosnoo1

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