What specifically does the #IPod=yes profile option do?
make the file ipod compatible? quicktime compatible?
does it affect the encoding? or only the muxing? and how exactly?
thanks!
jphelp32:What specifically does the #IPod=yes profile option do?make the file ipod compatible? quicktime compatible? does it affect the encoding? or only the muxing? and how exactly?thanks!
It simply remuxes the MP4 for playback on iPods and other apple systems.
Which muxer and with what options?
jphelp32:Which muxer and with what options?thanks!
It's the equivalent of:
ffmpeg -benchmark -y -i <source file> -vcodec copy -acodec copy <dest file>
Simply because mencoder did not produce an iPod friendly MP4 and remuxing with ffmpeg corrected this.
Cheers
Derek