[OSX-Users] Re: mac tool to convert video to .flv
Daniel Thorpe
dt05r at ecs.soton.ac.uk
Thu Aug 5 15:07:58 BST 2010
Couldn't agree more with this.
I do however recommend using homebrew http://github.com/mxcl/homebrew which is a package manage for OS X, which is so much better than Fink and MacPorts, as it will install to /usr/local/, use whatever you've already got installed when checking dependencies, and uses git/svn for downloading/updating sources.
I've just built ffmpeg using homebrew, and it built yasm, x264, faac, faad2 and lame before getting ffmpeg.
Cheers
Dan
On 5 Aug 2010, at 11:39, Vladimiro Sassone wrote:
> On 5 Aug 2010, at 10:29, m.c. schraefel wrote:
>> Know of any tools that will convert quicktime, avi etc to flash (.flv)??
>
> In my view, the absolutely top-in-class is FFmpeg, which is open source and --I'm afraid-- command-line only (FFmpegX is just a GUI around some quite old version of FFmpeg). You have to make sure you understand the difference between a media container (such as eg FLV, AVI, MOV, MP4, MKV, OGM....) and codecs (such as eg MPEG2, DIVX, H264, DIRAC..., AAC, ALAC, MP3, VORBIS, ...)
>
> The complexity of the task depends on which of the two you want to change. From the way you formulated your question, it looks to me as though you want to "repackage" some media contents from a AVI or MOV container to a FLV container. In this case, the FFmpeg command can be as simple as
>
> ffmpeg -i original_file.avi -vcodec copy -acodec copy new_file.flv
>
> Just go to http://ffmpeg.org/, download the source from SVN or GIT repository, compile it, and run it.
>
> Cheers,
> \vs
More information about the Osx-users
mailing list