Differences

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

Link to this comparison view

Next revision
Previous revision
bluray_copy [2018/03/28 05:21] – created beandogbluray_copy [2025/02/12 13:43] (current) beandog
Line 1: Line 1:
 ====== bluray_copy ====== ====== bluray_copy ======
 +
 +  * [[Blu-ray]]
 +  * [[bluray_info]] - main package
 +  * [[https://github.com/beandog/bluray_info]] - source code
 +  * [[https://github.com/beandog/bluray_info/releases]] - releases
  
 ''bluray_copy'' is a program that ships with the ''bluray_info'' package of utils. You can use it to copy a track directly off a disc either to your drive, or to stdout. ''bluray_copy'' is a program that ships with the ''bluray_info'' package of utils. You can use it to copy a track directly off a disc either to your drive, or to stdout.
 +
 +** You will need [[libaacs]] installed and a valid KEYDB.cfg file for copying. See [[Blu-ray DRM]] for details. **
  
 See ''bluray_copy --help''. See ''bluray_copy --help''.
- 
-Here's a sample: 
  
 <code> <code>
-bluray_info 1.4 display information about a Blu-ray disc+bluray_copy copy a Blu-ray title or playlist to a file
  
-Usage: bluray_info [options] [filename]+Usage: bluray_copy [path] [options]
  
 Options: Options:
-  -t, --track [number]     Limit to one title track +  -m, --main               Copy main title (default) 
-  -p, --playlist [number]  Limit to one playlist +  -t, --title <#>          Copy title number 
-  -m, --main     Limit to main title +  -p, --playlist <#>       Copy playlist number 
-  -k, --keydb    Location to KEYDB.CFG (default: use libaacs to look up)+  -c, --chapter <#>[-#   Copy chapter number or range
  
-Detailed information+Destination
-  -v, --video              Display video stream details +  -o, --output <filename>  Save to filename (default: bluray_title_###.m2ts) 
-  -a, --audio              Display audio stream details +      --output -           Write to stdout
-  -s, --subtitles          Display subtitle details +
-  -c, --chapters           Display chapter details +
-  -x, --all                Display all information+
  
-Formatting+Other
-  -j, --json               Display output in JSON format +  -k, --keydb <filename>   Location to KEYDB.cfg (default: ~/.config/aacs/KEYDB.cfg) 
-  -i, --id    Display disc ID +  -a, --angle <#>          Video angle (default: 1) 
-  -u, --volname    Display UDF volume name title (iso or device only) +  -h, --help    This output 
-Blu-ray path can be a device filename, a file, or a directory.+      --version    Version information
  
-Examples: +Blu-ray path can be a device, a filename, or directory; default is /dev/sr0
-  bluray_info /dev/bluray +
-  bluray_info movie.iso +
-  bluray_info bluray/ +
- +
-Default device filename is /dev/sr0 +
- +
-For more information, see http://dvds.beandog.org/+
 </code> </code>
 +
 +See ''man bluray_copy'' for instructions.

Navigation