comparison mconfig.inc.php.example @ 973:0c11b391007b

Fix example config.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 11:03:08 +0200
parents d6548ad68134
children 8f242f756b0b
comparison
equal deleted inserted replaced
971:d28f36ced178 973:0c11b391007b
58 "sampleChannels" => 1, // 1 = mono, 2 = stereo 58 "sampleChannels" => 1, // 1 = mono, 2 = stereo
59 "sampleDuration" => 30, // in seconds 59 "sampleDuration" => 30, // in seconds
60 60
61 // Samples to be generated, and their avconv settings 61 // Samples to be generated, and their avconv settings
62 "sampleTypes" => array( 62 "sampleTypes" => array(
63 "MP3" => array("-f" => "ogg", "-c:a" => "libvorbis", "-b:a" => 96), 63 "OggVorbis" => array("-f" => "ogg", "-c:a" => "libvorbis", "-q:a" => 5),
64 "OggVorbis" => array("-f" => "mp3", "-c:a" => "libmp3lame", "-q:a" => 5), 64 "MP3" => array("-f" => "mp3", "-c:a" => "libmp3lame", "-b:a" => "96k"),
65 ), 65 ),
66 66
67 // Preview image files settings 67 // Preview image files settings
68 "previewNoImage" => "img/nopreview_tn.png", 68 "previewNoImage" => "img/nopreview_tn.png",
69 "previewImageType" => "PNG", // Generally PNG or JPEG 69 "previewImageType" => "PNG", // Generally PNG or JPEG