Releases: sverrirs/mp4combine
Releases · sverrirs/mp4combine
v2.5.0
- New switch
--noaudio
that disables merging of the audio channels from the source clips.
- New switch
--burnsubs
that embed the first soft subtitles track present in the source clips into the output video.
v2.4.0
- Experimental support for
--burnsubs
option to embed soft subtitles from source files into the destination video.
v2.3.0
- Support added for cut point files to be able to trim start and end of input files
v2.2.0
- Fixes for non-ascii input file names
- Supports combining video files with different sizes and aspect ratios
- Only splits files when final filesize exceeds limit
- Minor output improvements
- Minor documentation improvements
v2.1.0
- Fixing bug in mp4box for paths that have non ascii characters (upgraded executable binary)
- Fixing bug for relative paths when working path for script is not the script directory itself
v2.0.0
- Major refactoring to better support seekable error free video files on xbox and playstation
- Inclusion of FFMPEG for transcoding of mp4 to fix inconsistencies in encoding and indexing
- Reworking of the splitting of files to make code simpler
- Improved output formats of the script
- Included both latest binary distributions of mp4box and ffmpeg windows versions with the script
v1.0
First production release. Project and main script file renamed.
v0.2
First release that contains most of the final features of the tool. You should use this version until there is a newer one available.