[FFmpeg-user] baseline profile not getting activated in ffmpeg

Susheel Tickoo ticks.sunny84 at gmail.com
Wed Apr 10 16:23:18 CEST 2013


Thanks Carl,

I will suerly update my code to be more redable and presentable :). So do
we need to remove the setting of max_b_frames at all or do we have to set
it to c->max_b_frames = 0; ?

On Wed, Apr 10, 2013 at 7:34 PM, Carl Lindqvist <lulebo at gmail.com> wrote:

> >  c->max_b_frames=1;
> Then down a bit comes
> >  c->max_b_frames = 0;
> Then comes
> >  c->max_b_frames=1;//new
>
> This is just one example of things that look weird in those settings.
> Looks like you have copy/pasted a lot of different option around.
>
> I haven't gone through all the options you set, but for example,
> baseline can't have b-frames.
>
> /Carl
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list