Ignore:
Timestamp:
2009-06-10T11:57:45+12:00 (15 years ago)
Author:
davidb
Message:

General improvements to processing audio and for TIMEDHTMLPLugin to process files that have been edited by OpenOffice

File:
1 edited

Legend:

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

    r18995 r19785  
    305305
    306306    my $s_opt = "";
     307
    307308    if ($video_width > $video_height) {
    308309    if ($video_width > $orig_size) {
     
    392393    my $oflash_filename = &util::filename_cat($output_dir,$oflash_file);
    393394
    394     my $s_opt = $self->optional_frame_scale($streaming_size,$video_width,$video_height);
     395    my $s_opt = "";
     396    if ($self->{'media_type'} ne "audio") {
     397    $s_opt = $self->optional_frame_scale($streaming_size,$video_width,$video_height);
     398    }
     399
    395400
    396401    my $exp_duration = $self->{'exp_duration'};
     
    529534
    530535    my $collect = $ENV{'GSDLCOLLECTION'};
    531     my $thumbloc = "$video_server$video_prefix/collect/$collect";
     536
     537    ## my $thumbloc = "$video_server$video_prefix/collect/$collect";
    532538
    533539
Note: See TracChangeset for help on using the changeset viewer.