Skip to content

(a) Small bash script to convert video file(s) into multiple formats that (aim to be) supported by any device

License

Notifications You must be signed in to change notification settings

ET-CS/cross-browser-video-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cross-browser-video-convert

(a) Small bash script to convert video file(s) into multiple formats that (aim to) supported by any device

prerequisites:

  • ffmpeg

usage:

$ ./process.sh [file-name]

where file-name is a any video files with codec and format compatible by ffmpeg (ffmpeg -codecs, ffmpeg -formats)

this script will generate 3 files:

  • .avi file
  • .webm file
  • .ogv file

for serving in websites using video element, js video player, and any way you serve your video file to browsers.

About

(a) Small bash script to convert video file(s) into multiple formats that (aim to be) supported by any device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages