FFVCL and FFmpeg
What’s FFmpeg?
FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows.
Relation between FFVCL and FFmpeg
Because FFVCL is a direct wrapper of FFmpeg’s libavcodec APIs, it is able to reflect the power of FFmpeg libraries. And it is more flexible and more powerful than the official FFmpeg command line interface. At the same time, FFVCL is very easy to use. Therefore, FFVCL is better than FFmpeg CLI in some measure. View FFVCL Architecture…
Supported Formats
Formats: 3GP, ASF, AVI, F4V, MOV, MPEGPS, OGG, WebM, More…
Protocols: BLURAY,
FTP, HTTP, HTTPS, RTP, RTMP,
TCP, More…
Decoders: AAC, FLV, H264, HEVC, MPEG4, VP9, WMV, More…
Encoders: AC3, H263, MP3, MPEG4, WMV, X264, X265, More…