Am Sa., 18. Apr. 2020 um 00:35 Uhr schrieb Simon Brown <[email protected]>: > > On Fri, 17 Apr 2020 at 22:50, Carl Eugen Hoyos <[email protected]> wrote: >> >> Am Fr., 17. Apr. 2020 um 20:38 Uhr schrieb Simon Brown >> <[email protected]>: >> >> > Thanks Devin, found the right place, but finding frames to skip seems to >> > be taking more CPU time. >> > >> > Is there any way of building ffmpeg libraries to a) minimize any other >> > stuff that isn't being used >> >> Yes but even showing us how you compile now may help you. >> >> Did you already test the skip_frames option? >> >> Carl Eugen >> > I use this as my command line for compiling: > gcc -o demuxdecode demuxdecode.c -L/usr/local/lib -Wl,--start-group > -lavformat -lavcodec -lavdevice -lavfilter -lavutil -lswscale -lswresample > -Wl,--end-group -ldl -lm -lz -lpthread -lrt -mfpu=neon
But the question was how you compiled FFmpeg. > I tried skipping frames, but then it had too many errors Can you reproduce these errors with ffmpeg (the command line interface)? (Assuming you tested the skip_frame option) Carl Eugen _______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
