Code: Select all
$cfg['mime_type']['flac'] = 'application/x-flac';
$cfg['stream_extension'][] = 'flac';
$cfg['stream_codec'][] = 'FLAC';
$cfg['stream_encode'][] = 'D:\bin\codec\flac.exe --tag=TITLE=%title --tag=ARTIST=%artist -S- -0 -';
$cfg['stream_max_channels'][] = 2;
$cfg['stream_transcode_treshold'][] = 0;
Code: Select all
ERROR (foo_flac) : FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH
ERROR (foo_flac) : FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC
The second one is that fb2k is "processing" all FLAC files in the m3u first, causing many transcoding processes to start and run for some time (rather fb2k issue than NJB).
Any ideas?