Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Media::Convert::FfmpegInfo

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Media-Convert-1.0.2/lib/Media/Convert/Pipe.pm -- Around line 194: =over should be: '=over' or '=over positive_number'

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.

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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: Media::Convert::FfmpegInfo

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.

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
Media::Convert a Moose-based library to work with media assets 1.000002 metacpan
Media::Convert::Asset Media::Convert representation of a media asset metacpan
Media::Convert::Asset::Concat a Media::Convert::Asset made up of multiple assets metacpan
Media::Convert::Asset::PNGGen Generate a video from a (list of) PNG files metacpan
Media::Convert::Asset::Profile::av1 Create an H.264/AAC video metacpan
Media::Convert::Asset::Profile::copy Profile that merely copies all data, unmodified. metacpan
Media::Convert::Asset::Profile::mp4 Create an H.264/AAC video metacpan
Media::Convert::Asset::Profile::mpeg2 metacpan
Media::Convert::Asset::ProfileFactory Create an output profile from an input video. metacpan
Media::Convert::AvSync Helper module to fix A/V synchronization issues. metacpan
Media::Convert::CodecMap metacpan
Media::Convert::FfmpegInfo metacpan
Media::Convert::Map Map streams and/or channels from an input asset into an output metacpan
Media::Convert::Normalizer normalize the audio of an asset. metacpan
Media::Convert::Normalizer::Bs1770gain normalize the audio of a video asset using bs1770gain metacpan
Media::Convert::Normalizer::Ffmpeg normalize the audio of a video asset using the ffmpeg 'loudnorm' filter metacpan
Media::Convert::Normalizer::None metacpan
Media::Convert::Pipe class to generate ffmpeg command lines with Media::Convert::Asset metacpan

Provides

Name File View
Media::Convert::Asset::Profile::Base lib/Media/Convert/Asset/ProfileFactory.pm metacpan
Media::Convert::Asset::Profile::vp8 lib/Media/Convert/Asset/ProfileFactory.pm metacpan
Media::Convert::Asset::Profile::vp8_lq lib/Media/Convert/Asset/ProfileFactory.pm metacpan
Media::Convert::Asset::Profile::vp9 lib/Media/Convert/Asset/ProfileFactory.pm metacpan
Media::Convert::Asset::Profile::webm lib/Media/Convert/Asset/ProfileFactory.pm metacpan

Other Files

MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan