0:00
uh hello guys uh welcome to this video
0:02
so in this video I will show you uh a
0:05
ffmpg batch processing script which will
0:11
your files with a glob or a pattern so
0:15
let's suppose I have this uh rename.bat
0:18
file right here so it's a batch
0:20
processing script it will basically
0:22
rename all the files which are present
0:24
in this directory right here you will
0:26
see with a pattern so you will see we
0:28
have all these image files which are
0:30
present so I just want to rename this to
0:32
a simple glob or a pattern like this
0:35
which is image 01 image
0:40
02 this pattern if you see this pattern
0:44
image 01 02 03 04 so in many situations
0:48
in FMPG you need these images in rename
0:52
in this pattern so I've given this
0:55
script here in the description of this
0:56
video so once you execute the script uh
1:00
let me just show you so just need to
1:04
open this file so it will automatically
1:07
rename every file in this directory so
1:10
as soon as you do this you will
1:13
see the rename will complete here you
1:18
see so it has actually renamed every
1:21
file with a glob or pattern it's a very
1:24
useful FMPPG batch processing script
1:28
guys i've given the script in the
1:30
description of the video so it will
1:31
actually rename every file with this
1:40
that so let me guide through the script
1:44
here it's a bat processing script so
1:46
first of all we do this and we set count
1:50
is equal to one and then we loop through
1:54
basically providing the extension it can
1:56
be either JPG or PNG image and then we
1:59
actually rename this to this
2:02
pattern you can change this pattern once
2:05
you get the script you can modify this
2:06
as well to whichever pattern or glob
2:09
pattern that you want to rename your
2:10
files after that it displays the message
2:13
rename complete and pause so this is a
2:16
simple image processing bat processing
2:19
script which does this rename task uh
2:23
bulk thank you very much for watching
2:25
this video and also check out my website
2:29
freemediattools.com which contains