ffmpeg-next 0.2.0

Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate)
docs.rs failed to build ffmpeg-next-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ffmpeg-next-7.0.0

This is a fork of the ffmpeg crate by meh., compatible with FFmpeg major version 4 (tested against 4.0.2). FFmpeg4 code is guarded by the ffmpeg4 feature, enabled by the default. Disable ffmpeg4 to compile against FFmpeg 3.4 (tested against 3.4.4). Earlier versions of FFmpeg are not officially supported. See my command line tool metadata's Cargo.toml for example usage when supporting both major versions of FFmpeg.