Thanks! I set gop_size to 0, and now it works better(static picture 800x600
700-900kb, dinamyc depends on screen changes). Could you please also give
some advice is there any other way to reduce file size(can I create lossy
output?). I saw some flv 10 minutes screencasts, with high resolution, and
only 10-15 mb filesize.
P.S. I think that someone should add this to output_example.c, so it'll be
compatible with flash sv.
if (c->codec_id == CODEC_ID_FLASHSV) {
c->gop_size = 0;
}
2008/12/18 Benjamin Larsson <[email protected]>
> Artem Yunusov wrote:
> > I'm using Flash screen video codec to encoding screen video, but file
> size
> > is quite big, for example, 40 sec of static picture 800x500 takes 18.7
> Mb.
> > As I understand, this codec uses algorithm, that write only changed parts
> of
> > picture, but why file size is so big ? Size depends on length, but with
> > static picture it shouldn't. Maybe I missed something in configuration ?
> >
>
> Hi, post command line and output. Try with -g 0, might help.
>
> MvH
> Benjamin Larsson
>
>
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user