diff --git a/zmconfig.pl.in b/zmconfig.pl.in index fd80c9406..9a648178c 100755 --- a/zmconfig.pl.in +++ b/zmconfig.pl.in @@ -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',