atrocity wrote: > That in turn gave me the idea to try a two-step approach with ffmpeg, > and that also worked. Telling ffmpeg to go MP4->.aac->.m4a made LMS > happy, but obviously any true one-line solution is going to be > preferable. I've encapsulated it in a bash script file with lots of > comments.
You should be able to use "-vn -c:a copy" in your command and so have a single step ffmpeg conversion. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=109839 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
