![]() |
||||
![]() |
![]() |
|||
Step #2: Finding the start and end LBA
of your scene
The other way to find LBA in a VOB - using file size properties Now comes the arithmetic. Divide the total number of bytes in the file by 2048. This will give you the approximate number of LBAs in the VOB file. So in this case we will take 177,911,808 and divide by 2048 to give us 86871 LBA in the VOB. Again, write this number down. The next step - Finding LBA per second For example, say using SmartRipper we have determined that the total number of LBA in a VOB is 86871. Also by playing the VOB in Windows Media player we know it plays for 4 minutes and 19 seconds (or 259 seconds). So we take the total number of LBAs in a VOB and divide that by the total number of seconds. 86871 divided by 259 equals 335.409266409... or 335.4LBA/second, Note this number tend to be different for each DVD, so in all likelihood you can not use 335.4 for the DVD you are editing. The final step - Converting your start and end points to LBA scene beginning = 84 seconds What you need to do know is find out what these times are in LBA. To figure this out you will use the LBAs per second rate that you just figured out in the previous step. Multiply each number by the LBA per second and we have: scene beginning = 84 seconds x 335.4LBA/sec = 28174 LBA Again write these two numbers down, the whole point of all this was to find you start and stop points in LBA so you can go on to the next step.
|
||||