Ignore:
Timestamp:
2009-02-19T09:50:43+13:00 (15 years ago)
Author:
davidb
Message:

Renaming of videoconvert supporting package to supporting Plugin

File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/gsdl-video/trunk/perllib/plugins/MultimediaConverter.pm

    r18490 r18543  
    540540
    541541
    542     $command = "ffmpeg -i \"$ivideo_filename_gsdlenv\"  -ss 125 -vframes 1 -f image2 -s ${thumbnailwidth}x${thumbnailheight} -y \"$thumbnailfile_gsdlenv\"";
     542    $command = "ffmpeg -i \"$ivideo_filename_gsdlenv\"  -ss 12.5 -vframes 1 -f image2 -s ${thumbnailwidth}x${thumbnailheight} -y \"$thumbnailfile_gsdlenv\"";
    543543
    544544    # fmpeg -i input.dv -r 1 -f image2 -s 120x96 images%05d.png
Note: See TracChangeset for help on using the changeset viewer.