FFmpeg 5704
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: FFmpeg-5704/FFmpeg/Stream/Audio.pm -- Around line 57: alternative text 'FFmpeg::Stream/new()' contains non-escaped | or / Around line 64: alternative text 'FFmpeg::Stream/init()' contains non-escaped | or / FFmpeg-5704/FFmpeg/Stream/Data.pm -- Around line 71: alternative text 'FFmpeg::Stream/new()' contains non-escaped | or / Around line 78: alternative text 'FFmpeg::Stream/init()' contains non-escaped | or / FFmpeg-5704/FFmpeg/Stream/Unknown.pm -- Around line 59: alternative text 'FFmpeg::Stream/new()' contains non-escaped | or / Around line 66: alternative text 'FFmpeg::Stream/init()' contains non-escaped | or / FFmpeg-5704/FFmpeg/Stream/Video.pm -- Around line 58: alternative text 'FFmpeg::Stream/new()' contains non-escaped | or / Around line 65: alternative text 'FFmpeg::Stream/init()' contains non-escaped | or / FFmpeg-5704/FFmpeg/Stream.pm -- Around line 199: alternative text '/bit_rate()' contains non-escaped | or /
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: FFmpeg, FFmpeg::Codec, FFmpeg::FileFormat, FFmpeg::ImageFormat, FFmpeg::Stream, FFmpeg::Stream::Audio, FFmpeg::Stream::Data, FFmpeg::Stream::Unknown, FFmpeg::Stream::Video, FFmpeg::StreamGroup
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,5704
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
FFmpeg | Perl interface to FFmpeg, a video converter written in C | 5704 | metacpan |
FFmpeg::Codec | A media stream (co)mpression / (dec)ompression algorithm | 0.01 | metacpan |
FFmpeg::FileFormat | A multimedia file format supported by FFmpeg (eg avi, mov, mpeg, mp3, &c) | 0.01 | metacpan |
FFmpeg::ImageFormat | Image formats supported by FFmpeg's image codecs. | 0.01 | metacpan |
FFmpeg::Stream | An audio or video stream from a (multi)media file. | 0.01 | metacpan |
FFmpeg::Stream::Audio | An audio stream from a (multi)media stream group. | 0.01 | metacpan |
FFmpeg::Stream::Data | A non-media data stream from a (multi)media file. | 0.01 | metacpan |
FFmpeg::Stream::Unknown | A stream of unknown type from a (multi)media stream group. | 0.01 | metacpan |
FFmpeg::Stream::Video | A video stream from a (multi)media stream group. | 0.01 | metacpan |
FFmpeg::StreamGroup | A group of related media streams, typically encapsulated in a single file | 0.01 | metacpan |