Dennis Neumeier wrote:
On 10/5/06, Dennis Neumeier <[EMAIL PROTECTED]> wrote:
$ transcode -i ./testmovie.avi -F mpeg4 -y ffmpeg -o ./testmovie.mp4
Warning: this commandline will produce a mpeg4 *video* stream packed into
an AVI (not mp4) container.

I see. So this there any possibility to convert the testmovie.avi into a mp4 video stream in a mp4 container?

Greets,
Dennis



Install either GPAC (MP4Box) or mpeg4ip (mpeg4creator). For example, use MP4Box to mux an avi to a mp4 run

MP4Box -add XXX.avi YYY.mp4

You add audio streams to the mp4 file using the same syntax (-add <audiofile>).

Reply via email to