Wowza Community

FFMPEG conversion question

Hello.

I would like to know how it is possible to encode videos of different formats (mp4, mov, mpg, wmv) to MOV using ffmpeg.

I was wondering which command I need to use. The specs I need are as follows:

Video Container: MOV

Video Codec: AVC

Video Bitrate: 2.000 kbps

Audio Codec: AAC

Audio Bitrate: 128 kbps

Framesize: 640 x 360

Thanks for your help.

Matt

Hi

Yes you can,

You will find a whole lot more info on the ffmpeg website here,

http://ffmpeg.org/ffmpeg.html#Video-and-Audio-file-format-conversion

Jason

Hello.

I would like to know how it is possible to encode videos of different formats (mp4, mov, mpg, wmv) to MOV using ffmpeg.

I was wondering which command I need to use. The specs I need are as follows:

Video Container: MOV

Video Codec: AVC

Video Bitrate: 2.000 kbps

Audio Codec: AAC

Audio Bitrate: 128 kbps

Framesize: 640 x 360

Thanks for your help.

Matt

Converting video files such as to mov with ffmepg,

try like: mencoder filename.wmv -oac copy -ovc copy -o filename.mov

or follow the gudie here

http://www.ilikemall.com/how-to/convert-wmv-to-mov-mac.html