Skip to content

Simple two pass ffmpeg transcoding with dynamic loudnorm normalization

Notifications You must be signed in to change notification settings

ignatoff-cd/ffmpeg-simple-transcoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Simple two pass ffmpeg transcoding with dynamic loudnorm normalization

usage: ./transcode.sh FILENAME_PATH  --bitrate=BITRATE_INT --scale=HEIGHT_INT:WIDTH_INT --output=RESULT_FILENAME_PATH --debug

System

  • bash, ffmpeg, ffprobe, which must be installed
  • bash version >= 3.2

Options

  • FILENAME_PATH - abs or relative path to the input video file. Must be the first argument
  • BITRATE_INT - unsigned integer (in kb/s)
  • HEIGHT_INT & WIDTH_INT - unsigned integers both
  • RESULT_FILENAME_PATH - abs or relative path to the result video file
  • --debug - is optional - providing verbose output to stdout

About

Simple two pass ffmpeg transcoding with dynamic loudnorm normalization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages