FFMPEG and SHA512 frontend for lossless video encoding
...Context:
Up until now, standardisation organisation such as the Video Quality Experts Group (VQEG) or the International Telecommunications Union (ITU) have used only uncompressed video formats. The H.264 standard and its implementation in FFMPEG allows for lossless transmission of video data at a smaller file size.
Purpose:
DEFINITELY LOSSLESS simplifies the manipulation of YUV422 video data embedded in AVI files with UYVY422 Four-CC code. It also checks for truncation and correct reconstruction of the uncompressed video at the receiving side.
Disclaimer:
Please note, that this project is for experts in video processing. ...
Windows XP/Vista/7/8 Installers for FFMpeg 32 and 64 bit. Shared libraries built by zeranoe.com, installers built by us. Script source in the SVN, library source at http://ffmpeg.zeranoe.com/ and http://www.ffmpeg.org.
Libavinterface is a C++ wrapper library for the C video library FFMPEG and the C graphics library SDL. It is designed to be class-based, predominantly for scenarios where non-class data is impossible (eg. the VST SDK). It is designed for mingw/msys.