Are there many users of systems with slower processor and no FPU such as
armv5te which include GoFlex and Shivaplug (i.e. not Linux armhf) ?
I think I might be able to get  . LMS ships with decoders and encoders
tuned 

To use the LMS provided faad decoder and flac encoder the
custom-convert.conf "hls flc" could be modified as follows.
This might reduce processing load but increases number of processes.

Code:
--------------------
    
  hls flc * *
        # RB:{BITRATE=-B %B}T:{START=-ss %s}
        [ffmpeg] -loglevel quiet  -i $FILE$ -acodec copy -f s16le - | [faad] -q 
-w -f 1 - | [flac] -cs --totally-silent --compression-level-0 
--ignore-chunk-sizes -
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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

Reply via email to