[FFmpeg-user] Help!!!!!!!!!!! How to convert a wmv file to mp4????

Roger Pack rogerdpack2 at gmail.com
Wed Dec 5 19:26:03 CET 2012


On 12/5/12, Sarfraz Asghar <sarfrazasghar at gmail.com> wrote:
> Hello All,
>
> I am to convert a wmv file to mp4. How i can convert it using Java. I have
> tried to convert the wmv file to mp4 using JAVE, but it could not.
> Thanks in advance

I presume you are wanting to use FFmpeg to convert it, not "java"?
Anyway if I were you I'd call out to the command line, like running
ffmpeg -i input_file output_file.mp4"
Cheers!
-r


More information about the ffmpeg-user mailing list