Gorka Olaizola wrote:
> Hello,
> 
> I'm trying to remove the waiting time between two parts when playing a
> video cut in multiple files and played joined with the config.AUTOJOIN
> feature or a .fxd file.
> 
> I've made a patch that appends the subitems to the same call to mplayer
> or xine. In mplayer it uses -fixed-vo to use the same window. This way
> the gap between files is smaller.
> 
> It works for me but I think we should do more testing, see if it's
> the best way of doing that or what implications could have this change
> in other plugins.

I must give this a try, it looks like this will be more important for 
the tv.ivtv_xine_tv plug-in that breaks up the recordings into smaller 
chunks.

I've been working on the autojoin logic, the current release looked from 
the end of the file back to find a '1' and then went through some 
complicated logic to determine if the files could be joined. I've 
changed this logic a bit to look for a number '1' before a '.'. If there 
is a number before a '.' then it looks for files with a '2', etc.

The idea is that we should be able to join files that are in the TV 
recoding format, ie:

YYYYMMDD_HHMM_name_0001.vob, YYYYMMDD_HHMM_name_0002.vob, etc as well a 
movies across files, i.e. movie_cd1.avi and movie_cd2.avi. I think that 
the regular expression may need some changes to cope with other naming 
conventions.

Duncan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to