The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for FFmpeg-Command

0.11    Sun Jun 7
        Changed how to handle title, author and comment options
        because recent version of ffmpeg changed the way to handling these
        options. Thanks to hsbt.

0.10    Thu Mar 3
        Change audio_codec value from aac to libaac in %device_option
        because recent version of ffmpeg -acodec option doesn't recognize aac.
        Thanks to hsbt.

0.09    Mon Feb 23
        Fix for RT#43525.
        Now tests don't fail even if you don't have ffmpeg installed.
        Thanks to ANDK.

0.08    Sun Feb 15
        - Only set device options if a device name is supplied.
        - Only include output_file in the ffmpeg command line if we have
          supplied one.
        - Add 'command' accessor to make it easier to inspect the ffmpeg
          command line created by a call to execute()
        - Fix typo in POD
        Thanks to Will Hawes.

0.07    Wed Oct 10
        Support timeout(), stdout() and stderr() methods.
        Thanks to Yasuhiro Horiuchi.

0.06    Sun Sep 24
        Fix t/01-ffmpeg.t to succeed test with ffmpeg that comes with 3gp converter.

0.05    Fri Sep 22
        Change %option from 'my' to 'our'.

0.04    Wed Aug 30
        Change default video_codec from h264 to mpeg4.

0.03    Mon Jul 31
        Skip an output option if its value is undef.

0.02    Mon Jul 31
        Added checking routine of output_options keys.
        Added output_options (title, author, comment, frame_rate)
        Renamed size options to frame_size.(You can still use 'size.')

0.01    Thu Jul 27
        First version, released on an unsuspecting world.