Ignore:
Timestamp:
2010-11-08T11:51:38+13:00 (13 years ago)
Author:
max
Message:

Add direct streaming option to use the original video file directly without any processing. Depending on the format of the imported video file, VLC player may be required (flash is fussy regarding formats and containers).

File:
1 edited

Legend:

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

    r21826 r23292  
    6868    'list' => [{'name' => "disabled", 'desc' => "Do not create any video file optimised for streaming over the Internet."},
    6969               {'name' => "flv", 'desc' => "Uses the FLV format for streaming media. Better to target old computers."},
    70                {'name' => "mp4", 'desc' => "Uses the MP4 container with H264 and AAC codecs. Better quality at very low bitrates but more ressources intensive."}],
     70               {'name' => "mp4", 'desc' => "Uses the MP4 container with H264 and AAC codecs. Better quality at very low bitrates but more ressources intensive."},
     71               {'name' => "direct", 'desc' => "Uses the original video file for direct streaming. The video player should be compatible with the format used!"}],
    7172    'deft' => "disabled",
    7273    'reqd' => "no" }];
Note: See TracChangeset for help on using the changeset viewer.