Help for this page

Select Code to Download


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