Tag

Ffmpeg

All articles tagged with #ffmpeg

FFmpeg Demands Funding or Ceases Bug Reports from Google

Originally Published 2 months ago — by The New Stack

Featured image for FFmpeg Demands Funding or Ceases Bug Reports from Google
Source: The New Stack

FFmpeg, a vital open-source multimedia framework used widely across platforms, faces challenges due to underfunding and reliance on volunteers for fixing security vulnerabilities, highlighted by a recent obscure bug found by Google's AI. The debate centers on whether large corporations like Google should provide more support and patches, or if the current volunteer-driven model is sustainable, especially as AI uncovers more security issues. The situation underscores the need for better funding and support for critical open-source projects to ensure their security and longevity.

FFmpeg Achieves 94x Speed Increase with AVX-512 Optimization

Originally Published 1 year ago — by Slashdot

Featured image for FFmpeg Achieves 94x Speed Increase with AVX-512 Optimization
Source: Slashdot

FFmpeg developers have implemented a handwritten AVX-512 assembly code path, achieving performance boosts of up to 94 times in video processing tasks. This optimization leverages the AVX-512 instruction set to process large data chunks in parallel, significantly outperforming standard implementations and other SIMD instruction sets like AVX2 and SSSE3. The results underscore the potential of hand-optimized assembly code for enhancing compute-heavy tasks in multimedia processing.

FFmpeg's Groundbreaking Multi-Threading Refactoring Revolutionizes CLI

Originally Published 2 years ago — by Phoronix

FFmpeg has merged its long-awaited multi-threaded command line interface (CLI) for video transcoding pipelines, marking one of the most complex refactoring efforts in decades. The update, available in FFmpeg Git, introduces a thread-aware transcode scheduling infrastructure and enables components to run in parallel, promising significant performance improvements for the widely-used open-source project. Users are encouraged to test and report any issues, as this change represents a major milestone for FFmpeg.