Skip to content

How to batch convert .mov video to .mp4 format using the ffmpeg command line tool. It provides instructions on how to install ffmpeg, prepare the input files, and run a shell script to perform the conversion.

lihom/batch_convert_mp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch convert MOV to MP4

How to batch convert .mov video to .mp4 format using the ffmpeg command line tool. It provides instructions on how to install ffmpeg, prepare the input files, and run a shell script to perform the conversion.

Software installation

  1. Install ffmpeg.
brew install ffmpeg

How to use

  1. Open the terminal and navigate to the batch_convert_mp4 folder.
  2. Place your video files in the batch_convert_mp4/input folder.
  3. The video files must be in .mov format.
  4. Once everything is ready, run the shell script.
sh batch_convert_mp4.sh
  1. After the batch_convert_mp4.sh script finishes running, check the output folder to see the converted files.

About

How to batch convert .mov video to .mp4 format using the ffmpeg command line tool. It provides instructions on how to install ffmpeg, prepare the input files, and run a shell script to perform the conversion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages