Help for this page

Select Code to Download


  1. or download this
        my $h = eval {
            start(
    ...
                @opts,
            );
        };
    
  2. or download this
    1;
    __END__
    
    ...
        $ffmpeg->input_options({
            file => $input_file,
        });