SublerApp / Subler

mp4 muxer and editor, to add tx3g subtitles, video, audio and chapters tracks compatible with quicktime in mp4
https://subler.org
Other
52 stars 7 forks source link

README

What is this repository for?

Subler is an Mac OS X app created to mux and tag mp4 files. The main features includes:

Build and run

Clone the repository and include all submodules

git clone --recurse-submodules https://github.com/SublerApp/Subler.git

If you already cloned without submodules and need to add the submodules manually, cd into the ./Subler directory and clone the dependency submodules with

git submodule update --init --recursive

Open Subler.xcodeproj in XCode

Build and run the project by selecting the 'Subler' scheme (Product -> Scheme -> Subler) and clicking the 'Run' button in Xcode’s toolbar.