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 _______________________________________________ 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".
