Hi! Ralph Glasstetter wrote:
> bad news... it seems that your inbuffer concept breaks the windows build! :-(( Sh...t. > Just compiled it and now always get the "file to short' message from > mpgfile.cpp > when opening a TS... no matter if I try to open one or more files... any idea? I need to try that myself. Maybe lseek() doesn't work as it should (the older versions used stat() to obtain the file size, but I decided to remove that because it's not really portable). > BTW,... another strange effect is that Windows has a rather arbitrary file > order when > opening multiple files with the CTRL key. It's hard for my to see any > systematics. :-| > > In my example with 5 files (000.vdr - 005.vdr ) it works when I click from > last to first file... > but when I do it in the opposite order I get 5,1,2,3,4 (and not 5,4,3,2,1)??? I've seen that with other applications as well. Inside the windows explorer, there is a trick to get the order straight - I think I used the "list" or "details" view. Unfortunately, that won't work with a Qt dialog. > The later is also the case when I draw a box around the files... > no matter from what direction... very strange!?! Well, a semi-fix would be to sort the names alphabetically (or at least ASCIIbetically ;-). But that will break the topfield naming scheme (.tts9 followed by .tts10) when you have too many files. And probably other schemes as well. > PS: Since I'm running windows at the moment I'll produce a new artifically > splitted file > to see if that works for playback. The older one which I tried has to have > something > strange inside... maybe accidentally a stream error in the cutted GOP? Maybe it's a windows (mplayer) problem as well. I only tested that with Linux. Michael. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
