Skip to content

Simple script for batch muxing/merging of video and audio files

Notifications You must be signed in to change notification settings

alessandro893/ffmpeg-batch-remux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

FFMPEG batch remux

Simple script for batch muxing/merging of video and audio files. This script replacing original audio tracks with external audio files.


Requirements:

FFMPEG


Usage:

  • (script arg1 arg2)
  • arg1 = path to video files folder
  • arg2 = path to audio files folder
  • arg3 (unnecessary) = additional ffmpeg arguments
  • /bin/remux /path-to-video_files /path-to-audio_files

Important:

Merged files will be stored in "remuxed" folder under original video files folder.

!!! Same Video and Audio file names are necesary !!!