답변:
Stuffit Expander ( 그 사이트에서 다운로드하고 싶거나 애드웨어 쓰레기를 얻지 않으려는 경우 에만 StuffIt Expander를 선택하십시오 ) bin 파일을 열 수 있으며 큐 파일은 bin 파일에 대한 정보 맵 일뿐입니다.
볼륨으로 볼 수 있는지 잊어 버렸지 만 파일이 몇 개 이상인 경우 변환하는 것은 긴 과정입니다.
binchunker를 사용하여 .bin / .cue 파일을 Mac의 단일 .iso 파일로 변환합니다. Homebrew 또는 Macports를 통해 binchunker를 얻을 수 있습니다.
맨 페이지의 추가 정보는 다음과 같습니다.
bchunk - CD image format conversion from bin/cue to iso/cdr
SYNOPSIS
bchunk [-v] [-p] [-r] [-w] [-s] <image.bin> <image.cue> <basename>
DESCRIPTION
bchunk converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks.
The bin/cue format is used by some non-Unix cd-writing software, but is not supported on most other cd-writing pro-
grams.
image.bin is the raw cd image file. image.cue is the track index file containing track types and offsets. basename
is used for the beginning part of the created track files.
The produced .iso track contains an ISO file system, which can be mounted through a loop device on Linux systems, or
written on a CD-R using cdrecord. The .cdr tracks are in the native CD audio format. They can be either written on a
CD-R using cdrecord -audio, or converted to WAV (or any other sound format for that matter) using sox.
It is advisable to edit the .cue file to either MODE2/2352/2048 or MODE2/2352/2324 depending on whether an ISO
filesystem or a VCD is desired, respectively. The format itself does not contain this feature and in an ambiguous
case it can only guess.
brew install bchunk
사제있는 이들
port install bchunk
macports를 가진 사람들을 위해
bchunk -w <image.bin> <image.cue> <basename>
한 다음 wav를 iTunes에서 mp3 로 변환했습니다 .