[FFmpeg-user] Video Conversion Issues

Tom Evans tevans.uk at googlemail.com
Thu Nov 14 17:20:33 CET 2013


On Wed, Nov 13, 2013 at 2:49 PM, Govind Raj <govind.durai at gmail.com> wrote:
> Hi
>
> I am trying to convert WMV format video to FLV.
>
> Syntax to reproduce :
> ffmpeg -i sampleWMV.wmv  -c copy testWMV.flv

No, you're trying to copy WMV in to a FLV container. You can't put WMV
in a FLV container, hence the errors.

You also emailed the list trying to copy unspecified MPEG in to a FLV
container. You can't put MPEG-1/2 in to a FLV container either.

Cheers

Tom


More information about the ffmpeg-user mailing list