1; __END__ =head1 NAME FFmpeg::Command - A wrapper class for ffmpeg command line utility. =head1 DESCRIPTION A simple interface for using ffmpeg command line utility. =head1 SYNOPSIS use FFmpeg::Command; my $ffmpeg = FFmpeg::Command->new('/usr/local/bin/ffmpeg'); $ffmpeg->input_options({ file => $input_file, });