Jump to content

Skips in ISO from VIDEO_TS


SWAMi

Recommended Posts

Hi, I was wondering if I could get some help with batch converting DVD rips (Video_TS folders) to ISO.  I have 8 kids in the home and DVD's get scratched and destroyed all the time.  I began backing up my DVD collection years ago to combat the grimy hands and scratches.  I have a bunch of DVD backup rips in VIDEO_TS format that I'd like to convert to ISO.

I wanted to do a test run of some small videos, so I ran 5 or 6 videos through the batch imgburn process.  But...I'm having mixed results...sometimes, the videos have no problems. Other times, I get a video which briefly skips and pauses.  

The sample video is less than 8 mins long.  When watching the ISO video, the picture skips and jumps three times during the 32 - 49 second area.  If I redo the conversion, it may or may not show up again and not in the same spot. 

Here is the cmd line I'm using:

@for /d %%i in (*.*) do "%ProgramFiles(x86)%\ImgBurn\ImgBurn.exe" /MODE BUILD /BUILDINPUTMODE STANDARD /BUILDOUTPUTMODE IMAGEFILE /SRC "%%i\" /DEST "C:\_MovieArchive\%%i.iso" /FILESYSTEM "ISO9660 + UDF" /UDFREVISION "1.02" /VOLUMELABEL "%%i" /PRESERVEFULLPATHNAMES NO /ROOTFOLDER YES /NOIMAGEDETAILS /SPEED 2.4x /START /CLOSESUCCESS

The log is attached.

ImgBurn.log

Link to comment
Share on other sites

Putting something in an ISO container doesn't change what you put in it, so it isn't the cause of the problem.

Are you burning the ISOs to disc? It'll be the discs (or general burn quality of said discs) that are causing the skipping issues. It could even just be your player doesn't like the discs you're using.

Link to comment
Share on other sites

No, I'm just moving from VIDEO_TS to ISO. All the files are staying on my hard drive.  I can play the source video without any problems, but when I get hiccups on SOME of the ISO's.  Even the same player application...  I can take the same source video and convert it to ISO with CloneDVD and the ISO has no problems.

My thinking was something along the lines that running ImgBurn in batch was too fast and my computer, which is decent, but aging, wasn't keeping up.  The skipping is very much like poor burn quality....but I'm not burning to disc.  I was hoping the /speed 2.4x would slow down imgburn...

Link to comment
Share on other sites

Well, I have to correct myself.  My test VIDEO_TS folder must have a problem. 

I SWEAR I watched the original video and converted it to ISO with CloneDVD with absolutely no problems. I ran the batch ImgBurn, watched the ISO, and saw a skip 3/4 through it.  I suspected the speed issue, boosted some buffer settings in ImgBurn, and tried again.  This time, I saw a skip in the first minute.  I again watched the ISO made from CloneDVD with no skips.  Convinced ImgBurn was presenting a problem, I cleared out my test folders, including the good CloneDVD ISO. 

However, I just hit the same skip from the VIDEO_TS folder. I SWEAR though that it wasn't there earlier...  Can moving or copying a VIDEO_TS folder in Windows introduce skips?  I may have had more than one copy of this VIDEO_TS folder...maybe I kept a bad one.  Hrrm...confused...

Going back to my original thought/concern...should I have any concerns about ImgBurn going too fast on my aged PC and introducing an error while putting the video into an ISO container?  

Edited by SWAMi
rewording
Link to comment
Share on other sites

It's not possible to go too fast or slow, so don't worry about that.

Something is always going to be the slowest part of your computer, so you're always limited by the speed of whatever that might be - be it, the network, hdd, cpu, memory or whatever. The program will always work as fast as your machine will allow it to - i.e. there's no code in it to slow anything down and it runs however it runs. The speed setting is only for burning to disc - and the drive is in full control there.

You should do a byte level comparison of your copied / moved files to make sure they're the same. If you're getting memory corruption, that could cause hiccups... but then if the machine is slow anyway, you're bound to have times where the machine is busy doing something else and playback will suffer.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.