Wednesday, April 24, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4121  / 1 Year ago, mon, april 3, 2023, 9:00:30

I have a CD image which is in .cdr format. (Please note, it's not the same as a Corel Draw image - which also uses the .CDR extension).



Is there any way to open it on Ubuntu? I don't have a local CD drive - I just want to extract the contents to my HDD.



It won't open with Brasero, I can't mount it, nor extract it from the file manager.



Is there any way to convert it to a standard ISO?


More From » mount

 Answers
3

Well, I found one way to do it.



The disc was, apparently, an audio recording. By using avconv / ffmpeg, I was able to extract the raw contents.



avconv -i image.cdr


Tells me the codec etc. Then, to extract:



avconv -i image.cdr -acodec copy output.mkv

[#23368] Wednesday, April 5, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
biryanrownies

Total Points: 396
Total Questions: 90
Total Answers: 106

Location: Saint Lucia
Member since Sun, Sep 5, 2021
3 Years ago
biryanrownies questions
Wed, Sep 7, 22, 18:13, 2 Years ago
Fri, Dec 3, 21, 02:50, 2 Years ago
Sat, Feb 12, 22, 16:02, 2 Years ago
Sat, Apr 15, 23, 09:22, 1 Year ago
;