Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg-bulk.sh v20260730
	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')
VARIABLES
	FFMPEG			path to ffmpeg executable
EXAMPLE
	Convert all flac and wav files in the current directory to opus with the specified options and a custom binary:
		$ export FFMPEG=/usr/local/bin/my_ffmpeg
		$ 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: <saubiersylvain@gmail.com>

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages