[FFmpeg-soc] Help needed with new concatenate filter

Stefano Sabatini stefano.sabatini-lala at poste.it
Thu Apr 1 15:03:10 CEST 2010


On date Wednesday 2010-03-31 20:06:17 -0400, Brandon Mintern encoded:
> Thanks a lot for the feedback. A new, much cleaner (and actually
> similar to what I wrote on my first try before changing it to what you
> saw) patch is at the bottom of this post. I still can't see why the
> 2nd input is not being output; it seems like everything should be
> getting properly propagated.

You need to shift the PTSes of the second source, something of the
kind:
pts += last_pts_of_first_source;

[...]

Regards.


More information about the FFmpeg-soc mailing list