Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dvd_info [2023/12/26 08:48] beandogdvd_info [2025/02/07 10:29] (current) beandog
Line 8: Line 8:
   * [[dvd_drive_status]]   * [[dvd_drive_status]]
   * [[dvd_player]]   * [[dvd_player]]
-  * [[dvd_trip]]+  * [[dvd_rip]]
  
 My own set of C programs that are small utilities for reading DVD info, and managing DVD drives. My own set of C programs that are small utilities for reading DVD info, and managing DVD drives.
Line 19: Line 19:
   * ''dvd_copy'' - copies a title straight to harddrive or stdout   * ''dvd_copy'' - copies a title straight to harddrive or stdout
   * ''dvd_player'' - a DVD player using [[mpv|libmpv]]   * ''dvd_player'' - a DVD player using [[mpv|libmpv]]
-  * ''dvd_trip'' - a DVD ripper using [[mpv|libmpv]]+  * ''dvd_rip'' - a DVD ripper using [[mpv|libmpv]]
   * ''dvd_debug'' - a program to display an excessive amount of information about a DVD   * ''dvd_debug'' - a program to display an excessive amount of information about a DVD
  
Line 35: Line 35:
  
 See ''--help'' for all the fancy stuff it can do. A man page (man dvd_info) is also included. See ''--help'' for all the fancy stuff it can do. A man page (man dvd_info) is also included.
- 
-<code> 
-dvd_info - display information about a DVD 
- 
-Usage: dvd_info [path] [options] 
- 
-Options: 
-  -t, --track <number>  Limit to selected track (default: all tracks) 
-  -j, --json            Display output in JSON format 
- 
-Detailed information: 
-  -v, --video           Display video streams 
-  -a, --audio           Display audio streams 
-  -s, --subtitles       Display VobSub subtitles 
-  -c, --chapters        Display chapters 
-  -d, --cells           Display cells 
-  -x, --all             Display all 
- 
-Narrow results: 
-  -l, --longest Track with the longest length 
-  -A, --has-audio       Track has audio streams 
-  -S, --has-subtitles   Track has VobSub subtitles 
-  -E, --seconds <secs>  Track has minimum number of seconds 
-  -M, --minutes <mins>  Track has minimum number of minutes 
-  -T, --vts <number>    Track is in video title set number 
-  -L, --valid Track is marked as valid 
- 
-Other: 
-  -i, --id Display DVD ID only 
-  -u, --volume Display DVD UDF volume name only (for ISO or disc) 
-  -g, --xchap           Display title's chapter format for mkvmerge 
-  -h, --help            Display these help options 
-      --version         Display version 
- 
-DVD path can be a device name, a single file, or a directory (default: /dev/sr0) 
-</code> 
  
 === Human-friendly output === === Human-friendly output ===

Navigation