Including FFMPEG with a Java application on Mac

Posted by James Skidmore on Stack Overflow See other posts from Stack Overflow or by James Skidmore
Published on 2010-06-04T19:34:33Z Indexed on 2010/06/06 0:52 UTC
Read the original article Hit count: 319

Filed under:
|
|
|

I'm writing a Java program that will be used on both Windows and Mac. In the program, I'm using FFMPEG to convert a MOV file to an FLV. On Windows, it's no problem -- simply call the command. But on Mac, I'm not quite sure what to do. Does the user really have to install FFMPEG on their machine, or can it somehow be included in the Java application?

Thanks for any help/guidance!

© Stack Overflow or respective owner

Related posts about java

Related posts about mac