[Lazarus] Play video files in a row without delay
John Briggs
johneb47 at optusnet.com.au
Sun Feb 22 07:16:04 CET 2015
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
More information about the Lazarus
mailing list