> On Mar 20, 2016, at 11:49 PM, Thilo Borgmann <thilo.borgm...@mail.de> wrote: > > Hi, > > trying to handle software fallback more consistently for videotoolbox and > probably other hardware accelerations. > > Addresses ticket #5352 where software fallback is demanded which has been > removed on purpose before. With this patch the user can configure the desired > behaviour. > > -Thilo > <0001-lavc-videotoolbox-Consistent-fallback-to-external-so.patch>_______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
The encoder isn’t meant to be a hwaccel - it uses hardware encoding when available, but I think it should fallback to software in the default case when hardware isn’t available. One use case of this encoder is using a device-side H.264 encoder, so it doesn’t matter if it’s software or hardware. How about a flag or option to require hardware? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel