I guess mencoder would do the work ....
http://www.mplayerhq.hu/design7/dload.html
Cheers Hans
[RELEASE] Swiss-Army-Knife Addon - Blu-ray and DVD-Video Ripper and Transcoder
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2010-08-08 01:14
Post: #21
|
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2010-08-12 12:33
Post: #22
OK I found a realy ugly bug inside this function :
Code: #########################################################If you did run setup.sh prio to running the script and would need a other ssh command than xbmc@localhost then you have a little problem .... In this case xbmc will crash completly ... I will integrate a function to check that the ssh-command settings are correct on startup.
(This post was last modified: 2010-08-12 13:00 by linuxluemmel.)
|
| find quote |
zilexa
Senior Member Posts: 296 Joined: Nov 2008 Reputation: 0 Location: Amsterdam |
2010-08-12 12:52
Post: #23
Could you perhaps add the option to copy dvd to video_ts folder (instead of ISO)?
I don't use ISO format for DVDs. A simple video_ts folder can be played by most players. If I want to watch a movie on my laptop in bed (instead of XBMC in the livingroom), I can use wmp or MPC-HC to play video_ts folder. |
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2010-08-12 13:01
Post: #24
I will try ... will report back about the state on weekend .....
|
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2010-08-12 19:37
Post: #25
linuxluemmel Wrote:OK I found a realy ugly bug inside this function : fixed in svn release r230 |
| find quote |
speed32219
Fan Posts: 429 Joined: Feb 2007 Reputation: 0 |
2010-08-13 09:41
Post: #26
FYI, 9.10 Karmic XBMC r32246 with all addons working perfectly. Now, that being said, I have found some problems with your script. It installs Makemkv 1.56 and we are at 1.58, most everthing else installs correctly. A question appeared and asked did I want to install Makemkv 1.56 and handbrake so I had to say yes since I did not have handbrake, it might be better to do a check first on /usr/bin/makemkv to see if it is installed already. I also have a valid purchased key (That is located in .MAKEMKV/settings.xml), but your program gives me an error, which in turn disables most everything. A couple of XBMC crashes also that I haven't looked into yet and just trying to copy an sd disk fails so far.
EDIT: I enabled the addon, but I did not configure it. After setting up the configuration for SFAK and selecting dvd backup to ISO, it fails with this error: "File swiss-army-knife/media/state could not be openend".
(This post was last modified: 2010-08-13 17:09 by speed32219.)
|
| find quote |
speed32219
Fan Posts: 429 Joined: Feb 2007 Reputation: 0 |
2010-08-13 23:19
Post: #27
Here are the logs for ripp a dvd to iso:
XBMC.log Code: 5167104 NOTICE: [swiss-army-knife]: [OSlog] file delete : /home/xbmc/.xbmc/userdata/addon_data/script.video.swiss.army.knife/log/ssh-logSSH Log: dvd0.sh /dev/sr0/ dvd1.sh /dev/sr0/ 1 |
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2010-08-14 00:12
Post: #28
I can not reproduce this error
you cat this line File "/home/xbmc/.xbmc/addons/script.video.swiss.army.knife/resources/lib/linux.py", line 977, in OSChapterDVD |
| find quote |
speed32219
Fan Posts: 429 Joined: Feb 2007 Reputation: 0 |
2010-08-14 05:34
Post: #29
linuxluemmel Wrote:I can not reproduce this error Here you go, Also I could not find the file "home/xbmc/.xbmc/addons/script.video.swiss.army.knife/resources/lib/linux.py". I did find it but it was named Linux.py, so I changed the file name to linux.py and still fails with same error. I checked all the folders to make sure the file names started with a lower case and found one more changed it but same problem. Line 977: if (verbose == 'true'): ### Highlighted in RED below ### Code: # Function : OSChapterDVD #
(This post was last modified: 2010-08-14 06:56 by speed32219.)
|
| find quote |
speed32219
Fan Posts: 429 Joined: Feb 2007 Reputation: 0 |
2010-08-14 07:43
Post: #30
Checked XBMC.log again (after fixing file names, i.e. Linux.py with linux.py), and although I am getting the same error on screen "File swiss-army-knife/media/state could not be openend", the XBMC error log has a new entry state.sh exceeded a 15 sec timeout.. Here is the new info:
Code: 01:22:33 T:3055900544 M:1433161728 DEBUG: OnKey: 11 pressed, action is SelectEDIT: Continuing to look through the code I found that I can manually execute the commands thru my ssh connection. Executing ./state.sh /dev/sr0 while I am in the 15 second wait state and then sudo ./dvd-chapter.sh /dev/sr0 1 (had to use sudo because of permission errors) takes me to dvd3.sh and more errors. Here is the XBMC error log. So for some reason it can not execute the state.sh /dev/sr0 script and find the DVD drive. although manually I can do it. I also had another error where it was trying to write to a tmp file in Userdata/addons_data/dvd/tmp but the fiename was tmo instead of tmp so I changed it and moved on to the next error. I used the svn command to download code from google per 1st post, maybe I need to remove everything and reload from a fresh download, maybe I should try the zip file. I am at r232 right now. Code: 02:40:41 T:2997930864 M:1420423168 NOTICE: [swiss-army-knife]: [OSlog] state.sh command executed
(This post was last modified: 2010-08-14 09:19 by speed32219.)
|
| find quote |

Search
Help