Hi All,

I made some changes to convert.conf etc. following advice on here,
adding the following

# Transcoding for AAC files.
mov flc * *
[faad] -w -f 2 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --endian little --sign signed --channels 2 --bps
16 --sample-rate 44100 -
mov mp3 * *
[faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q
$QUALITY$ -b $BITRATE$ -x -r - -
mov wav * *
[faad] -w -f 2 $FILE$

However still getting some problems, the playback is intermittent for
certain tracks and as mentioned in title skips and is distorted etc.

Can anyone offer any advice or things to check for this? I have noticed
that it seems to be only the first 2/3 tracks that have this problem and
it then plays the tracks as expected.

Thanks
Ian


-- 
socistep
------------------------------------------------------------------------
socistep's Profile: http://forums.slimdevices.com/member.php?userid=18860
View this thread: http://forums.slimdevices.com/showthread.php?t=51946

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to