Added swf into allowed video formats list
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2666 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
b9e39cbede
commit
86f562ffe4
|
@ -454,7 +454,7 @@ our @options =
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => "ZM_FFMPEG_FORMATS",
|
name => "ZM_FFMPEG_FORMATS",
|
||||||
default => "mpg* mpeg wmv avi mov 3gp**",
|
default => "mpg* mpeg wmv avi mov swf 3gp**",
|
||||||
description => "Formats to allow for ffmpeg video generation",
|
description => "Formats to allow for ffmpeg video generation",
|
||||||
help => "Ffmpeg can generate video in many different formats. This option allows you to list the ones you want to be able to select. As new formats are supported by ffmpeg you can add them here and be able to use them immediately. Adding a '*' after a format indicates that this will be the default format used for web video, adding '**' defines the default format for phone video.",
|
help => "Ffmpeg can generate video in many different formats. This option allows you to list the ones you want to be able to select. As new formats are supported by ffmpeg you can add them here and be able to use them immediately. Adding a '*' after a format indicates that this will be the default format used for web video, adding '**' defines the default format for phone video.",
|
||||||
requires => [ { name=>"ZM_OPT_FFMPEG", value=>"yes" } ],
|
requires => [ { name=>"ZM_OPT_FFMPEG", value=>"yes" } ],
|
||||||
|
|
Loading…
Reference in New Issue