Results 1 to 8 of 8

Thread: dvd95 and k9copy hanging

  1. #1
    Join Date
    Jul 2007
    Beans
    48
    Distro
    Ubuntu 9.10 Karmic Koala

    dvd95 and k9copy hanging

    Trying to make a dvd9 fit on a dvd5. Mainly would like to strip all the menus so it plays nicely. The DVD in question is copy protected but plays just fine on my system with Movie Player or VLC.

    But so far when dvd95 or k9copy tries to analyze the structure of the dvd, they just turn grey and hang. Then my computer locks shortly after. If I have system monitor open I can see what happens -- it's not a hard lock. Basically the memory just starts filling up, and then when it starts filling the swap space that slows everything down and makes it unresponsive. If I'm really patient I can get to a console and kill the process, which returns my system to normal.

    Does anyone know about this issue or how to fix it? Happens on Karmic 64-bit and 32-bit.

    Handbrake works just fine, but I don't actually want to transcode the video, just strip the menus.

  2. #2
    Join Date
    Jul 2007
    Beans
    6

    Re: dvd95 and k9copy hanging

    Dear guy,

    I am having the same problem. Did you find a solution?

    heliopaixao

  3. #3
    Join Date
    Mar 2007
    Location
    UK, Staffordshire
    Beans
    348
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: dvd95 and k9copy hanging

    Did you run the install.sh script provided with libdvdread4.

    Code:
    sudo /usr/share/doc/libdvdread4/install-css.sh
    I needed this to get it to work.
    Box 1 | Xubuntu 12.10 64 bit | Gigabyte GA-MA78GM-S3H rev2 / AMD 5900+ | 250Gb Hitachi SATA / 4Gb RAM
    Ubuntu User #14507[/U] | GPG Key 0xBE7E87FD

  4. #4
    Join Date
    Jul 2007
    Beans
    48
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: dvd95 and k9copy hanging

    Yes, unfortunately I have run that already and I still have the same problem.

  5. #5
    Join Date
    Jun 2007
    Beans
    33

    Re: dvd95 and k9copy hanging

    Having this same issue - currently taking up 8GB of RAM and a total of 9.1GB of Swap space. Did you find any fixes?

    Found this thread which answered my question. Basically hanging due to the fact that it's newer copyright detection than can be decoded. This only happens with certain DVDs.
    Last edited by thatcooldude; January 8th, 2011 at 01:05 AM.

  6. #6
    Join Date
    Jul 2007
    Beans
    48
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: dvd95 and k9copy hanging

    Yep, I had found out that was my problem as well.

    Turns out that in some cases it's possible to make an .iso copy using ddrescue, zeroing out the intentionally corrupted bits. Then the .iso copy will work in handbrake, etc.

    You can do something like

    ddrescue -d -n -b 2048 /dev/sr0 dvd.iso dvd.log

  7. #7
    Join Date
    Sep 2008
    Beans
    200

    Re: dvd95 and k9copy hanging

    Quote Originally Posted by cometdog View Post
    Yep, I had found out that was my problem as well.

    Turns out that in some cases it's possible to make an .iso copy using ddrescue, zeroing out the intentionally corrupted bits. Then the .iso copy will work in handbrake, etc.

    You can do something like

    ddrescue -d -n -b 2048 /dev/sr0 dvd.iso dvd.log
    There are a number of patches I've submitted to the libdvdread and libdvdnav maintainers that are still pending. One of them solves this memory consumption issue. HandBrake uses these patches, which is why it succeeds when reading these discs. The patches can be found here:
    http://lists.mplayerhq.hu/pipermail/...st/001295.html

  8. #8
    Join Date
    Jun 2007
    Beans
    33

    Re: dvd95 and k9copy hanging

    Quote Originally Posted by JohnAStebbins View Post
    There are a number of patches I've submitted to the libdvdread and libdvdnav maintainers that are still pending. One of them solves this memory consumption issue. HandBrake uses these patches, which is why it succeeds when reading these discs. The patches can be found here:
    http://lists.mplayerhq.hu/pipermail/...st/001295.html
    Thanks for your contribution John!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •