Development

FFmpegr; A way to make FFmpeg commands easy

FFmpeg the media handler that runs from command line can be confusing to those new to the concept. FFmpeg is an excellent tool and when working can do a variety of useful things just from the command line. FFmpegr is a website that allows you to create FFmpeg commands without any knowledge of FFmpeg syntax.

I built FFmpegr to save me time because id often need to copy a script or look up how to trim, download or stream some media. But now I just need to navigate to FFmpegr and input my parameters and whammo I get the FFmpeg command ready to use.

FFmpeg download command builder

FFmpegr is built for speed and simplicity, Bootstrap 4 and PHP with full responsive ness. This overall project didn’t take much time to build at all.

FFmpegr

Once you have inserted your parameters you can even download it as a text file, meaning all you have to do is drop it into your FFmpeg directory rename from .txt to .bat and double-click it. Simple.

FFmpegr command ready to use

Something so simple and small hopefully can be a convenience to others as it has been for me. If you want to save time and get FFMpeg commands quick FFmpegr is the go.

Share

Recent Posts

Kennington reservoir drained drone images

A drained and empty Kennington reservoir images from a drone in early July 2024. The…

1 year ago

Merrimu Reservoir drone images

Merrimu Reservoir from drone. Click images to view larger.

1 year ago

FTP getting array of file details such as size using PHP

Using FTP and PHP to get an array of file details such as size and…

2 years ago

Creating Laravel form requests

Creating and using Laravel form requests to create cleaner code, separation and reusability for your…

2 years ago

Improving the default Laravel login and register views

Improving the default Laravel login and register views in such a simple manner but making…

2 years ago

Laravel validation for checking if value exists in the database

Laravel validation for checking if a field value exists in the database. The validation rule…

2 years ago