On Thu, May 15, 2025 at 8:40 PM Andrew Randrianasulu < [email protected]> wrote:
> чт, 15 мая 2025 г., 23:33 Mark Filipak <[email protected]>: > > > If my pixel format is gbrpf32le, should I be using libplacebo? > > > > Libplacebo says, "Flexible GPU-accelerated"... > > > > What if I don't have a GPU? > > > > https://ffmpeg.org/ffmpeg-filters.html#toc-Examples-89 > > it says > > ==== > Run this filter on the CPU, on systems with Mesa installed (and with the > most expensive options disabled): > > ffmpeg ... -init_hw_device vulkan:llvmpipe ... -vf > libplacebo=upscaler=none:downscaler=none:peak_detect=false > > ==== > > but to be honest it does not work that fast in this mode. But may be on > much faster cpu ot will work better? > On linux, there was/still is? software gpu emulator processing stack that does it all on CPU. Ultra slow for sure. > > _______________________________________________ > > 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". > > > _______________________________________________ > 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". > _______________________________________________ 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".
