Reply To: iTunes internals

#14959
sonichouse
Participant

@turbo wrote:

When sending iTunes a MP4 file created with the command:

ffmpeg -i Filename.avi -f mp4 -vcodec mpeg4 -acodec libfaac /tmp/filename-manual.m4v

directly (i.e. no transcoding in the script), iTunes will still just hangup the connection (different number of blocks every time!).

I found this on a posting

-async 1 -deinterlace -vcodec libx264 -b 384000 -maxrate 768k -bufsize 384 -coder 0 -level 13
-acodec libfaac -ab 128000

Not sure if it helps 🙂