bpa wrote: 
> The alac file may have 2 streams one audio and one video but video is
> just one frame in png format.
> It looks like the Squeezelite use of ffmpeg libraries is not setup to
> ignore such invalid artwork or some perhaps artwork is bigger than
> supported - 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)

Cheers. This probably applies to about a third of my library - 20,000
tracks, so will give some though about batch converting the lot to FLAC
anyway as I've well and truly left the apple ecosystem behind.


------------------------------------------------------------------------
foxwelljsly's Profile: http://forums.slimdevices.com/member.php?userid=68764
View this thread: http://forums.slimdevices.com/showthread.php?t=110011

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

Reply via email to