Skip to content

Honest-Objections/web-media-conversion-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Web Converion Scripts

This repository is for scripts that will help make your content more web friendly. Currently, this involves only one script, to convert images and videos within a folder to either webm or webp.

To use this script, download it from the repo and move it to the target folder and execute:

$ mv ~/Downloads/web-conversion.bash /my/target/directory
$ bash web-conversion.bash

You will be prompted as to whether you need to keep other content.

Prerequisites

You will need to have the appropriate command line tools installed:

  • ffmpeg: brew install ffmpeg –with-libvpx –with-libvorbis –with-fdk-aacc
  • cwebp

About

Bash script to convert images and videos to webm and webp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages