[FFmpeg-user] Ip camera stream problem with insert logo

Moritz Barsnick barsnick at gmx.net
Sun Jul 14 21:55:15 EEST 2019


On Sun, Jul 14, 2019 at 20:56:10 +0300, Free1video wrote:
> I delete -vcodec libx264 only with -c:v copy I can stream with actual fps
> betwen 25fps and 30fps

No, I wrote:

> > That error message is pretty clear. You are trying to use "-c:v copy"
> > while applying a filter. That can never work.

That means you need to keep libx264 and remove the copy.

Furthermore:
> ffmpeg version 3.2.14-1~deb9u1+rpt1 Copyright (c) 2000-2019 the FFmpeg

Your ffmpeg version is quite old, which is probably why the aac encoder
is throwing those errors. Please try to get hold of a newer one. (I
realize that may be tricky for ARM. You may need to build yourself.)

Cheers,
Moritz


More information about the ffmpeg-user mailing list