Yet another DVD ripper

Anything welcome.
#!/bin/bash
say() { echo -en "$@" >&2; }
die() { say "$@\n"; exit 1; }
say_help() {
say "-dvd-device Set the dvd where read from, default $DVD_DEVICE\n"
say "-title Set the title to rip. Default $TITLE\n"
say "-chapter Set first[,last] chapter to read from. Default $CHAPTER\n"
say "-alang Set audio lang to extract, might be repeated\n"
say "-slang Set subtitles to extract, might be repeated\n"
say "-width Set width of the output movie. Default -1 (original width)\n"
say "-video_crop Set cropping as -vf crop of mplayer\n"
say "-temp-dir Set working dir, must not exist. Default $TMP_DIR\n"
say "-o Set output file name: it will be a mkv file. Default $OUTPUT_FILE\n"
say "-noclean Do not delete the temp directory after the work\n"
exit 0
DVD_DEVICE="/dev/dvd"
TITLE=1
CHAPTER=1
declare -a ALANG
declare -a SLANG
ORIZONTAL='scale=-1:-10,'
CROP=""
TMP_DIR="$HOME"/tmp_ripping
OUTPUT_FILE="ripped_movie.mkv"
NOCLEAN='false'
START_DIR="$PWD"
if [[ $# -gt 1 ]]; then
while test -n "$1" ;do
case "$1" in
(-dvd-device)
DVD_DEVICE="$2"
shift;;
(-title)
TITLE="$2"
shift;;
(-chapter)
CHAPTER="$2"
shift;;
(-alang)
ALANG=( "${ALANG[@]}" "$2")
shift;;
(-slang)
SLANG=( "${SLANG[@]}" "$2")
shift;;
(-width)
ORIZONTAL='scale='"$2"':-10,'
shift;;
(-video_crop)
CROP='crop='"$2"','
shift;;
(-temp-dir)
TMP_DIR="$2"
shift;;
(-o)
OUTPUT_FILE="$2"
shift;;
(-noclean)
NOCLEAN='true'
(-help|-h)
say_help;;
esac
shift
done
else
say_help
fi
DVD_DEVICE=`readlink -nf "$DVD_DEVICE"`
say "Input device set to \"$DVD_DEVICE\"\n"
OUTPUT_FILE=`readlink -nf "$OUTPUT_FILE"`
say "Output file set to \"$OUTPUT_FILE\"\n"
TMP_DIR=`readlink -nf "$TMP_DIR"`
say "Temp files directory set to \"$TMP_DIR\"\n"
say "\nExtracting audio: "
for ONELANG in "${ALANG[@]}" ;do
say "$ONELANG "
done
say "\nExtracting subs: "
for ONESUB in "${SLANG[@]}" ;do
say "$ONESUB "
done
say "\n\n\n"
say "Starting in 4 seconds...\nPress enter or ctrl-c to abort\n"
read -t 4 && die "ok, nevermind."
touch "$OUTPUT_FILE" || die "Cannot write the output file!"
if [[ ! -d "$TMP_DIR" ]] ;then
mkdir -p "$TMP_DIR" || die "Cannot create the temp directory!"
else
die "Sorry, the temporary working directory must not exist."
fi
cd "$TMP_DIR" || die "Cannot go in the temp directory!"
touch "test" || die "Cannot write in the temp directory!"
rm "test" || die "Cannot write in the temp directory!"
nice -19 mencoder -dvd-device "$DVD_DEVICE" dvd://"$TITLE" -chapter "$CHAPTER" -o /dev/null -nosound -ovc x264 \
-x264encopts direct=auto:pass=1:turbo:bitrate=900:bframes=1:\
me=umh:partitions=all:trellis=1:qp_step=4:qcomp=0.7:direct_pred=auto:keyint=300 \
-vf "$CROP""$ORIZONTAL"harddup || die "Failed the first passage."
nice -19 mencoder -dvd-device "$DVD_DEVICE" dvd://"$TITLE" -chapter "$CHAPTER" -nosound -ovc x264 \
-x264encopts direct=auto:pass=2:bitrate=900:frameref=5:bframes=1:\
me=umh:partitions=all:trellis=1:qp_step=4:qcomp=0.7:direct_pred=auto:keyint=300 \
-vf "$CROP""$ORIZONTAL"harddup -o video.avi || die "Failed second passage."
declare -a AUDIO
for ONELANG in "${ALANG[@]}" ;do
CHANNELS=`mplayer -dvd-device "$DVD_DEVICE" dvd://"$TITLE" -alang "$ONELANG" -chapter "$CHAPTER" \
-identify -frames 0 2>&1 | sed -n -e '/ID_AUDIO_NCH=[^0]/ s_^.*=__ p'`
if [[ $CHANNELS -ne 6 ]] ;then
nice -19 mencoder -dvd-device "$DVD_DEVICE" dvd://"$TITLE" -alang "$ONELANG" -chapter "$CHAPTER" -ovc frameno \
-oac lavc -lavcopts acodec=vorbis:abitrate=224 -channels 2 -srate 48000 -o "$ONELANG".avi \
|| die "Failed audio extraction of $ONELANG"
else
nice -19 mencoder -dvd-device "$DVD_DEVICE" dvd://"$TITLE" -alang "$ONELANG" -chapter "$CHAPTER" -ovc frameno \
-oac copy -o "$ONELANG".avi \
|| die "Failed audio extraction of $ONELANG"
fi
AUDIO=( "${AUDIO[@]}" --language 1:"$ONELANG" -D "$ONELANG".avi )
done
INDEX=0
for ONESUB in "${SLANG[@]}" ;do
nice -19 mencoder -dvd-device "$DVD_DEVICE" dvd://"$TITLE" -alang "$ONELANG" -chapter "$CHAPTER" \
-ovc copy -nosound -o /dev/null \
-vobsubout subtitles -vobsuboutindex "$INDEX" -slang "$ONESUB" \
|| die "Failed subtitle extraction extraction of $ONESUB"
INDEX=$(($INDEX + 1))
done
if [[ "$INDEX" -ne 0 ]] ;then
SUBTITLES='subtitles.idx'
else
SUBTITLES=''
fi
mkvmerge -o "$OUTPUT_FILE" -A video.avi "${AUDIO[@]}" $SUBTITLES
cd "$START_DIR"
if [[ "$NOCLEAN" == "false" ]] ;then
rm -rf "$TMP_DIR"
fi

To Apple Discussions!
Go to your OS Help Menu. In the search field type dvd
Click on all the troubleshooting topics & Support Articles that pertain to your issue.
You can also do the same in Disk Utility. Open same up.
At the bottom left of the window, click on the purple button w/the "?" in the middle.
This will bring up the Help Menu.

Similar Messages

  • Yet another DVD Playback thread...

    Gone through every other thread related to DVD playback issues when you do a forum search for "dvd playback". If I try to play a DVD, the disc spins for quite a while while (S)MPlayer just sits there and eventually crashes. Tried this with multiple DVDs, updated all my software...here's the log. It doesn't play in xine or VLC either.
    /usr/bin/mplayer -noquiet -nofs -sub-fuzziness 1 -identify -slave -vo xv -ao oss -zoom -nokeepaspect -framedrop -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 41943052 -monitorpixelaspect 1 -subfont-autoscale 1 -subfont-text-scale 5 -subcp ISO-8859-1 -subpos 100 -contrast 0 -brightness 0 -hue 0 -saturation 0 -dvd-device /dev/dvd -dvdangle 1 -nocache -osdlevel 1 -vf-add screenshot -channels 2 dvd://1
    MPlayer 1.0rc2-4.2.3 (C) 2000-2007 MPlayer Team
    CPU: Intel(R) Core(TM)2 Duo CPU T9500 @ 2.60GHz (Family: 6, Model: 23, Stepping: 6)
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled with runtime CPU detection.
    115 audio & 237 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing dvd://1.
    libdvdread: Invalid main menu IFO (VIDEO_TS.IFO).
    ID_DVD_TITLES=19
    ID_DVD_TITLE_1_CHAPTERS=5
    ID_DVD_TITLE_1_ANGLES=1
    ID_DVD_TITLE_2_CHAPTERS=5
    ID_DVD_TITLE_2_ANGLES=1
    ID_DVD_TITLE_3_CHAPTERS=5
    ID_DVD_TITLE_3_ANGLES=1
    ID_DVD_TITLE_4_CHAPTERS=5
    ID_DVD_TITLE_4_ANGLES=1
    ID_DVD_TITLE_5_CHAPTERS=5
    ID_DVD_TITLE_5_ANGLES=1
    ID_DVD_TITLE_6_CHAPTERS=2
    ID_DVD_TITLE_6_ANGLES=1
    ID_DVD_TITLE_7_CHAPTERS=2
    ID_DVD_TITLE_7_ANGLES=1
    ID_DVD_TITLE_8_CHAPTERS=4
    ID_DVD_TITLE_8_ANGLES=1
    ID_DVD_TITLE_9_CHAPTERS=2
    ID_DVD_TITLE_9_ANGLES=1
    ID_DVD_TITLE_10_CHAPTERS=2
    ID_DVD_TITLE_10_ANGLES=1
    ID_DVD_TITLE_11_CHAPTERS=2
    ID_DVD_TITLE_11_ANGLES=1
    ID_DVD_TITLE_12_CHAPTERS=2
    ID_DVD_TITLE_12_ANGLES=1
    ID_DVD_TITLE_13_CHAPTERS=5
    ID_DVD_TITLE_13_ANGLES=1
    ID_DVD_TITLE_14_CHAPTERS=2
    ID_DVD_TITLE_14_ANGLES=1
    ID_DVD_TITLE_15_CHAPTERS=2
    ID_DVD_TITLE_15_ANGLES=1
    ID_DVD_TITLE_16_CHAPTERS=2
    ID_DVD_TITLE_16_ANGLES=1
    ID_DVD_TITLE_17_CHAPTERS=2
    ID_DVD_TITLE_17_ANGLES=1
    ID_DVD_TITLE_18_CHAPTERS=2
    ID_DVD_TITLE_18_ANGLES=1
    ID_DVD_TITLE_19_CHAPTERS=2
    ID_DVD_TITLE_19_ANGLES=1
    *** Zero check failed in ifo_read.c:1361
    for vts_tmapt->zero_1 = 0x1b01
    libdvdread: Invalid title IFO (VTS_01_0.IFO).
    ID_DVD_TITLE_19_LENGTH=6.333
    ID_DVD_TITLE_1_LENGTH=1402.600
    ID_DVD_TITLE_2_LENGTH=1412.600
    ID_DVD_TITLE_3_LENGTH=1412.600
    ID_DVD_TITLE_4_LENGTH=1411.934
    ID_DVD_TITLE_5_LENGTH=1406.600
    ID_DVD_TITLE_6_LENGTH=1271.066
    ID_DVD_TITLE_7_LENGTH=483.033
    ID_DVD_TITLE_8_LENGTH=740.000
    ID_DVD_TITLE_9_LENGTH=279.533
    ID_DVD_TITLE_10_LENGTH=260.033
    ID_DVD_TITLE_11_LENGTH=203.100
    ID_DVD_TITLE_12_LENGTH=591.300
    ID_DVD_TITLE_13_LENGTH=573.033
    ID_DVD_TITLE_14_LENGTH=218.166
    ID_DVD_TITLE_15_LENGTH=185.333
    ID_DVD_TITLE_16_LENGTH=51.533
    ID_DVD_TITLE_17_LENGTH=122.000
    ID_DVD_TITLE_18_LENGTH=225.900
    There are 19 titles on this DVD.
    ID_DVD_CURRENT_TITLE=1
    There are 5 chapters in this DVD title.
    There are 1 angles in this DVD title.
    audio stream: 0 format: ac3 (stereo) language: en aid: 128.
    ID_AUDIO_ID=128
    ID_AID_128_LANG=en
    audio stream: 1 format: ac3 (stereo) language: fr aid: 129.
    ID_AUDIO_ID=129
    ID_AID_129_LANG=fr
    audio stream: 2 format: ac3 (stereo) language: es aid: 130.
    ID_AUDIO_ID=130
    ID_AID_130_LANG=es
    audio stream: 3 format: ac3 (stereo) language: en aid: 131.
    ID_AUDIO_ID=131
    ID_AID_131_LANG=en
    number of audio channels on disk: 4.
    subtitle ( sid ): 0 language: en
    ID_SUBTITLE_ID=0
    ID_SID_0_LANG=en
    subtitle ( sid ): 1 language: fr
    ID_SUBTITLE_ID=1
    ID_SID_1_LANG=fr
    subtitle ( sid ): 2 language: es
    ID_SUBTITLE_ID=2
    ID_SID_2_LANG=es
    subtitle ( sid ): 3 language: pt
    ID_SUBTITLE_ID=3
    ID_SID_3_LANG=pt
    subtitle ( sid ): 4 language: en
    ID_SUBTITLE_ID=4
    ID_SID_4_LANG=en
    subtitle ( sid ): 5 language: es
    ID_SUBTITLE_ID=5
    ID_SID_5_LANG=es
    subtitle ( sid ): 6 language: pt
    ID_SUBTITLE_ID=6
    ID_SID_6_LANG=pt
    subtitle ( sid ): 7 language: es
    ID_SUBTITLE_ID=7
    ID_SID_7_LANG=es
    subtitle ( sid ): 8 language: pt
    ID_SUBTITLE_ID=8
    ID_SID_8_LANG=pt
    number of subtitles on disk: 9
    CHAPTERS: 00:00:00,00:00:45,00:11:29,00:22:35,00:23:21,
    ID_AUDIO_ID=128
    ID_VIDEO_ID=0
    MPEG-PS file format detected.
    ID_AUDIO_ID=131
    ID_AUDIO_ID=130
    ID_AUDIO_ID=129
    ID_SUBTITLE_ID=3
    ID_SUBTITLE_ID=2
    ID_SUBTITLE_ID=0
    ID_SUBTITLE_ID=6
    ID_SUBTITLE_ID=5
    ID_SUBTITLE_ID=4
    ID_SUBTITLE_ID=1
    edit: tried installing ogle to see what i could do with that, this libdvdcss output might come in handy. this doesn't make a whole lot of sense because i have libdvdcss and all installed.
    [sa@mootop ~]$ ogle
    ERROR[ogle_nav]: ifoRead_VTS_ATRT faild
    libdvdread: Error cracking CSS key for /VIDEO_TS/VIDEO_TS.VOB (0x000003a0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x00005c80)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x00018120)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x00018360)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_1.VOB (0x00018380)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_0.VOB (0x002379c0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x002379e0)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_0.VOB (0x0029c000)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_1.VOB (0x0029c020)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_0.VOB (0x002c21e0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_1.VOB (0x002c2200)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_0.VOB (0x002fe7e0)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_06_1.VOB (0x002fe800)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_07_0.VOB (0x0032ce60)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_07_1.VOB (0x0032ce80)!!
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_08_0.VOB (0x0035d560)
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_08_1.VOB (0x0035d580)!!
    FATAL[ogle_mpeg_ps]: dvdreadblocks failed
    Last edited by sa (2008-05-30 01:19:27)

    Sort of looks like hardware issues to me.  Do you know that the drive works (i.e. tested in another OS, or it used to work and just stopped?)
    Did you try just mplayer dvd://  ?  That's quite a long options list you've got there.
    What kind of drive is it?

  • Double up of my document folder If I click on my Documents in finder it then opens another selection of folders including yet another documents folder which if this one is clicked on the folder is repeated yet again this does not appear to be correct help

    I believe I have  a problem when opening up my documents in finder. where upon I can view all my folders but with yet another Documents folder within this group, if I then click on this second Documents folder yet again a repeat  of the do'cs  folder appears. I have tried to merge the Documents folders into one but after a morning and a few hours later having completed the merge when I reopened the folders the problem was still there. Help.
    Sandra

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • Best CLI DVD ripper IYO?

    What's the best CLI DVD ripper IYO?
    There are quite a few options as far as ripping a DVD from the commandline goes; there's burn, the python script, or dvd-backup, another decent command line utility, or the script on the wiki for use with mplayer's mencoder.
    I'm looking for opinions as to which is the best, or alternatively, why you like the one you've got. Being a CLI-fanatic, I want the best ripper I can run in a terminal, with the lowest number of dependencies possible, and preferably no gui at all (i.e. not mencoder, which requires you to have mplayer installed) :cry:
    Your thoughts?

    shadowhand wrote:Two questions about dumping DVDs: Can you loopmount the dump? And if so, can you rip the loopmount?  :shock:
    You can loopmount it with mount -o loop movie.img. But why would you want to? You can play them with mplayer -dvd-device movie.img dvd:// or set the dvd device node of your favorite multimedia player to movie.img.
    As for the second question: I'm not entirely sure. There'll probably some dvd rippers that can rip from an image. I also know that FreeBSD has a program (vndconfig?) that can create a device node that points at the image. I'm not sure Linux can do something like that. But again: why would you want to?

  • Yet another MacBook Pro with display issues (NVdia chip)

    Exactly one year and 1 week after purchase, my video controller started freaking out. So just 1 week out of warranty, my display started flickering, blinking, showing garbled clumps of pixels and got progressively worse over the last week until, now, it locks up and/or reboots after about 15 minutes of uptime.
    I have:
    - installed all updates, including firmware
    - reset PRAM
    - re-seated RAM
    - replaced RAM
    - used SMC FanControl to try and keep the GPU cool
    - parked the MacBook in front of the fan/air conditioner in an attempt to keep the GPU cool
    - ran the Hardware Test, which returned a faulty video controller
    None of the above have had any positive effect whatsover.
    I've dug through these forums and hunted around the rest of the net for more info. Every symptom points to the NVidia GeForce issue. It seemed to be heat related. Maybe it was at first (even though max temps were never over 180 F), but after just one more day it doesn't seem to matter anymore. The machine is just FUBAR.
    Tomorrow, I'm taking it in to the Apple store for service. Everything I've read here tells me it'll be at $1,000 logic board replacement since I'm a week out of warranty. Needless to say, if I come home tomorrow with a $1,000 receipt AND no laptop I'm going to be pretty upset.
    What really concerns me is that, if I have to get the logic board replaced, they'll just put in yet another faulty board with another NVdia chip that will do the same thing all over again. There has to be another option, short of just getting a new iMac or tower with an ATI card instead. What else can I do?

    bikemonkey wrote:
    I think my GPU is borked too.
    http://noizesurge.com/downloads/gpu1.jpg
    http://noizesurge.com/downloads/gpu2.jpg - incidentally my computer had completely frozen at this point.
    I'm pretty sure from observing these types of glitches that this is a hardware fault. I shall ring Apple on Monday and hopefully they can pick it up and sort it all out! Does anyone know roughly how long a turnaround is in the UK?
    Yes, your video controller is toast. That's exactly how mine looked.
    Just to make certain, run the Hardware Test:
    - Put in DVD 1 that came with your MacBook Pro.
    - Shut down
    - Restart, holding the D key
    - You'll be put into test mode, run the default test (no need to run the robust test at this stage)
    I'm betting it will return a message that looks like: "4VDC/1/40000003: videocontroller"
    If so, your logic board will have to be replaced.
    The Apple Store I went to (Michigan Ave, Chicago) told me it would take 5-7 days. I'm not sure what UK times would be like, but I'd expect a little longer.
    bikemonkey wrote:
    Incidentally, people are saying that they've have logic boards and what not replaced only for the problem to reoccur. Does this mean nVidia haven't properly fixed the issue?
    Correct. Nvidia hasn't done a thing about this (that I'm aware of), and Apple seems to be putting the same logic boards with the faulty Nvidia chips back in.
    Until we see a new/refreshed line of MacBook Pro's, I think we're stuck.

  • What's a safe DVD ripper to make copy of personal DVD movie and other movies?

    What's a safe DVD ripper to make copy of personal DVD movie and then make a copy to another blank DVD?

    The easiest way is to use Disk Utility to create a disk image of the DVD; you can then burn that to a blank DVD (and indeed play it using the DVD player).
    Insert your DVD. Open Disk Utility and select it in the sidebar (the disk itself, not the drive it's in.) Click 'New Image' in the toolbar.
    In the dialog box which opens set 'Image Format' to 'DVD/CD Master' and 'Encryption' to 'none'. This will make an exact copy without re-compressing.
    Obviously this will not work on a commercially issued DVD, only on ones you make yourself or which are not DRM protected.

  • DVD ripper for ipad

    Does anyone know of a DVD ripper to ipad to use on a Powerbook G4? All I can find are ones that require intel processor. Please help!

    Handbrake will work on unencrypted DVDs. It's a very good program with presets for iPods and Apple TV. Don't know if there's a preset for the iPad yet.
    Discussions about copying commercial, encrypted DVDs aren't permitted as per the terms of use of the forum.

  • After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!

    After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!
    iTunes is a mess! It couldn't find it's own libraries and I was forced to create a new one. Now I don't know where my music is or if any's missing.

    columbus new boy wrote:
    How crap is that?
    It's not crap at all.
    It's not that simple. For example, I've 3500 songs on my MacBook but don't want them all on my phone, so I have to manually select each song again???
    There has to be a solution.
    Why not simply make a playlist with the songs you want on the iPhone?
    and maintain a current backup of your computer.

  • Is this yet another problem with 7.5 or is it just me . . .

    Upgrade seemed to be fine, at first . . . now I keep getting distortion on songs. It seems to be quite random and just because a song has been distorted when I've listened to it once doesn't mean it will be when I listen to it again! It's driving me insane. Is this yet another bug or have I done something wrong (apart from upgrading to 7.5).

    Hi Emlou,
    If you have a Windows based operating system such as XP -
    It seems to me that you are suffering what I am having the same problem with - the program takes up to much of your computer's processing usage. If you go into your task manager and watch performance as ITunes runs - you will see how much of the total computer usage it is taking at any given moment - that's why your songs are distorted, slowing, garbled, etc - the usage on mine spikes from 11% - 93% AT ANY GIVEN MINUTE! I have no idea why, but I have found that by going to your "Control Panel" and clicking on Quicktime you can adjust audio output to help. Click the audio tab, click Safe Mode Wavout only (checkbox) / Then adjust the "Rate" to 96kHz / Then adjust the "Size" to 16 bit. Close that and shut down and restart Itunes - it might help a little for you.
    Maybe someone out there can help us find out why we are suffering with all the CPU usage trouble and how to adjust that spiking.
    Thanks!
    Paul

  • DVD from PE9 won't play in computer let alone another DVD player

    I produced a 7 minute video in HD. I can play it on my computer either as HD or at standard res from files produced via the "Computer:Export files..." on the Share menu. I need to produce a standard NTSC DVD and when I burn using the "Disc: Burn DVD..." I get a message that the burn has been completed successfully. Yet the DVD will not play on my computer if I reinsert in in the same drive I just used to burn it, and won't play in a regular DVD player either. The computer doesn't even see the disc if I search for it. I've read a lot of stuff about DVD-Rs and booktypes and bitsetting but this doesn't seem to apply here since the computer can't read its own disc. Burning a copy of the files burned to folders doesn't work either. The DVD burner burns everything else just fine. I am using DVD+Rs. Would it make any difference if I used DVD-Rs? Or is there anything else anyone can suggest? I am using Windows 7 Professional. Thanks.

    >burning to a folder
    If you are able to write (not burn) the folder structure to your hard drive, you may use the FREE http://www.imgburn.com/index.php?act=download to write files or folders or ISO to disc
    Put a commercial DVD in your drive and take a look with Windows Explorer to see the folder structure and the types of files... and make sure what you write to a folder from PE is similar

  • Yet another No Service iPhone 4, second hand

    Hi all,
    Apologies for yet another topic about the No Service issue on the iPhone 4. I bought a secondhand iPhone 4 16GB 2 days ago after having a 3GS 32GB for 18 months with no problems. iPhone 4 was just over a week old when I bought it (warranty date shows when it was first activated), on the O2 UK network like my old one.
    All was fine for 2 days, was receiving and making calls and texts etc with no problems. But since late afternoon yesterday the phone has mostly said No Service. It occasionally goes onto O2-UK but with no bars of signal so calls and texts still fail immediately.
    I've tried all of the tips I can find online to resolve this, airplane mode on/off, reset network settings, restore from backup, restore as new phone, hard resets. But nothing's working.
    I can take out my SIM and put it into my 3GS, in the same location, and get 5 bars of signal, all my texts come through. Then put SIM back into iPhone 4 and straight away, No Service.
    I've made a Genius bar appointment for tomorrow afternoon, but I'm wondering what happens regarding the fact that I'm not the person who bought the phone in the first place? Will this be an issue?
    Thank you in advance for any advice about this, was so looking forward to having this phone and now, bleh!

    I spoke to o2, they checked my SIM is activated and said they don't need a record of my IMEI number. Still saying No Service so will have to see what the "Genius" says tomorrow!

  • Yet another Mac Book Pro (A1211/2.33 GHz) freeze problem

    Hi everyone,
    I have yet another freeze mystery, if people fancy having a crack at it.
    I had this notebook for about 4 and a half years and it served me well until 2 months ago. It is a 15' MBP from December 2008 (A1211) with a 2.33GHz Core 2 Duo and 2GB of RAM.
    Now I constantly get lags or freezes while I am using it.It manifests itself via the beachball and a frozen screen. First, I thought it was the hard drive but I replaced it with a tested new one and I still get the same behaviour. The reason I thought it was the HD is that it seems to freeze often when there was a lot of access to HD or memory. For example, firefox would cause a freeze quite often when it was trying to access the cache or history. I get the same behaviour when trying indexing my music for the genius feature. Often when I close applications, it will halt the system for about 2 minutes.
    I think the number of lags also correlates with temperature. I am pretty sure that the notebook's heat diffusion properties has deteriorated strongly over the past year as it seems to be using the fans a lot more extensively. The heatsink seems to get really hot these days as well. So my next step would be checking the thermal paste on the heat sink. Before I am going to do that, I want to consider any remaining options as dismantling the laptop up to the heatsink is a bit of a pain.
    My gut feeling would be that it has to do either with the memory or maybe some 'bridge' that transfers the data between HD, GPU, CPU and memory. I am aware that bridge is the wrong word and I am simplifying the architecture of the mainboard too much, but I am sure you get what I mean. The data rate between some of those is inhibited.
    The reason why I am saying some is that often the system seems overwhelmed by the amount of commands, just sits there and then resumes executing all of them as it had taken a break. This can be easily seen when streaming video in a web browser. I often get the beach ball and my whole screen freezes, but the movie, or at least the sound, keeps running in the background. After a while it usually resumes and shows the movie at the current playing position. Sometimes it doesn't recover, not even after 30 minutes and I have to switch it off.
    I hope I provided enough information for you guys to have a think about this.
    Any help in this matter would be gratefully appreciated.

    Before re-installing the operating system, which might also work, I found this article helpful:
    http://macs.about.com/od/usingyourmac/qt/Fix-Spod-How-To-Fix-A-Spinning-Pinwheel -Of-Death.htm
    I've followed the directions since they seem to make sense and am waiting for the next Pinwheel of Death. They seem to be saying the same thing you are Chris, but ascribe the problem to 'permissions' which are fixable (gasp) via the OS disc utility.

  • HT204368 After I updated my iphone 4 to ios 6.1.3 I can no longer connect to my bluetooth plantronics model M25.  I tried reset all settings after turning on and off also submitted diagnostic.  Do I have to buy yet another bluetooth set?

    After I updated my iphone 4 to ios 6.1.3 I can no longer connect to my bluetooth, plantronics model M25.  I tried reset all settings after turning on and off also submitted diagnostic.  Do I have to buy yet another bluetooth set?

    Thank you wjsten for your soon reply. Unfortunately on these days I'm in a country that Apple don't have any retail store here and for sake of time I prefer to fix it myself to DHL it to the nearest country to use its warranty. Do you have any idea how can I fix it? Do you think it's a software issue?

  • Yet another grey folder thread, help!

    Sorry for yet another grey folder thread, but here goes:
    Today, earlier, installed Firefox update, along with some addon updates for that program. Quit Firefox and attempt to relaunch, relaunch fails. Reset computer, thinking that will do the trick, I now have grey folder with question mark.
    Resolve attempts: reset pram = fail; apple care cd = will not launch/fail; disk utility from original install disks = fail; cannot get repair of disk or permissions to work, continually get error about "failing on exit"; safe mode launch = fail
    So, I've done everything, and I've come to conclusion that I am f***, and my HDD is fried (but I hope I am wrong).
    So, dear gurus, my question(s)
    A) Is my HDD salvageable at all? is there some trick to getting the AppleCare cd to work? Anything?!?!
    if not, then B) How can I recover my documents/music/pictures? Long story short, there are several things on there that never had a chance to make my back up schedule, and I desperately want to keep them. Any way to make/copy a disk image to save the docs/imgs, or Firewire them to an external hdd? Do I need to consider a professional HDD rescue?

    Looks like a mechanical failure, and Apple won't cover the replacement due to a drop it sustained a year or two ago (the power cable was in, and it fell on the connection point, denting that in, Apple states there is a critical board their and that it would be $950 Tier 3 repair which I can't afford). So I'm going to try a Firewire Migration and a few other things and see if that works. If not, oh well. Thanks everyone for the ideas!

  • How can I copy a home movie onto another DVD with my MacBook Pro?

    How can I copy a home movie onto another DVD with my MacBook Pro?

    That's a proprietary interface.
    Odds are there is no adapter. Ask Sony.

Maybe you are looking for