How to Split Audio Tracks from ISO file

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0















I have an ISO file that was created out of an audio CD. I received this ISO from another computer and I don't have a CD burner.



I'd like to split the audio tracks in the ISO with a program such as abcde or using a more low level program such as cdparanoia. I've tried to mount the ISO but I saw this directory layout:



/media/doron/iso
├── 2C_AUDIO
│ ├── 2C_AREA1.TOC
│ ├── 2C_AREA2.TOC
│ ├── 2C_TAREA.2CH
│ ├── TRACK001.2CH
│ ├── TRACK002.2CH
│ ├── TRACK003.2CH
│ ├── TRACK004.2CH
│ ├── TRACK005.2CH
│ ├── TRACK006.2CH
│ ├── TRACK007.2CH
│ ├── TRACK008.2CH
│ ├── TRACK009.2CH
│ ├── TRACK010.2CH
│ ├── TRACK011.2CH
│ ├── TRACK012.2CH
│ ├── TRACK013.2CH
│ └── TRACK014.2CH
├── MASTER1.TOC
├── MASTER2.TOC
├── MASTER3.TOC
└── SRM0.LST

1 directory, 21 files


All search results I've hit with the internet gave solutions for the reverse operation.



I know I can burn the ISO to a real CD and then read it with abcde but I don't have access to a CD burner/reader.










share|improve this question






















  • Can you try mounting the ISO as a loopback device? askubuntu.com/a/193632/612676

    – Haxiel
    Jan 15 at 11:47











  • Try converting those *.2ch files with ffmpeg -i /path/to/trackN.2ch trackN.flac; if that works, then you could also split them with the -ss and -t options of ffmpeg. If it doesn't, then please post some details about their format eg. hd -n32 trackN.2ch (are they DSD?)

    – pizdelect
    Jan 15 at 12:47












  • I get Invalid data found when processing input when running the ffmpeg command. I don't have a hd command available, I use Arch Linux and I couldn't find such a command in the official repositories. When running file TRACK001.2CH I get only data.

    – Doron Behar
    Jan 15 at 15:25











  • From memory, you can't create an iso file containing multiple tracks. A single iso represents a single track. A link here seems to confirm that: club.myce.com/t/…

    – couling
    Jan 15 at 15:32











  • @DoronBehar hd is the same as hexdump -C

    – pizdelect
    Jan 15 at 23:25















0















I have an ISO file that was created out of an audio CD. I received this ISO from another computer and I don't have a CD burner.



I'd like to split the audio tracks in the ISO with a program such as abcde or using a more low level program such as cdparanoia. I've tried to mount the ISO but I saw this directory layout:



/media/doron/iso
├── 2C_AUDIO
│ ├── 2C_AREA1.TOC
│ ├── 2C_AREA2.TOC
│ ├── 2C_TAREA.2CH
│ ├── TRACK001.2CH
│ ├── TRACK002.2CH
│ ├── TRACK003.2CH
│ ├── TRACK004.2CH
│ ├── TRACK005.2CH
│ ├── TRACK006.2CH
│ ├── TRACK007.2CH
│ ├── TRACK008.2CH
│ ├── TRACK009.2CH
│ ├── TRACK010.2CH
│ ├── TRACK011.2CH
│ ├── TRACK012.2CH
│ ├── TRACK013.2CH
│ └── TRACK014.2CH
├── MASTER1.TOC
├── MASTER2.TOC
├── MASTER3.TOC
└── SRM0.LST

1 directory, 21 files


All search results I've hit with the internet gave solutions for the reverse operation.



I know I can burn the ISO to a real CD and then read it with abcde but I don't have access to a CD burner/reader.










share|improve this question






















  • Can you try mounting the ISO as a loopback device? askubuntu.com/a/193632/612676

    – Haxiel
    Jan 15 at 11:47











  • Try converting those *.2ch files with ffmpeg -i /path/to/trackN.2ch trackN.flac; if that works, then you could also split them with the -ss and -t options of ffmpeg. If it doesn't, then please post some details about their format eg. hd -n32 trackN.2ch (are they DSD?)

    – pizdelect
    Jan 15 at 12:47












  • I get Invalid data found when processing input when running the ffmpeg command. I don't have a hd command available, I use Arch Linux and I couldn't find such a command in the official repositories. When running file TRACK001.2CH I get only data.

    – Doron Behar
    Jan 15 at 15:25











  • From memory, you can't create an iso file containing multiple tracks. A single iso represents a single track. A link here seems to confirm that: club.myce.com/t/…

    – couling
    Jan 15 at 15:32











  • @DoronBehar hd is the same as hexdump -C

    – pizdelect
    Jan 15 at 23:25













0












0








0








I have an ISO file that was created out of an audio CD. I received this ISO from another computer and I don't have a CD burner.



I'd like to split the audio tracks in the ISO with a program such as abcde or using a more low level program such as cdparanoia. I've tried to mount the ISO but I saw this directory layout:



/media/doron/iso
├── 2C_AUDIO
│ ├── 2C_AREA1.TOC
│ ├── 2C_AREA2.TOC
│ ├── 2C_TAREA.2CH
│ ├── TRACK001.2CH
│ ├── TRACK002.2CH
│ ├── TRACK003.2CH
│ ├── TRACK004.2CH
│ ├── TRACK005.2CH
│ ├── TRACK006.2CH
│ ├── TRACK007.2CH
│ ├── TRACK008.2CH
│ ├── TRACK009.2CH
│ ├── TRACK010.2CH
│ ├── TRACK011.2CH
│ ├── TRACK012.2CH
│ ├── TRACK013.2CH
│ └── TRACK014.2CH
├── MASTER1.TOC
├── MASTER2.TOC
├── MASTER3.TOC
└── SRM0.LST

1 directory, 21 files


All search results I've hit with the internet gave solutions for the reverse operation.



I know I can burn the ISO to a real CD and then read it with abcde but I don't have access to a CD burner/reader.










share|improve this question














I have an ISO file that was created out of an audio CD. I received this ISO from another computer and I don't have a CD burner.



I'd like to split the audio tracks in the ISO with a program such as abcde or using a more low level program such as cdparanoia. I've tried to mount the ISO but I saw this directory layout:



/media/doron/iso
├── 2C_AUDIO
│ ├── 2C_AREA1.TOC
│ ├── 2C_AREA2.TOC
│ ├── 2C_TAREA.2CH
│ ├── TRACK001.2CH
│ ├── TRACK002.2CH
│ ├── TRACK003.2CH
│ ├── TRACK004.2CH
│ ├── TRACK005.2CH
│ ├── TRACK006.2CH
│ ├── TRACK007.2CH
│ ├── TRACK008.2CH
│ ├── TRACK009.2CH
│ ├── TRACK010.2CH
│ ├── TRACK011.2CH
│ ├── TRACK012.2CH
│ ├── TRACK013.2CH
│ └── TRACK014.2CH
├── MASTER1.TOC
├── MASTER2.TOC
├── MASTER3.TOC
└── SRM0.LST

1 directory, 21 files


All search results I've hit with the internet gave solutions for the reverse operation.



I know I can burn the ISO to a real CD and then read it with abcde but I don't have access to a CD burner/reader.







mount iso audio-cd






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 15 at 11:31









Doron BeharDoron Behar

18211




18211












  • Can you try mounting the ISO as a loopback device? askubuntu.com/a/193632/612676

    – Haxiel
    Jan 15 at 11:47











  • Try converting those *.2ch files with ffmpeg -i /path/to/trackN.2ch trackN.flac; if that works, then you could also split them with the -ss and -t options of ffmpeg. If it doesn't, then please post some details about their format eg. hd -n32 trackN.2ch (are they DSD?)

    – pizdelect
    Jan 15 at 12:47












  • I get Invalid data found when processing input when running the ffmpeg command. I don't have a hd command available, I use Arch Linux and I couldn't find such a command in the official repositories. When running file TRACK001.2CH I get only data.

    – Doron Behar
    Jan 15 at 15:25











  • From memory, you can't create an iso file containing multiple tracks. A single iso represents a single track. A link here seems to confirm that: club.myce.com/t/…

    – couling
    Jan 15 at 15:32











  • @DoronBehar hd is the same as hexdump -C

    – pizdelect
    Jan 15 at 23:25

















  • Can you try mounting the ISO as a loopback device? askubuntu.com/a/193632/612676

    – Haxiel
    Jan 15 at 11:47











  • Try converting those *.2ch files with ffmpeg -i /path/to/trackN.2ch trackN.flac; if that works, then you could also split them with the -ss and -t options of ffmpeg. If it doesn't, then please post some details about their format eg. hd -n32 trackN.2ch (are they DSD?)

    – pizdelect
    Jan 15 at 12:47












  • I get Invalid data found when processing input when running the ffmpeg command. I don't have a hd command available, I use Arch Linux and I couldn't find such a command in the official repositories. When running file TRACK001.2CH I get only data.

    – Doron Behar
    Jan 15 at 15:25











  • From memory, you can't create an iso file containing multiple tracks. A single iso represents a single track. A link here seems to confirm that: club.myce.com/t/…

    – couling
    Jan 15 at 15:32











  • @DoronBehar hd is the same as hexdump -C

    – pizdelect
    Jan 15 at 23:25
















Can you try mounting the ISO as a loopback device? askubuntu.com/a/193632/612676

– Haxiel
Jan 15 at 11:47





Can you try mounting the ISO as a loopback device? askubuntu.com/a/193632/612676

– Haxiel
Jan 15 at 11:47













Try converting those *.2ch files with ffmpeg -i /path/to/trackN.2ch trackN.flac; if that works, then you could also split them with the -ss and -t options of ffmpeg. If it doesn't, then please post some details about their format eg. hd -n32 trackN.2ch (are they DSD?)

– pizdelect
Jan 15 at 12:47






