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