foxwelljsly wrote:
> Hmm, is FFMPEG identifying it as a video file due to the embedded
> artwork being in particular format?
The alac file may have 2 streams one audio and one video but video is
just one frame.
It looks like the Squeezelite use of ffmpeg libraries is not setup to
ignore such invalid artwork - I think when transcoding by LMS, video
streams might be ignored and so not cause a problem
Best to convert the file and remove the video stream.
Something like the following might work
Code:
--------------------
ffmpeg -i input.m4a -vn -acodec copy output-audio.m4a
--------------------
You should be able to attach zip file to a post but only if the
extension is .zip (I do it all the time)
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110011
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins