このページは大阪弁化フィルタによって翻訳生成されたんですわ。

翻訳前ページへ


Rip CD from command line
Rip CD from command line

With Piso, you can rip Audio CD to musical files from command line. It can rip CD to mp3, flac, ape, wma, or wav files. By default, each track in the disc will be ripped to a separate musical files. However, you can also rip all tracks in the disc to a single musical file. In such case, a cue file will be created to describe tracks format.

The output file name formats can be changed in PowerISO configuration dialog box.  Click "View or change configuration" on how to change PowerISO configurations.

Usage: piso rip <source drive:> [-switches]

<Switches>

 

Example1: Rip Audio CD to mp3 files from command line. Each track will be ripped to a separate mp3 file. The disc is in drive E:. The output file will be saved in c:\test\rip .

Command: piso rip E: -od c:\test\rip -ot mp3

 

Example2: Rip Audio CD to flac files from command line. Each track will be ripped to a separate flac file. The disc is in drive E:. The output file will be saved in c:\test\rip .

Command: piso rip E: -od c:\test\rip -ot flac

 

Example3: Rip Audio CD to ape files from command line. Each track will be ripped to a separate ape file. The disc is in drive E:. The output file will be saved in c:\test\rip .

Command: piso rip E: -od c:\test\rip -ot ape

 

Example4: Rip Audio CD to wma files from command line. Each track will be ripped to a separate wma file. The disc is in drive E:. The output file will be saved in c:\test\rip .

Command: piso rip E: -od c:\test\rip -ot wma

 

Example5: Rip Audio CD to wav files from command line. Each track will be ripped to a separate wav file. The disc is in drive E:. The output file will be saved in c:\test\rip .

Command: piso rip E: -od c:\test\rip -ot wav

 

Example6: Rip Audio CD to a single flac file from command line. All tracks in the disc will be ripped to a single flac file. The disc is in drive E:. The output file will be saved in c:\test\rip\new.flac. A cue file will be created to describe the tracks format.

Command: piso rip E: -od c:\test\rip\new.flac -ot flac -rip-to-single-file