Page 1 of 1

MJPEG Files with External "Frames" File

Posted: 21 Jun 2011 19:52
by cedarpath
Hi. I have a system which saves a video feed as two files; an MJPEG file and a "frames" file. The frames file is a text file which appears to have pointers to different MJPEG segments; e.g.:

[0]
start=65
end=54558
[1]
start=54625
end=109096
...

When I try to play the MJPEG file in VLC, it appears that only the first segment is played. Does anyone know how I can get the entire video to be displayed?

Thanks so much.

Re: MJPEG Files with External "Frames" File

Posted: 21 Jun 2011 20:00
by Jean-Baptiste Kempf
Not with VLC.

Re: MJPEG Files with External "Frames" File

Posted: 21 Jun 2011 22:12
by cedarpath
Thanks - do you know of anything that would work?