Page 1 of 1
Broken video file handling
Posted: Tue Aug 02, 2005 11:28 pm
by Danny
If there are broken (incomplete) video files in a folder, it slows down the thumbnail creation process. In fact, the whole application is stuck until XNView realizes: oh, that one's broken - let's ignore it and go for the next one.
I guess the problem is that it doesn't skip those files fast enough. So maybe they should be marked as problematic or something within the thumbnail cache. It then shall not try to recreate the thumbs for those files on reselecting the folder until you manually refresh the folder view (pressing F5 and so on).
That, or just make it skip faster. ;p
Posted: Mon Aug 29, 2005 11:51 pm
by Danny
So? What about a 5 second timeout then? If a thumbnail could not be created within 5 seconds, skip the file and go for the next one. Better? This is really bugging me.
Posted: Tue Aug 30, 2005 7:00 am
by helmut
Display of thumbnails in XnView browser must be fast, so this is an an important issue.
What do you mean with "broken/incomplete video files"? Could you provide samples?
Posted: Tue Aug 30, 2005 2:00 pm
by Danny
helmut wrote:Display of thumbnails in XnView browser must be fast, so this is an an important issue.
What do you mean with "broken/incomplete video files"? Could you provide samples?
For example stuff you are currently downloading but haven't finished yet. Like some videogame trailer torrent files.
Or simply files that have frames missing, but you need to keep them nonetheless.
Posted: Tue Aug 30, 2005 2:03 pm
by xnview
Danny wrote:helmut wrote:Display of thumbnails in XnView browser must be fast, so this is an an important issue.
What do you mean with "broken/incomplete video files"? Could you provide samples?
For example stuff you are currently downloading but haven't finished yet. Like some videogame trailer torrent files.
Or simply files that have frames missing, but you need to keep them nonetheless.
I think that the problem is in DirectShow, i ask for a frame, that's all...

Posted: Tue Aug 30, 2005 2:48 pm
by Danny
xnview wrote:I think that the problem is in DirectShow, i ask for a frame, that's all...

All i can say is that ACDSee does not get stuck on those files. It will simply not create a thumbnail and skip to the next one.
XNView, on the other hand, will most likely be able to create a thumbnail. But it can take up to 20 seconds for one such file. Now, if you have like 10 of those in one folder.... you do the math...
One can argue which behaviour is better. Skipping problematic files or trying to get a thumbnail - no matter what.
So, my 2 suggestions are: either
- skip the thumbnail creation process after X seconds
or
- mark files that needed a long time to create thumbnails from within the cache so it will not automatically recreate thumbs for those but only when manually refreshing them
Just my 2 cents.
Posted: Thu Jan 26, 2006 12:28 pm
by ckit
I support this request.