A ffmpeg image, You could easily convert video to another format
336
function ffmpeg_fn() {
command=" $@ "
pwd=`pwd`
owner=`whoami`
command="docker run -it --rm -v $(pwd):/temp_dir -w /temp_dir puritys/ffmpeg ffmpeg $command"
echo $command
$command
}
Content type
Image
Digest
Size
547.9 MB
Last updated
over 7 years ago
docker pull puritys/ffmpeg