-
Posts
30,521 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by LIGHTNING UK!
-
http://forum.imgburn.com/index.php?showtopic=8000
-
It's not designed for backing up 'in use' files on your hard drive. Firefox is obviously using that file and modifying it, thereby changing its size away from what ImgBurn had originally been told it was. If you want to backup your hard drive, I'd always recommend a proper hard drive backup tool - i.e. Acronis True Image, Macrium Reflect etc.
-
If that doesn't work, something else has already got control of your drive and is preventing ImgBurn from accessing it.
-
Problem with burn DVD+R DL Samsung sh-202N
LIGHTNING UK! replied to Rside's topic in ImgBurn Support
It has nothing to do with what you're burning. Your drive is just having trouble burning to those discs. -
Problem with burn DVD+R DL Samsung sh-202N
LIGHTNING UK! replied to Rside's topic in ImgBurn Support
If everything was fine, you wouldn't be here. The advice is all there in that thread, you can do with it as you please. -
Problem with burn DVD+R DL Samsung sh-202N
LIGHTNING UK! replied to Rside's topic in ImgBurn Support
http://forum.imgburn.com/index.php?showtopic=8000 -
imgburn stuck on searching for scsi/atapi devices
LIGHTNING UK! replied to bonzwa's topic in ImgBurn Support
Right, so the problem is with whatever this thing is... Some USB device you've got plugged in? -
You may have had some other codecs installed on that PC which could handle the files ok.
-
If you have other mp3 files on your system, pick 10 totally random ones and double check the DirectShow filter stuff on those too please. It would be nice to see at least 1 of them working through DirectShow and may give us some insight as to why the ones you're trying there haven't worked. Normally, when DirectShow fails to process an MP3, it's because of the tagging system used in the file (or because it's mono etc. and can't convert to stereo).
-
Sorry, it's unclear if you have tried higher than 8x? 8x is the lowest supported speed, so any attempt to use something slower than that will just result in it burning at 8x anyway. Perhaps give 24x a go? If that doesn't work either, try cleaning the drive with a cleaning disc. After that you can either try some Taiyo Yuden discs or get yourself another drive.
-
It's the dye/MID of the disc that's important, not the brand name. So yeah, they probably just switched the product they stamped their name on.
-
You did have one of the mp3 files you'd added to the 'Create CUE' window selected at the time yeah? Assuming you did, if nothing came up/was listed then it means it's not using any DirectShow filters and must have fallen back to the ACM method because DirectShow couldn't decode the file.
-
Eh? The entire file is about how to control ImgBurn via the command prompt/line.
-
All the command line stuff can be found in the ReadMe.txt file that lives alongside ImgBurn.exe
-
No, because ImgBurn doesn't read them. It reads the command line parameters. All you could do is something like this (*untested*)... set write_speed=8x ImgBurn /SPEED %write_speed%
-
Maybe your drive doesn't support them? The disc info certainly looks messed up and is missing stuff.
-
I can only assume it's something to do with the filters being used. When you've added an mp3 to the 'Create CUE' window, right click it and bring up the directshow filters list. Let me know what's listed please.
-
If doing it like that makes it easier for you to read later on, fair enough. Personally, I don't think it really needs to be dumbed down any more. You can see the speed in the command line parameters easily enough and having a variable at the top of the file that you can change doesn't really help.
-
Thanks, I'll look into it.
-
There is no 'auto', AWS just means the AWS feature is active. If you haven't configured it, it burns at MAX speed. If you *have* configured it, just change /SPEED 8x to /SPEED AWS
-
Sorry, I forgot to say that it needs to be copied to where ImgBurn.exe lives. Or change it slightly so it says "%ProgramFiles(x86)%\ImgBurn\ImgBurn.exe" at the start of those lines instead of just ImgBurn.exe. Don't forget the quotes around that path name though oh and if you're using a 32 bit OS and not a 64 bit one, you might just need... "%ProgramFiles%\ImgBurn\ImgBurn.exe"
-
No. All that's required here is a batch file with those 2 lines in it. If you're doing something beyond that which requires you to 'master' the batch programming language, so be it.
-
It's exactly what I posted above in post 18. Right click on your desktop and select 'New' -> 'Text Document'. Edit the name so it says something like 'Copy Disc.bat' - Note that if you don't have Explorer set to show file extensions, this won't work as you won't be able to change the file extension from .txt to .bat. Right click your new 'Copy Disc.bat' file and select 'Edit'. It'll open up in Notepad. Copy + paste the 2 lines I provided in post #18. Close Notepad and make sure you save the file when prompted. That's it.
-
If you knew anything at all about batch files, you'd have made one using the info I provided earlier in about 2 seconds. It's ok to have no clue about something, just don't pretend that you do.