https://github.com/lu-zero/dvdtools
Random tools to edit DVD.
https://github.com/lu-zero/dvdtools
Last synced: about 2 months ago
JSON representation
Random tools to edit DVD.
- Host: GitHub
- URL: https://github.com/lu-zero/dvdtools
- Owner: lu-zero
- License: lgpl-2.1
- Created: 2014-10-24T18:32:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T20:47:22.000Z (about 10 years ago)
- Last Synced: 2024-05-02T00:15:05.837Z (about 1 year ago)
- Language: C
- Size: 439 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# dvdtools
collection of utilities to dissect and compose dvd video.
## License
All the code is under LGPL-2.1 see the COPYING file.
## Tools
### Inquiry
#### dump_ifo
Print the content of the ifo file in an human readable fashion.#### print_vobu
Print the VOB Units, essentially parsing the NAV Packet information.#### print_cell
Print the CELL information.### Dissection
#### dump_vobu
Split a title or a menu into its independently decodable group of vobus.#### dump_cell
Split a title or a menu into single units, basically from NAV to NAV.### Restructure
#### make_vob
Repair the NAV sector information so it matches the current file structure.#### rewrite_ifo
Repair the sector offsets to match the ones in the title and menu files.## Usage
The tools currently let you try to fix and repair partially broken DVD, including re-encoding/concealing broken segment and make sure the damage to the menu is limited.