Record, convert and stream audio & video
sdolganov
This project proposed implementation of P frames with motion compensation and motion estimation support for FFv1 FFmpeg codec and its fine-tuning...
DSM_
Generate video frames by means of interpolation between existing ones by estimating the "true" motion using various algorithms, in attempt to make...
Mohammad Umair
The project aims at enhancing and merging the MPEG-4 ALS encoder, which has been written already, into the official FFmpeg codebase. Second, the...
Ján Sebechlebský
Tee muxer is capable of writing same coded packets to multiple outputs. However in current implementation outputs are being blocked by each other and...
Benjamin St
FFmpeg has implemented VDPAU video decoding for quite a time.This project focuses on adding VDPAU filtering support to FFmpeg, allowing to further...
darkapex
Dolby TrueHD is one of the lossless audio codecs used on Blu-ray discs. FFmpeg is capable of decoding TrueHD content, but encoding functionality is...
psincraian
Doing changes on large projects can break the project, besides finding bugs can be hard and tedious. Tests help to prevent, find and fix bugs much...