Page 1 of 1
Feature request: don't open output file in exclusive mode
Posted: Wed Oct 24, 2012 2:50 am
by cosmotic
When opening the output file to write to, it would be great if the file could be opened in non-exclusive mode so that other applications, like VLC, could read from the file as it is written. This makes it easy to preview the file.
Re: Feature request: don't open output file in exclusive mod
Posted: Wed Oct 24, 2012 3:28 pm
by Woodstock
VLC will crash if you try this. It scans the file before playing, and, if it is not complete, it dies.
Opening in exclusive mode is the only SAFE way to do it!
Re: Feature request: don't open output file in exclusive mod
Posted: Thu Feb 07, 2013 4:45 am
by cosmotic
I have no problem doing this with firefox downloads.
Re: Feature request: don't open output file in exclusive mod
Posted: Thu Feb 07, 2013 6:46 pm
by paulster
That's because they download in linear fashion with the headers already intact at the start of the download.
MakeMKV has to go back and modify the headers at the end of processing to remove things like empty subtitle tracks, so it has to write over areas you could already be playing or at least change the data that VLC has already read.