On Fri, Feb 20, 2015 at 12:04:06AM -0800, aradeonas wrote:
> Thank you Mike and John.
> 
> But I test playlists with VLC,mplayer and ffplay and problem is after
> first file finish thery is a 0.5 second delay for opening second file
> and its not good for project because files are tiny videos(less than 5mb
> and 4 seconds) and this delay is not good at all.I need to read second
> file before first one or pass every frame at a time to player.
> 

Well perhaps the only other way to do this easily is:
    cat file1 file2 .... > newfile
    
Play newfile

John

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to