Emanuel Berg (12022-08-20): > o/ > > I try to concat two webm files and get > > Too many invisible frames > > The files have different resolutions, is that why it fails? > If so, how do you then "normalize" them before concat'ing? > > If it isn't that, then why?
I suspect some formats just have too complex features to allow for simple concatenation. concat is not guaranteed to work with streams that have different parameters. There is no way around that without transcoding. To normalize, use the concat filter and transcode. Sorry I cannot be of more help. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
