-
Posts
30,514 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by LIGHTNING UK!
-
Try enabling the ‘perform opc before write’ option in the settings and burn another one.
-
Make an iso rather than burning to disc, mount it in a virtual drive program and play from the virtual drive.
-
Burning the cue (based on wavs) will give you the ‘final product’. There’s no sense in making a further image of that disc and burning it again.
-
You wrote ~10KiB to the disc. No wonder it didn't play!
-
In an earlier post, you said you had a Blu-ray burner and Blu-ray discs. You're also saying you have a BDMV folder, so where does 'DVD' come into it? Maybe you're just mixing terminology? You're fine to burn a BD Video disc from the BDMV folder onto your Blu-ray discs using your Blu-ray burner.
-
https://en.wikipedia.org/wiki/Cue_sheet_(computing)
-
I’ve never come across that image format, so I’m afraid that’s a no, they aren’t supported.
-
Reason: Read of Scrambled Sector Without Authentication
LIGHTNING UK! replied to dbminter's topic in ImgBurn Support
True... but the error messages are from the MMC docs, so you'd have to blame those for being a little vague -
Reason: Read of Scrambled Sector Without Authentication
LIGHTNING UK! replied to dbminter's topic in ImgBurn Support
As the error message states, (CSS protected) discs need to be authenticated before they can be read. Don't forget that reading and verifying are the same thing. The program is issuing the 'READ' command to the drive either way. An attempt to read a protected sector without having first completed the authentication process will result in that error being returned. -
Where are you downloading it from? That's not the normal setup file.
-
can you post the log please? The fact it's even trying to use ACM means DirectShow already failed.... so there's something odd about the file you're trying to use. Normally it's just down to the album artwork or similar. It could also be in a format that your system can't convert (bad frequency or mono etc).
-
dbminter's post pretty much covered it. Your player probably stops and starts because it can't read the disc. You could try and see if setting the write speed to 8x helps, but ultimately, you could do with using better discs.
-
Yes... what he said ^^ The only way to make a BIN/CUE in the program is to Read a disc to an image file. You can't make one from a bunch of audio files (wav files or whatever).
-
LabelFlash, Mode Sense and Get Configuration related questions
LIGHTNING UK! replied to Blackened2687's topic in Chat
The returned data is made up of a mode page header, a block descriptor and then the page itself. So you have to skip the header (8 bytes) and then the block descriptor (size taken from last 2 bytes of the header) in order to then read the actual mode page data. As you've asked for mode page 0x2A, you know the LSB 6 bits (so & with 0x3F) in the first byte should be 0x2A, so you can use that as a sanity check. Bytes 12 and 13 in that mode page are the buffer size and they're set to 0x1000, so that's 4096. So maybe you just aren't parsing the returned data correctly? I also fall back to Mode Sense (6) if Mode Sense (10) doesn't appear to be supported by the drive (invalid command op code or whatever). That may help on some really old drives. -
LabelFlash, Mode Sense and Get Configuration related questions
LIGHTNING UK! replied to Blackened2687's topic in Chat
1. Still just mode sense. But I stopped specifically checking for 2D (yes, perhaps due to hanging) and instead ask for the full list... then check that list for the presence of 2D. If 2D is supported, it's classed as being labelflash capable. Those liteon drives must report 2D ok and are therefore considered labelflash capable. 2. Not that I know of. I still only use that for the buffer size. 3. Not specifically, no. If the DVD Read feature (001F) is supported, I consider it able to read DVD-RW. Same goes if the DVD-R/-RW Write Feature (002F) is supported. -
The CUE you found online and posted in your first post would probably work, but it's impossible to say if it's correct or not. It assumes the bin files for track 2 and 3 both have 2 seconds of pregap (basically, nothing) at the start of them. My advice would be to find another source where the disc has been ripped properly and all files (including the CUE file) are present. I'm assuming the image you posted 'about the file' isn't one you've made yourself, because clearly the CUE file is present in that case Unless of course that's the CUE you've made yourself too.
-
Image and Device Buffer oscillation
LIGHTNING UK! replied to DanielRodrigues's topic in ImgBurn Support
The graph data files are more useful for speed issues. Fluctuations in speed once you hit a certain speed are usually an indication you’ve hit the max of something in your machine.