Ignore:
Timestamp:
2009-09-03T16:04:04+12:00 (15 years ago)
Author:
max
Message:

Don't add the original video file as associated file anymore. Keep the same name for the MP4 streaming video file used for each video clip.

File:
1 edited

Legend:

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

    r20346 r20492  
    10061006    #add the metadata for the resulting file that should be open inside the flash video player
    10071007    $doc_obj->add_utf8_metadata ($section, "streamablevideo", $streamable_url_safe);
    1008     $doc_obj->associate_file($oflash_filename,$oflash_file,"video/mp4",
     1008    $doc_obj->associate_file($oflash_filename,"VideoStream.mp4","video/mp4",
    10091009                 $section);
    10101010    }
Note: See TracChangeset for help on using the changeset viewer.