Skip to content
/ 2mp4 Public

simple batch video file container type changer. reusing existing compressed data.

License

Notifications You must be signed in to change notification settings

splace/2mp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Batch Re-Container video files.

Examples:

convert all video files in the current directory to "video/mp4", using ffmpeg.

2mp4.sh

all video files in current directory to "video/x-flv".

2mp4.sh flv

Notes

  • what files are videos is determined by the operating systems mime types.

  • the codec in the source file must be compatible with the target container.

  • the container(s) must be supported by the conversion program.

  • when the conversion program reports success the source file is deleted. (so copy/symlink/lock for absolute safety.)

About

simple batch video file container type changer. reusing existing compressed data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages