Ignore:
Timestamp:
2009-04-15T17:24:24+12:00 (15 years ago)
Author:
davidb
Message:

Some mods to work with Windows version of ffmpeg

File:
1 edited

Legend:

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

    r18897 r18982  
    2828package TimedHTMLPlugin;
    2929
    30 ##use videoconvert;
    31 
    3230use HTMLPlugin;
    3331use VideoConverter;
     
    6866   
    6967    new VideoConverter($pluginlist, $inputargs, $hashArgOptLists);
    70 
     68   
    7169    my $self = (defined $hashArgOptLists)
    7270    ? new HTMLPlugin($pluginlist,$inputargs,$hashArgOptLists)
    7371    : new HTMLPlugin($pluginlist,$inputargs);
    74     
     72 
    7573    my $collect_dir = $ENV{'GSDLCOLLECTDIR'};
    7674
     
    725723### = new videoconvert($base_dir,$src_filename,$verbosity,$outhandle,$exp_duration);
    726724###    $self->{'videoconvert'} = $videoconvert;
     725# ******
     726
     727    $self->init_cache_for_file($src_filename);
    727728
    728729    #---
Note: See TracChangeset for help on using the changeset viewer.