On 3 Sep 2003, Ronald Bultje wrote:

> Hi again,
>
> Ignore the other reply, I read this one too late...
>
> On Wed, 2003-09-03 at 04:07, Adam K Kirchhoff wrote:
> > > > **ERROR: [lavplay] No video source!
> > Except that lavplay has an option to playback the video with the software
> > decoder ( -p S ).  This is enabled by default on the mjpegtools packge in
> > the FreeBSD ports tree, so it should definately not be looking for v4l.
> > In fact, when explicitly setting the "-p S" option, I still get the same
> > error.
>
> Code:
>
>    if (editlist->video_frames == 0 && !info->get_video_frame)
>    {
>       lavplay_msg(LAVPLAY_MSG_ERROR, info,
>          "No video source!");
>       return 0;
>    }
>
> So there's no video file loaded, or it failed to open... This *is* a
> valid file, right? I.e., if it's a DV file, do you have DV support
> compiled in? Is lavplay properly linked to libjpeg? Etc.

This is definately a valid file.  It opens up just fine with lavplay under
Linux.  Hmmm...  I should double check the options that the mjpegtools are
compiled with under FreeBSD to make sure that mjpeg support is compiled in
(then again, is it even possible to disable mjpeg support when compiling
the mjpegtools?).

Adam




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to