Table of Contents
beandog's mostly dvds multimedia wiki
This wiki is a collection of notes that I've gathered over the years when it comes to accessing, ripping and encoding DVDs on Linux.
- https://github.com/beandog?tab=repositories - my github page of all my multimedia projects
 - Linux Blu-ray and DVD software - mirrors for libraries and software
 - DVD-Video Information - best reference
 - Wikibook: Inside DVD Video - a technical reference for authors, developers (must read!)
 
DVDs
- dvd_info - a small set of DVD utilities written in C
 - dvd_copy - copy a track to fileystem or stdout
 - dvd_drive_status - check if a drive is empty, polling, closed with or without a disc (Linux plus limited *BSD support)
 - dvd_eject - close tray with checks to tell you when it's finished polling
 - dvd_rip - a tiny DVD ripper
 - dvd_player - a DVD player
 - lsdvd - the original!
 
- Kernel Messages - documentation of various events sent to syslog
 
Blu-ray
- bluray_info - print information about Blu-ray discs
 - bluray_copy - dump track to filesystem or stdout (ships with bluray_info package)
 - bluray_player - a Blu-ray player
 - http://bluray.beandog.org/ - tarballs I like to hang onto
 - libbluray - main Blu-ray libraries
 - libaacs - software to access Blu-rays with DRM
 
Containers
Codecs
Encoding
Playback
References
Software
Video CDs
VHS
Operating Systems
Archives
Hardware
- Sony XBR-65X900F - my 4K TV
 - Zotac ZBOX-BI320 - my old Plex server hardware
 - HL-DT-ST_DVDRW_BDROM_CH20N - Blu-ray drive
 
Links
Development
- libdvdread / libdvdnav mailing list - new, hosted at VideoLan (VLC)
 - libdvdread / libdvdnav mailing list old, hosted at MPlayer
 
General Notes
- I reference this multimedia wiki a lot because it is an excellent resource of technical information.