Ignore:
Timestamp:
2012-10-05T04:22:03+13:00 (12 years ago)
Author:
davidb
Message:

Plugin changed so it now also generates '.ogg' audio files (useful for Firefox playing audio with HTML5 <audio> element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/audioDB/trunk/src/perllib/plugins/FFTExtractor.pm

    r26275 r26288  
    106106
    107107    # Setup and run the ffmpeg command
    108     my $ffmpeg_cmd = "ffmpeg -y $convert_options";
    109     $ffmpeg_cmd .= " -i \"$native_source_file_path\"";
     108    my $ffmpeg_cmd = "ffmpeg -y";
     109    $ffmpeg_cmd .= " -i \"$native_source_file_path\" $convert_options";
    110110    $ffmpeg_cmd .= " \"$native_target_file_path\"";
    111111       
Note: See TracChangeset for help on using the changeset viewer.