{"id":49575179,"url":"https://github.com/rollecode/dvdrip","last_synced_at":"2026-06-06T11:31:47.879Z","repository":{"id":31547733,"uuid":"35112354","full_name":"rollecode/dvdrip","owner":"rollecode","description":"A killer way to backup a DVD (in other words, use MakeMKV)","archived":false,"fork":false,"pushed_at":"2015-05-05T19:00:16.000Z","size":132,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-03T16:24:07.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rollecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-05T16:54:16.000Z","updated_at":"2025-11-27T11:36:15.000Z","dependencies_parsed_at":"2022-09-09T20:42:14.124Z","dependency_job_id":null,"html_url":"https://github.com/rollecode/dvdrip","commit_stats":null,"previous_names":["rollecode/dvdrip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rollecode/dvdrip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fdvdrip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fdvdrip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fdvdrip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fdvdrip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollecode","download_url":"https://codeload.github.com/rollecode/dvdrip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fdvdrip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33981122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-03T16:10:57.220Z","updated_at":"2026-06-06T11:31:47.861Z","avatar_url":"https://github.com/rollecode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dvdrip.sh\n## A killer way to backup a DVD\n\n**This is an experiment and probably doesn't work because of the old and inaccurrate commands. Blu-ray command in `rip_commands.sh` is tested working on Linux.** Most probably best to go with [MakeMKV](http://www.makemkv.com/) or [Handbrake](https://handbrake.fr/) GUI to get progressbar (ripping discs can take a long time).\n\ndvdrip.sh is originally a bash script for making mkv files with multiple subtitles and audio tracks out of old school DVD disc. Extremely handy for backing up films to [Plex Home Theater](http://www.plex.tv). Also good for learning what is happening during the process.\n\nThis bash script will output a lossless quality DVD rip with a size proximately from 1 gigabytes to 4 depending on the length and quality of the original DVD.\n\n[MakeMKV](http://www.makemkv.com/) or [Handbrake](https://handbrake.fr/) does the same and better, but on non-GUI systems and for old-school hackers a bash script can be a better choice.\n\nLast [dvdrip.sh](https://raw.githubusercontent.com/ronilaukkarinen/dvdrip/2f67dcb6587dab67eb51e0b38f5f10a5a7f0049c/dvdrip.sh) tested working with OS X Yosemite, but with audio/sub not in sync.\n\n### Requirements\n\n- Python 2.6\n- Mac OS X or Linux\n- lsdvd\n- mplayer\n- mencoder with xvid support (usually included with mplayer-devel)\n- ogmtools (for dvdxchap)\n- mkvtoolnix (for mkvmerge)\n- transcode\n- subtitleripper (for subtitle2vobsub)\n- tccat (smallshrink for Mac OS X)\n\n#### Mac OS X\n\nYou can install most of these with [MacPorts](http://www.macports.org) and the rest with [Homebrew](http://brew.sh).\n\nTo get mencoder to work properly, use `sudo port install mplayer-devel \u0026\u0026 sudo port upgrade --enforce-variants mplayer-devel +mencoder_extras`\n\nFor `tccat` you will need [smallshrink](https://code.google.com/p/smallshrink/) and to symlink tccat with `ln -s /Applications/SmallShrink.app/Contents/Resources/tccat /usr/local/bin/tccat` and make it executable by `sudo chmod +x /usr/local/bin/tccat`.\n\n#### Linux\n\nMost of the package repositories have these packages by default.\n\n#### Windows\n\nSorry, but no.\n\n### Usage\n\n1. Clone this repository\n2. Run `sh dvdrip.sh` or make global by `sudo cp /path/to/dvdrip.sh /usr/local/bin/dvdrip` and run `dvdrip`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fdvdrip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollecode%2Fdvdrip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fdvdrip/lists"}