Found the solution ! The problem was with the new swscaler. You need
to add one line in colourspace.c:


      weed_free(pd_array); weed_free(or_array);

+      width*=weed_palette_get_pixels_per_macropixel(opal_hint);

      if 
((swscale=swscale_find_context(iwidth,iheight,width,height,ipixfmt,opixfmt,flags))==NULL)
{
    swscale = sws_getContext(iwidth, iheight, ipixfmt, width, height,
opixfmt, flags, NULL, NULL, NULL );
    store_ctx=TRUE;
      }




Gabriel.



http://lives.sourceforge.net
https://www.ohloh.net/accounts/salsaman


On Wed, Jul 3, 2013 at 9:48 AM, Harrie Hoogeveen
<[email protected]> wrote:
> Hello,
>
> I upgraded my LiVES and the way it outputs video has changed. Before if I
> had video's in different resolutions LiVES used to scale them to the output
> resolutions defined in the v4l2loopback output options. But now if the video
> is not the same resolution it will fill up the left over part with green.
> Is there a way to make LiVES resize the video's to the proper output
> resolution again so I do not have to resize all my video/sets to the output
> resolution?
>
> Best Regards,
>
> Harrie
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Lives-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lives-users
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to