How to spot or match the specific sector of the DVD disc in the movie?

I've been checking the condition of DVD discs with VSO Inspector.
Most of time, it doesn't show any errors on the discs. However, when there's an error on a disc, sometimes it shows that there's an error in the beginning of the sectors and sometimes at the end of the sectors.
My question is, how can I find these sectors in the movie? As you can see in the attached photo, there's a reading error starting from the sector 29152 in total of 3782560 Sectors (7.21 GB). Would it be beginning of the movie or at the end of the movie? How can find the exact time of the sector in the movie? I would like to check what's actually happening in the movie at a specific time which matches to the failed sector.
video dvd sectors
add a comment |

I've been checking the condition of DVD discs with VSO Inspector.
Most of time, it doesn't show any errors on the discs. However, when there's an error on a disc, sometimes it shows that there's an error in the beginning of the sectors and sometimes at the end of the sectors.
My question is, how can I find these sectors in the movie? As you can see in the attached photo, there's a reading error starting from the sector 29152 in total of 3782560 Sectors (7.21 GB). Would it be beginning of the movie or at the end of the movie? How can find the exact time of the sector in the movie? I would like to check what's actually happening in the movie at a specific time which matches to the failed sector.
video dvd sectors
Since fragmentation does not exist on optical drives, and the process of writing the disk in the first place removed fragmentation of the file, the file would have been written in continuous sectors on the disk. So if you have detected an error in a given sector, all you would need to know is the size of each sector ( total size of file/number of sectors ) to determine an estimated location within the file.
– Ramhound
Jan 19 at 1:37
But that would give a byte offset into the file, and the question is asking for a time offset.
– Scott
Jan 19 at 1:42
add a comment |

I've been checking the condition of DVD discs with VSO Inspector.
Most of time, it doesn't show any errors on the discs. However, when there's an error on a disc, sometimes it shows that there's an error in the beginning of the sectors and sometimes at the end of the sectors.
My question is, how can I find these sectors in the movie? As you can see in the attached photo, there's a reading error starting from the sector 29152 in total of 3782560 Sectors (7.21 GB). Would it be beginning of the movie or at the end of the movie? How can find the exact time of the sector in the movie? I would like to check what's actually happening in the movie at a specific time which matches to the failed sector.
video dvd sectors

I've been checking the condition of DVD discs with VSO Inspector.
Most of time, it doesn't show any errors on the discs. However, when there's an error on a disc, sometimes it shows that there's an error in the beginning of the sectors and sometimes at the end of the sectors.
My question is, how can I find these sectors in the movie? As you can see in the attached photo, there's a reading error starting from the sector 29152 in total of 3782560 Sectors (7.21 GB). Would it be beginning of the movie or at the end of the movie? How can find the exact time of the sector in the movie? I would like to check what's actually happening in the movie at a specific time which matches to the failed sector.
video dvd sectors
video dvd sectors
edited Jan 19 at 1:27
Kim
asked Jan 19 at 1:25
KimKim
62
62
Since fragmentation does not exist on optical drives, and the process of writing the disk in the first place removed fragmentation of the file, the file would have been written in continuous sectors on the disk. So if you have detected an error in a given sector, all you would need to know is the size of each sector ( total size of file/number of sectors ) to determine an estimated location within the file.
– Ramhound
Jan 19 at 1:37
But that would give a byte offset into the file, and the question is asking for a time offset.
– Scott
Jan 19 at 1:42
add a comment |
Since fragmentation does not exist on optical drives, and the process of writing the disk in the first place removed fragmentation of the file, the file would have been written in continuous sectors on the disk. So if you have detected an error in a given sector, all you would need to know is the size of each sector ( total size of file/number of sectors ) to determine an estimated location within the file.
– Ramhound
Jan 19 at 1:37
But that would give a byte offset into the file, and the question is asking for a time offset.
– Scott
Jan 19 at 1:42
Since fragmentation does not exist on optical drives, and the process of writing the disk in the first place removed fragmentation of the file, the file would have been written in continuous sectors on the disk. So if you have detected an error in a given sector, all you would need to know is the size of each sector ( total size of file/number of sectors ) to determine an estimated location within the file.
– Ramhound
Jan 19 at 1:37
Since fragmentation does not exist on optical drives, and the process of writing the disk in the first place removed fragmentation of the file, the file would have been written in continuous sectors on the disk. So if you have detected an error in a given sector, all you would need to know is the size of each sector ( total size of file/number of sectors ) to determine an estimated location within the file.
– Ramhound
Jan 19 at 1:37
But that would give a byte offset into the file, and the question is asking for a time offset.
– Scott
Jan 19 at 1:42
But that would give a byte offset into the file, and the question is asking for a time offset.
– Scott
Jan 19 at 1:42
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395973%2fhow-to-spot-or-match-the-specific-sector-of-the-dvd-disc-in-the-movie%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395973%2fhow-to-spot-or-match-the-specific-sector-of-the-dvd-disc-in-the-movie%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Since fragmentation does not exist on optical drives, and the process of writing the disk in the first place removed fragmentation of the file, the file would have been written in continuous sectors on the disk. So if you have detected an error in a given sector, all you would need to know is the size of each sector ( total size of file/number of sectors ) to determine an estimated location within the file.
– Ramhound
Jan 19 at 1:37
But that would give a byte offset into the file, and the question is asking for a time offset.
– Scott
Jan 19 at 1:42