[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:08] actually rename all [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 [0:32] to 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:16] will [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:34] pattern. You will see [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 [2:04] once you get the script you can modify [2:06] this as well to whichever pattern or [2:08] glob pattern that you want to rename [2:10] your files. After that it displays the [2:13] message rename complete and pause. So [2:16] this is a simple image processing bat [2:18] processing script which does this rename [2:22] task uh bulk. Thank you very much for [2:25] watching this video and also check out [2:27] my website [2:29] freemediattools.com which contains [2:31] thousands of tools.