{"id":19096933,"url":"https://github.com/zocker-160/cdimgtools","last_synced_at":"2026-05-26T22:30:16.300Z","repository":{"id":106357489,"uuid":"444241036","full_name":"zocker-160/cdimgtools","owner":"zocker-160","description":"CLI tools to create a DRM free ISO from video DVDs","archived":false,"fork":false,"pushed_at":"2022-01-04T01:28:10.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T00:27:57.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zocker-160.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-04T00:47:10.000Z","updated_at":"2022-05-26T00:27:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"8271b6ae-5180-4cb4-890d-5027599c4e70","html_url":"https://github.com/zocker-160/cdimgtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fcdimgtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fcdimgtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fcdimgtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fcdimgtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zocker-160","download_url":"https://codeload.github.com/zocker-160/cdimgtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240149843,"owners_count":19755753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-09T03:38:13.467Z","updated_at":"2026-05-26T22:30:16.193Z","avatar_url":"https://github.com/zocker-160.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDimg|tools\n\n**NOTE:**\nThis code was copied and uploaded from the [now dead repo over at gna.org](https://web.archive.org/web/20170203202531/http://gna.org/projects/cdimgtools/).\n\nAll credits go to the original author and only a few changes were made to fix compilation issues.\n\n---\n\nCDimg|tools is a set of command line tools to inspect and manipulate CD/DVD\noptical disc images of formats uncommon on free UNIX-like systems (like\nGNU/Linux or BSD).\n\nOne sort of tool is concerned with a certain special image file format,\npossibly a non open one.  It can print information about an image file in this\nformat, or extract parts of its data (e.g. audio tracks or disc sessions) to\nfiles in ``raw'' format, so that they can be further processed by more widely\navailable tools (e.g. for the purpose of playing audio, reading files, burning\ntracks or sessions to optical media).\n\n- NRG is the only supported format for the present.\n\nAnother sort of tool is concerned with the processing of files in a ``raw''\nformat.  It can convert between different variations of formats of the same\ntype, or convert from a raw format to an equivalent well-known self-describing\nformat, or modify the raw data without changing its format.  For the present it\nis possible:\n\n- to demultiplex RAW+96 image files containing both stream data and sub-channel\n  data,\n\n- to decrypt CSS-scrambled VOB files,\n\n- and to decrypt CSS-scrambled DVD Video image files.\n\nCDimg|tools was mainly written under a GNU/Linux OS but should work under other\nUNIX flavours, and perhaps even on other platforms, albeit maybe only partially\n(see the file link:INSTALL.html['INSTALL'] for a list of dependencies).\n\n\n## Commands in the package\n\nlinkpage:raw96cdconv[1]::\n\tThis command is a Perl script that demultiplexes/multiplexes stream data\n\t(audio, raw data or .iso format data) and sub-channel data from a RAW+96\n\timage file.  It handles optical disc images containing stream data and\n\tsub-channel data of a given sector at contiguous positions; this kind of\n\timage file may be either directly created by a ripping program like\n\treadcd(1) or cdrdao(1), or extracted from another image file by nrgtool(1).\n\nlinkpage:nrgtool[1]::\n\tThis command is a Perl script that reads .nrg images (created by Nero),\n\tprints the metadata about the image, and extracts, for each track, the raw\n\tdata to a separate file; disc types such as CDDA, CD-extra and\n\t(multi-session) CD-ROM/DVD-ROM are supported.\n\nlinkpage:cssdec[1]::\n\tThis command decrypts CSS-scrambled VOB files or streams found on DVD Video\n\tdiscs; the title key is obtained transparently by libdvdcss.\n\nlinkpage:dvdimgdecss[1]::\n\tThis command decrypts CSS-scrambled DVD Video discs or image files; it\n\twrites a similar image file containing the same data at the same location;\n\tthe UDF filesystem of the disc is left intact.\n\n\n## Resources\n\n- The official homepage is at link:https://gna.org/projects/cdimgtools[Gna!].\n  There you might find up-to-date information and releases.\n\n- UNIX manual pages that contain usage examples are available for each command.\n\n- Known bugs and limitations are mentioned in the section about \u003c\u003cbugs, issues\u003e\u003e.\n\n- Release notes listing important user-visible changes are available in a\n  separate file link:NEWS.html['NEWS'].\n\n\n[[dependencies]]\n\n## Installation instructions\n\nDownload and installation instructions and a list of dependencies can be found\nin the file link:INSTALL.html['INSTALL'].\n\n\n// Information about bugs and limitations can be found in the file 'BUGS'.\ninclude::BUGS[]\n\n\n## Credits \u0026 License\n\nCDimg|tools was written by Géraud Meyer (g_raud chez gna.org).\n\nCDimg|tools is free software; you can redistribute it and/or modify it under the\nterms of the GNU General Public License version 2 as published by the Free\nSoftware Foundation.\n\nThis package is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nThe full text of the license can be found in the root directory of the project\nsources, in the file 'COPYING'.  Otherwise see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Fcdimgtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzocker-160%2Fcdimgtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Fcdimgtools/lists"}