# HG changeset patch # User Matti Hamalainen # Date 1417251788 -7200 # Node ID 0c11b391007b378406c5ea08c1cea8022a429e4d # Parent d28f36ced1782f3d0b263efb02a7f093a5cf617d Fix example config. diff -r d28f36ced178 -r 0c11b391007b mconfig.inc.php.example --- a/mconfig.inc.php.example Sat Nov 29 10:43:31 2014 +0200 +++ b/mconfig.inc.php.example Sat Nov 29 11:03:08 2014 +0200 @@ -60,8 +60,8 @@ // Samples to be generated, and their avconv settings "sampleTypes" => array( - "MP3" => array("-f" => "ogg", "-c:a" => "libvorbis", "-b:a" => 96), - "OggVorbis" => array("-f" => "mp3", "-c:a" => "libmp3lame", "-q:a" => 5), + "OggVorbis" => array("-f" => "ogg", "-c:a" => "libvorbis", "-q:a" => 5), + "MP3" => array("-f" => "mp3", "-c:a" => "libmp3lame", "-b:a" => "96k"), ), // Preview image files settings