https://github.com/mizzy/ffmpeg-command
https://github.com/mizzy/ffmpeg-command
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizzy/ffmpeg-command
- Owner: mizzy
- Created: 2011-07-26T12:32:45.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-07T14:23:13.000Z (about 13 years ago)
- Last Synced: 2025-02-19T05:34:27.115Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 147 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
FFmpeg-Command
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc FFmpeg::Command
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/FFmpeg-Command
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=FFmpeg-Command
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/FFmpeg-Command
CPAN Ratings:
http://cpanratings.perl.org/d/FFmpeg-Command
COPYRIGHT AND LICENCE
Copyright (C) 2006 Gosuke Miyashita
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.