Search found 6 matches
- Tue Aug 05, 2014 11:11 pm
- Forum: Blu-ray discs
- Topic: Divergent Bluray
- Replies: 38
- Views: 106820
Re: Divergent Bluray
I found 00565 and 00810 are 2:19:40 on my disc. I don't know if either of them is right but I hope that helps.
- Sat May 03, 2014 10:25 pm
- Forum: Blu-ray discs
- Topic: Frozen BR
- Replies: 6
- Views: 21374
Re: Frozen BR
Seems to be a codec problem... Not sure why this one is giving me trouble but at least I know why.
- Sat May 03, 2014 10:18 pm
- Forum: Blu-ray discs
- Topic: Frozen BR
- Replies: 6
- Views: 21374
Re: Frozen BR
AnyDVD route wasn't anymore successful. I don't know what's going on with this one.
- Sat May 03, 2014 9:09 pm
- Forum: Blu-ray discs
- Topic: Frozen BR
- Replies: 6
- Views: 21374
Re: Frozen BR
Using 1.8.10, none of my output mkvs files play. This is the only disc I've ever had this problem with. No errors in the log, just trying to play the file results in a black screen. Length seems messed up as well as I can seek to 127hr. Right now I am going to see if using AnyDVD and manually extrac...
- Wed Feb 06, 2013 4:32 pm
- Forum: General MakeMKV discussion
- Topic: Disable Idle Timer While Reading Disks
- Replies: 3
- Views: 7058
Re: Disable Idle Timer While Reading Disks
Hmm... I swear my computer is going to sleep during a read and when I wake it up it would continue reading. It is possible it enters sleep mode during a retry sequence? I didn't follow the source close enough to see if it calls notifyUpdate during retires. I have my retires set really high and it ca...
- Tue Feb 05, 2013 11:35 pm
- Forum: General MakeMKV discussion
- Topic: Disable Idle Timer While Reading Disks
- Replies: 3
- Views: 7058
Disable Idle Timer While Reading Disks
It would be great if you put:
SetThreadExecutionState(ES_SYSTEM_REQUIRED);
In your read loop.
Thanks!
--nick
SetThreadExecutionState(ES_SYSTEM_REQUIRED);
In your read loop.
Thanks!
--nick