This small batch script will use ffmpeg to crop our 1:1 video into vertical and horizontal formats.

I’m writing this one quickly as it’s been a while and I forgot about all the formatting and nice organization that I would otherwise love to keep putting into these. It’d due for a refresh.
In any case, today I spent some time coming up with a script that can quickly crop square videos into the classic 16:9 and 9:16 aspect ratios.
The script points to your ffmpeg path, and as always I just dropped the bat file into the “sendTo” shell folder. If this sounds like nonsense, it’s because I purposedly write obtusely to try to look cooler.
⚠️ Keep in mind, this is a tool for quickly sharing and testing the formats. Always output final deliverables at high quality using your usual tool of choice
1. How do I install the thing?
It take approx 1-3 minutes so buckle up. There are two elements to this tool: ffmpeg and the batch script.
a. ffmpeg
Most likely you already have ffmpeg installed on your computer. But if you don’t you’re going to want to get it clicking here (windows):
After downloading, extract the folder and rename it to just “ffmpeg”. Then, place it on your C:/Program Files/ folder, that it ends like this:
📁 C:/Program Files/ffmpeg
If there is already an ffmpeg folder there, it means you already have it installed and can move to the next step.
b. The script
You can download the script from here, or make it yourself.
🔗 Download: SocialAspectRatios.bat
I don’t know if windows will have issues with downloading “.bat” files from the internet without freaking out, so if the download doesn’t work you can make it yourself:
Create a .txt file anywhere. Open it to edit, and paste the following code:
After that, save the file and rename it to “Crop to Socials.bat”. Make sure that the extension changes to .bat.
c. Creating the shortcut
You can put the “.bat” file inside:
📂 C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\SendTo
Alternatively, you can press Windows Key + R, and type:

Then press OK. This will take you to the same folder. You can rename the file to whatever you want. And now, you should be able to easily right click on any video file, Send To → and watch the magic happen!
🔥 (Bonus - this is a good time to delete all the other awful shortcuts that Windows and other programs adds to that Send To: folder, that no one ever uses!)

Rolando Barry
Other
Posts




