The following command will strip out the "video" channel which is
upsetting faad and create a file called output.mp4


Code:
--------------------
    
  ffmpeg -i '24 Time to Go to Sleep.m4a'  -map 0 -map -0:v -c copy output.mp4
  
--------------------


A more generic solution would be to use ffmpeg instead of faad to
transcode - it is bigger and uses more memory. For one file I suggest
clean the file up using ffmpeg and use faad to transcode - keeps your
system standard.


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

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

Reply via email to