[FFmpeg-user] Encoding from MOV AppleProRes to AVI

Tim Nicholson tim.nicholson at bbc.co.uk
Thu Sep 29 09:19:44 CEST 2011


On 28/09/11 10:22, Fab Tafel wrote:
>
> Hi all!
>
> I'm trying since yesterday to encode an AppleProRes video into AVI. I'm not sure if AppleProRes is supported this way.
>
> I'm using a Mac (Mac OSX 10.5.8) and I compiled ffmpeg with MacPorts. -version command returns:
>
> [....]
>
> And my command to encode the stuff looks like this:
> ffmpeg -i video.mov -sameq -f mov -acodec pcm_s16be -y video.avi
>
>[...]
> Error opening filters!
>
>
> Does someone know what's wrong - if something is wrong - and how to correct it?


So you are specifying creation of a mov format file but with an avi 
extension, and without specifying a codec want the same quantiser as a 
decode only format, and you are surprised it doesn't work?

lose the -f mov and try setting a sensible codec for the avi wrapper.

-- 
Tim

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
					


More information about the ffmpeg-user mailing list