Name

getvideoext — returns the file name extension for the video format specified

Synopsis

use Wacs;
use Wacs::WacsUI;
scalar getvideoext(format); 
scalar format;
 

Parameters

The getvideoext takes the name of the video format (ie MPEG, QuickTime, etc) as stored in the sformat database field.

Summary

The getvideoext returns a file name extension (mpg, wmv, mov, avi, etc) appropriate to the type of file specified.

Availability

getvideoext is available from Wacs 0.9.0 release onwards in perl and php. It was not available prior to this release