Try converting those *.2ch files with ffmpeg -i /path/to/trackN.2ch trackN.flac; if that works, then you could also split them with the -ss and -t options of ffmpeg. If it doesn't, then please post some details about their format eg. hd -n32 trackN.2ch (are they DSD?)

– pizdelect
Jan 15 at 12:47














I get Invalid data found when processing input when running the ffmpeg command. I don't have a hd command available, I use Arch Linux and I couldn't find such a command in the official repositories. When running file TRACK001.2CH I get only data.

– Doron Behar
Jan 15 at 15:25





I get Invalid data found when processing input when running the ffmpeg command. I don't have a hd command available, I use Arch Linux and I couldn't find such a command in the official repositories. When running file TRACK001.2CH I get only data.

– Doron Behar
Jan 15 at 15:25













From memory, you can't create an iso file containing multiple tracks. A single iso represents a single track. A link here seems to confirm that: club.myce.com/t/…

– couling
Jan 15 at 15:32





From memory, you can't create an iso file containing multiple tracks. A single iso represents a single track. A link here seems to confirm that: club.myce.com/t/…

– couling
Jan 15 at 15:32













@DoronBehar hd is the same as hexdump -C

– pizdelect
Jan 15 at 23:25





@DoronBehar hd is the same as hexdump -C

– pizdelect
Jan 15 at 23:25










1 Answer
1






active

oldest

votes


















-1














Mount the iso as loop, for that first of all enable the loop module in you system with:



modprobe loop


After that you would have to mount your iso as loop, using this sintax:



mount -o loop isoname.iso mountpoint



Example:



mount -o loop isoname.iso /mnt


You will notify that the iso content is read-only, so in case of wanting to have full access to the content, the best would be to copy it outside from the mountpoint with rsync.



Example:



rsync -a -H --exclude=TRANS.TBL /mnt /new_mount_point





share|improve this answer























  • The OP has already successfully mounted the ISO. This will necessarily have been done by using a loop-back.

    – couling
    Jan 15 at 12:03










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494584%2fhow-to-split-audio-tracks-from-iso-file%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









-1














Mount the iso as loop, for that first of all enable the loop module in you system with:



modprobe loop


After that you would have to mount your iso as loop, using this sintax:



mount -o loop isoname.iso mountpoint



Example:



mount -o loop isoname.iso /mnt


You will notify that the iso content is read-only, so in case of wanting to have full access to the content, the best would be to copy it outside from the mountpoint with rsync.



Example:



rsync -a -H --exclude=TRANS.TBL /mnt /new_mount_point





share|improve this answer























  • The OP has already successfully mounted the ISO. This will necessarily have been done by using a loop-back.

    – couling
    Jan 15 at 12:03















-1














Mount the iso as loop, for that first of all enable the loop module in you system with:



modprobe loop


After that you would have to mount your iso as loop, using this sintax:



mount -o loop isoname.iso mountpoint



Example:



mount -o loop isoname.iso /mnt


You will notify that the iso content is read-only, so in case of wanting to have full access to the content, the best would be to copy it outside from the mountpoint with rsync.



Example:



rsync -a -H --exclude=TRANS.TBL /mnt /new_mount_point





share|improve this answer























  • The OP has already successfully mounted the ISO. This will necessarily have been done by using a loop-back.

    – couling
    Jan 15 at 12:03













-1












-1








-1







Mount the iso as loop, for that first of all enable the loop module in you system with:



modprobe loop


After that you would have to mount your iso as loop, using this sintax:



mount -o loop isoname.iso mountpoint



Example:



mount -o loop isoname.iso /mnt


You will notify that the iso content is read-only, so in case of wanting to have full access to the content, the best would be to copy it outside from the mountpoint with rsync.



Example:



rsync -a -H --exclude=TRANS.TBL /mnt /new_mount_point





share|improve this answer













Mount the iso as loop, for that first of all enable the loop module in you system with:



modprobe loop


After that you would have to mount your iso as loop, using this sintax:



mount -o loop isoname.iso mountpoint



Example:



mount -o loop isoname.iso /mnt


You will notify that the iso content is read-only, so in case of wanting to have full access to the content, the best would be to copy it outside from the mountpoint with rsync.



Example:



rsync -a -H --exclude=TRANS.TBL /mnt /new_mount_point






share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 15 at 12:01









DaselDasel

4497




4497












  • The OP has already successfully mounted the ISO. This will necessarily have been done by using a loop-back.

    – couling
    Jan 15 at 12:03

















  • The OP has already successfully mounted the ISO. This will necessarily have been done by using a loop-back.

    – couling
    Jan 15 at 12:03
















The OP has already successfully mounted the ISO. This will necessarily have been done by using a loop-back.

– couling
Jan 15 at 12:03





The OP has already successfully mounted the ISO. This will necessarily have been done by using a loop-back.

– couling
Jan 15 at 12:03

















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494584%2fhow-to-split-audio-tracks-from-iso-file%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay