Script for automated backup of DVDs, SD vob and HD m2ts files for GNU/Linux and MacOS X. It works in _completely unattended mode_ and is designed to run in the background. It rips ALL subtitles and ALL audio tracks and transcodes video to x264, profile 3.1, crf mode, with b-frames. Video stream is cropped to get rid of black borders. Chapters work. The container is MKV.
Script for automated backup of DVDs, SD vob and HD m2ts files for GNU/Linux and MacOS X. It works in _completely unattended mode_ and is designed to run in the background. It rips ALL subtitles and ALL audio tracks and transcodes video to x264, profile 3.1, crf mode, with b-frames. Video stream is cropped to get rid of black borders. Chapters work. The container is MKV.
To install x264transcode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install x264transcode
To see what files were installed by x264transcode, run:
port contents x264transcode
To later upgrade x264transcode, run:
sudo port selfupdate && sudo port upgrade x264transcode
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.