Is there a abcde equivalent for DVD/Blu-Ray Discs?
When I converted my CD collection to mp3 several years ago, I used abcde.
The workflow basically went like this:
- Insert CD
- Run abcde
abcde ejects the disc- Repeat
I'm looking for a similar workflow for converting my DVD/Blu-Ray collection as well, but so far haven't found anything quite the same. I'm sure I could script something with Handbrake's CLI, but I'm hoping someone else has already solved that problem for me.
dvd blu-ray handbrake abcde
add a comment |
When I converted my CD collection to mp3 several years ago, I used abcde.
The workflow basically went like this:
- Insert CD
- Run abcde
abcde ejects the disc- Repeat
I'm looking for a similar workflow for converting my DVD/Blu-Ray collection as well, but so far haven't found anything quite the same. I'm sure I could script something with Handbrake's CLI, but I'm hoping someone else has already solved that problem for me.
dvd blu-ray handbrake abcde
add a comment |
When I converted my CD collection to mp3 several years ago, I used abcde.
The workflow basically went like this:
- Insert CD
- Run abcde
abcde ejects the disc- Repeat
I'm looking for a similar workflow for converting my DVD/Blu-Ray collection as well, but so far haven't found anything quite the same. I'm sure I could script something with Handbrake's CLI, but I'm hoping someone else has already solved that problem for me.
dvd blu-ray handbrake abcde
When I converted my CD collection to mp3 several years ago, I used abcde.
The workflow basically went like this:
- Insert CD
- Run abcde
abcde ejects the disc- Repeat
I'm looking for a similar workflow for converting my DVD/Blu-Ray collection as well, but so far haven't found anything quite the same. I'm sure I could script something with Handbrake's CLI, but I'm hoping someone else has already solved that problem for me.
dvd blu-ray handbrake abcde
dvd blu-ray handbrake abcde
asked Oct 26 '12 at 16:14
LockeCJLockeCJ
1284
1284
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I just came across the "Automatic Ripping Machine", which seems to be exactly what you're asking for (and also includes auto-detection of media type to switch between video, audio, and data.) I haven't used it yet, but it looks promising:
https://b3n.org/automatic-ripping-machine/
https://github.com/automatic-ripping-machine/automatic-ripping-machine
add a comment |
MakeMKV is the only utility that I've found that is capable of playing (and copying) Blu-Ray movie releases on any Linux, including Ubuntu. I'm quite sure MakeMKV can also handle DVDs, so it might be your one-stop solution for the conversion process. It has a simple GUI and a command-line utility. By default the GUI will choose a title (or titles) for you based on some heuristic, and put the corresponding original MPEG stream inside a MKV container.
MakeMKV has closed source parts, which are proprietary software. You can use it for free for 60 days, after which you will need to obtain a license key. This key can be bought from the author (currently USD 50, I think).
If you do not wish to compile the sources, I think you can get an installer from ebower's PPA (it appears to cover everything from 10.04 to 12.10):
sudo apt-add-repository ppa:ubuntu-ebower/ebower
sudo apt-get update
sudo apt-get install makemkv-install
However, I have no experience using that PPA.
I had forgotten about MakeMKV, although I did use it briefly as a demo. I'll look into it a bit further to see what the scripting/automation options are. I'm going to leave this question open a bit longer, since this still doesn't seem to replicate those aspects of abcde that I'm specifically looking for.
– LockeCJ
Oct 29 '12 at 17:18
I'd be thrilled to find an open source replacement for MakeMKV, please post here, if you find something. Could you also update your question to specify how abcde functionality should be replicated for video content (for example, what should happen to the menus of DVDs, and BD-J / BD-Live features).
– taneli
Oct 29 '12 at 18:48
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f206796%2fis-there-a-abcde-equivalent-for-dvd-blu-ray-discs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I just came across the "Automatic Ripping Machine", which seems to be exactly what you're asking for (and also includes auto-detection of media type to switch between video, audio, and data.) I haven't used it yet, but it looks promising:
https://b3n.org/automatic-ripping-machine/
https://github.com/automatic-ripping-machine/automatic-ripping-machine
add a comment |
I just came across the "Automatic Ripping Machine", which seems to be exactly what you're asking for (and also includes auto-detection of media type to switch between video, audio, and data.) I haven't used it yet, but it looks promising:
https://b3n.org/automatic-ripping-machine/
https://github.com/automatic-ripping-machine/automatic-ripping-machine
add a comment |
I just came across the "Automatic Ripping Machine", which seems to be exactly what you're asking for (and also includes auto-detection of media type to switch between video, audio, and data.) I haven't used it yet, but it looks promising:
https://b3n.org/automatic-ripping-machine/
https://github.com/automatic-ripping-machine/automatic-ripping-machine
I just came across the "Automatic Ripping Machine", which seems to be exactly what you're asking for (and also includes auto-detection of media type to switch between video, audio, and data.) I haven't used it yet, but it looks promising:
https://b3n.org/automatic-ripping-machine/
https://github.com/automatic-ripping-machine/automatic-ripping-machine
answered Jan 7 at 17:42
JohannJohann
20717
20717
add a comment |
add a comment |
MakeMKV is the only utility that I've found that is capable of playing (and copying) Blu-Ray movie releases on any Linux, including Ubuntu. I'm quite sure MakeMKV can also handle DVDs, so it might be your one-stop solution for the conversion process. It has a simple GUI and a command-line utility. By default the GUI will choose a title (or titles) for you based on some heuristic, and put the corresponding original MPEG stream inside a MKV container.
MakeMKV has closed source parts, which are proprietary software. You can use it for free for 60 days, after which you will need to obtain a license key. This key can be bought from the author (currently USD 50, I think).
If you do not wish to compile the sources, I think you can get an installer from ebower's PPA (it appears to cover everything from 10.04 to 12.10):
sudo apt-add-repository ppa:ubuntu-ebower/ebower
sudo apt-get update
sudo apt-get install makemkv-install
However, I have no experience using that PPA.
I had forgotten about MakeMKV, although I did use it briefly as a demo. I'll look into it a bit further to see what the scripting/automation options are. I'm going to leave this question open a bit longer, since this still doesn't seem to replicate those aspects of abcde that I'm specifically looking for.
– LockeCJ
Oct 29 '12 at 17:18
I'd be thrilled to find an open source replacement for MakeMKV, please post here, if you find something. Could you also update your question to specify how abcde functionality should be replicated for video content (for example, what should happen to the menus of DVDs, and BD-J / BD-Live features).
– taneli
Oct 29 '12 at 18:48
add a comment |
MakeMKV is the only utility that I've found that is capable of playing (and copying) Blu-Ray movie releases on any Linux, including Ubuntu. I'm quite sure MakeMKV can also handle DVDs, so it might be your one-stop solution for the conversion process. It has a simple GUI and a command-line utility. By default the GUI will choose a title (or titles) for you based on some heuristic, and put the corresponding original MPEG stream inside a MKV container.
MakeMKV has closed source parts, which are proprietary software. You can use it for free for 60 days, after which you will need to obtain a license key. This key can be bought from the author (currently USD 50, I think).
If you do not wish to compile the sources, I think you can get an installer from ebower's PPA (it appears to cover everything from 10.04 to 12.10):
sudo apt-add-repository ppa:ubuntu-ebower/ebower
sudo apt-get update
sudo apt-get install makemkv-install
However, I have no experience using that PPA.
I had forgotten about MakeMKV, although I did use it briefly as a demo. I'll look into it a bit further to see what the scripting/automation options are. I'm going to leave this question open a bit longer, since this still doesn't seem to replicate those aspects of abcde that I'm specifically looking for.
– LockeCJ
Oct 29 '12 at 17:18
I'd be thrilled to find an open source replacement for MakeMKV, please post here, if you find something. Could you also update your question to specify how abcde functionality should be replicated for video content (for example, what should happen to the menus of DVDs, and BD-J / BD-Live features).
– taneli
Oct 29 '12 at 18:48
add a comment |
MakeMKV is the only utility that I've found that is capable of playing (and copying) Blu-Ray movie releases on any Linux, including Ubuntu. I'm quite sure MakeMKV can also handle DVDs, so it might be your one-stop solution for the conversion process. It has a simple GUI and a command-line utility. By default the GUI will choose a title (or titles) for you based on some heuristic, and put the corresponding original MPEG stream inside a MKV container.
MakeMKV has closed source parts, which are proprietary software. You can use it for free for 60 days, after which you will need to obtain a license key. This key can be bought from the author (currently USD 50, I think).
If you do not wish to compile the sources, I think you can get an installer from ebower's PPA (it appears to cover everything from 10.04 to 12.10):
sudo apt-add-repository ppa:ubuntu-ebower/ebower
sudo apt-get update
sudo apt-get install makemkv-install
However, I have no experience using that PPA.
MakeMKV is the only utility that I've found that is capable of playing (and copying) Blu-Ray movie releases on any Linux, including Ubuntu. I'm quite sure MakeMKV can also handle DVDs, so it might be your one-stop solution for the conversion process. It has a simple GUI and a command-line utility. By default the GUI will choose a title (or titles) for you based on some heuristic, and put the corresponding original MPEG stream inside a MKV container.
MakeMKV has closed source parts, which are proprietary software. You can use it for free for 60 days, after which you will need to obtain a license key. This key can be bought from the author (currently USD 50, I think).
If you do not wish to compile the sources, I think you can get an installer from ebower's PPA (it appears to cover everything from 10.04 to 12.10):
sudo apt-add-repository ppa:ubuntu-ebower/ebower
sudo apt-get update
sudo apt-get install makemkv-install
However, I have no experience using that PPA.
answered Oct 26 '12 at 20:28
tanelitaneli
2,4591332
2,4591332
I had forgotten about MakeMKV, although I did use it briefly as a demo. I'll look into it a bit further to see what the scripting/automation options are. I'm going to leave this question open a bit longer, since this still doesn't seem to replicate those aspects of abcde that I'm specifically looking for.
– LockeCJ
Oct 29 '12 at 17:18
I'd be thrilled to find an open source replacement for MakeMKV, please post here, if you find something. Could you also update your question to specify how abcde functionality should be replicated for video content (for example, what should happen to the menus of DVDs, and BD-J / BD-Live features).
– taneli
Oct 29 '12 at 18:48
add a comment |
I had forgotten about MakeMKV, although I did use it briefly as a demo. I'll look into it a bit further to see what the scripting/automation options are. I'm going to leave this question open a bit longer, since this still doesn't seem to replicate those aspects of abcde that I'm specifically looking for.
– LockeCJ
Oct 29 '12 at 17:18
I'd be thrilled to find an open source replacement for MakeMKV, please post here, if you find something. Could you also update your question to specify how abcde functionality should be replicated for video content (for example, what should happen to the menus of DVDs, and BD-J / BD-Live features).
– taneli
Oct 29 '12 at 18:48
I had forgotten about MakeMKV, although I did use it briefly as a demo. I'll look into it a bit further to see what the scripting/automation options are. I'm going to leave this question open a bit longer, since this still doesn't seem to replicate those aspects of abcde that I'm specifically looking for.
– LockeCJ
Oct 29 '12 at 17:18
I had forgotten about MakeMKV, although I did use it briefly as a demo. I'll look into it a bit further to see what the scripting/automation options are. I'm going to leave this question open a bit longer, since this still doesn't seem to replicate those aspects of abcde that I'm specifically looking for.
– LockeCJ
Oct 29 '12 at 17:18
I'd be thrilled to find an open source replacement for MakeMKV, please post here, if you find something. Could you also update your question to specify how abcde functionality should be replicated for video content (for example, what should happen to the menus of DVDs, and BD-J / BD-Live features).
– taneli
Oct 29 '12 at 18:48
I'd be thrilled to find an open source replacement for MakeMKV, please post here, if you find something. Could you also update your question to specify how abcde functionality should be replicated for video content (for example, what should happen to the menus of DVDs, and BD-J / BD-Live features).
– taneli
Oct 29 '12 at 18:48
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f206796%2fis-there-a-abcde-equivalent-for-dvd-blu-ray-discs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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