mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 09:57:29 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/cdparanoia
Normal file
25
tldr/cdparanoia
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cdparanoia
|
||||
|
||||
> Extract audio tracks from CDs.
|
||||
> More information: <https://xiph.org/paranoia/manual.html>.
|
||||
|
||||
- Extract all tracks and write them into separate WAV files named `track#.wav`:
|
||||
|
||||
`cdparanoia {{[-B|--batch]}}`
|
||||
|
||||
- Print the CD's table of contents to the terminal:
|
||||
|
||||
`cdparanoia {{[-Q|--query]}}`
|
||||
|
||||
- Extract tracks 2 to 5 and write them into a single WAV file:
|
||||
|
||||
`cdparanoia 2-5`
|
||||
|
||||
- Extract track 3 and write it into a file called `path/to/file.wav`:
|
||||
|
||||
`cdparanoia 3 '{{path/to/file.wav}}'`
|
||||
Reference in New Issue
Block a user