benh wrote:
> I may try to re-transcode a file from the source flac to alac again and
> see what happens.
If you are messing with the file. You should check whether the file
FASTSTART enabled (i.e. streamable) is an issue.
A file is "streamable" when the index to audio frames is placed at start
of the file (i.e Flag FASTSTART is enabled when file is created).
The following command will make a MPEG4 file streamable. The audio
encoding is not changed.
Code:
--------------------
ffmpeg -i input.m4a -acodec copy -movflags +faststart output-audio.mp4
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=114439
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins