Ignore:
Timestamp:
2012-05-02T22:16:34+12:00 (12 years ago)
Author:
davidb
Message:

Tweaks to code based on building the nzonair4 test collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio/trunk/src/perllib/plugins/VideoConverter.pm

    r25516 r25518  
    339339
    340340    # Use the MediaInfo command to get the file specs
    341     my $command = "MediaInfo \"$video\"";
     341    my $command = "mediainfo \"$video\"";
    342342
    343343    print $outhandle "  $command\n" if ($verbosity > 2);
     
    11731173    my $count = 1;
    11741174
     1175##    print STDERR "**** timeline keys = ", join("; ", keys %$timeline), "\n";
    11751176    foreach my $t (sort { $timeline->{$a}->{'keyframeindex'} <=> $timeline->{$b}->{'keyframeindex'} } keys %$timeline)
    11761177    {
Note: See TracChangeset for help on using the changeset viewer.