Coder Social home page Coder Social logo

sylsau / ffmpeg-bulk Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 1.0 17 KB

Convert multiple media files at once with ffmpeg, in pure and secure bash.

Shell 98.81% Makefile 1.19%
ffmpeg-script ffmpeg script media-library bulk bash-script media-converter

ffmpeg-bulk's Introduction

ffmpeg-bulk.sh v20230604
	Convert multiple media files at once with ffmpeg.
	In pure and secure bash.
REQUIREMENTS
	ffmpeg
USAGE
	ffmpeg-bulk.sh FILES... (--to|-t) EXTENSION [--args-in|-ai INPUT_ARGS] [--args-out|-ao OUTPUT_ARGS] [--force|-f] [--log-level LOG_LEVEL]
OPTIONS AND ARGUMENTS
	EXTENSION 		format of output files
	INPUT_ARGS 		ffmpeg arguments for the input file
	OUTPUT_ARGS		ffmpeg arguments for the output file
	--force			overwrite files 
	LOG_LEVEL		change ffmpeg '-loglevel'
				(default: 'error', ffmpeg default: 'info')
EXAMPLE
	Convert all flac and wav files in the current directory to opus with the specified options:
		$ ffmpeg-bulk.sh *.flac -t opus --args-out "-b:a 320k" *.wav
SEE ALSO
	ffmpeg(1)
AUTHOR
	Written by Sylvain Saubier
REPORTING BUGS
	Mail at: <[email protected]>

ffmpeg-bulk's People

Contributors

sylsau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rupeshforu3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.