Added mobile video format default.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1559 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
a325942dd4
commit
bc51817575
|
@ -492,9 +492,9 @@ my @options =
|
|||
},
|
||||
{
|
||||
name => "ZM_FFMPEG_FORMATS",
|
||||
default => "mpg* mpeg wmv avi mov 3gp",
|
||||
default => "mpg* mpeg wmv avi mov 3gp**",
|
||||
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.",
|
||||
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_MPEG", value=>"ffmpeg" } ],
|
||||
type => $types{string},
|
||||
category => 'tools',
|
||||
|
|
Loading…
Reference in New Issue