Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Veeam Data Platform v13.1 - Get Your Free Trial
Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
CutterFF is a small program for UNIX (or Windows if compiled with
MingW) for cutting videos using FFmpeg and GTK+. It is easy to use and fast, since it do not
decode and encode the streams, instead it only copy them.
...It implements a subset of JPEG standard.
Now the code contains JPEG decoder so if you decided to use nonstandard transform or entropy coding in encoder you still will be able to decode bitstream (provided that you keep the decoder in sync of course).
Release 1.1 source code and Windows executables are on the download page. For the latest release code look into the repository in 'release-1-0' branch.
The SSE2 inplementation is present in 'simd.0' branch in the repository.
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
P264Decoder is a free h.264 decoder. It support baseline profile and x264 base bitstream now. The initial p264decoder version is based on the uncompleted x264 decoder. website: http://p264decoder.zj.com
A library providing a full implementation of MPEG-2 transport streams (ISO/IEC 13818-1 aka ITU-T Rec. H.222). Can read, write and edit transport streams. Code is generated from a XML description of the bitstream syntax. This may be extended to other multimedia file formats in the future.