Hello List! I am now near the goal to encode different video formats into a ipod compatible format.
An example of a converting command I use ist: $ transcode -i ./testmovie.avi -F mpeg4 -y ffmpeg -o ./testmovie.mp4 Only the sound formats aren't clear to me. As far as I know, the ipod only supports aac audio. Now, I read thorugh the transcode manual and there is a format called ac3. I guess, these two formats aren't the same ones, correct? If so, how can I tell transcode to encode the audio track of the original video into aac format? Greets, Dennis