On Wed, 2008-01-30 at 09:02 -0800, Grant wrote:
> Does anyone know of a front end for ffmpeg or any GUI in portage that
> will convert .mov files to .swf?
> 
> - Grant

You could use mencoder, part of mplayer-ebuild:

mencoder *.mov -oac copy -ovc copy -of lavf -lavfopts format=swf -o
*.swf

explanation:

*.mov: input filename
-oac copy, -ovc copy: do not convert input audio and video data
-of lavf: use an FFmpeg libav output format
-lavfopts format=swf: specify format for libav as swf
-o *.swf: output filename

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to