- or download this
my $ffmpeg = FFmpeg::Command->new('/usr/local/bin/ffmpeg');
- or download this
my $ffmpeg = FFmpeg::Command->new('ffmpeg.exe');
- or download this
my $ffmpeg = FFmpeg::Command->new('C:\\Directory\\Where\\I\\Put\\ffmpe
+g.exe');
- or download this
# untested!
my $ffmpeg = FFmpeg::Command->new('"C:\\Program Files\\Ffmpeg\\ffmpeg.
+exe"');