FFmpeg-encode-example
FFmpeg-encode-example copied to clipboard
Example of using ffmpeg for encode video file
Results
1
FFmpeg-encode-example issues
Sort by
recently updated
recently updated
newest added
The tutorial mentions that the call to av_register_all() is required, although it seems it's [deprecated](https://github.com/leandromoreira/ffmpeg-libav-tutorial/issues/29#issue-332992479) since ffmpeg 4.0. https://github.com/UnickSoft/FFmpeg-encode-example/blob/be7f2a49fbd67e62b29f78ae456d92cf71df446e/ffmpegEncoder/VideoEncoder.cpp#L24