Skip to content

Python-based GUI application for adding subtitle streams to video files

Notifications You must be signed in to change notification settings

BrianHooper/subtitles_merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

subtitles_merge

subtitles_merge is a GUI application for batch adding subtitle streams to video files. Each video file is processed using the appropriate application for the file type, such as ffmpeg or mkvtoolnix, if it exists on your machine.

Screenshots

Main

Each line in the videos column corresponds to a single .srt file in the subtitles column that will be added to the video as a stream.

Merge in process

Results

The report screen shows which video files were successful or not, as well as a detailed output showing the result of the underlying commands.

Requirements:

  • Python 3.6+
  • PyQT5
  • MkvToolNix (for .mkv files)
  • ffmpeg (for .mp4 files)

About

Python-based GUI application for adding subtitle streams to video files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages