Gentoo Archives: gentoo-user

From: Florian Philipp <lists@××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} GUI swf encoder in portage?
Date: Wed, 30 Jan 2008 19:43:53
Message-Id: 1201722219.31769.9.camel@NOTE_GENTOO64.PHHEIMNETZ
In Reply to: [gentoo-user] {OT} GUI swf encoder in portage? by Grant
1 On Wed, 2008-01-30 at 09:02 -0800, Grant wrote:
2 > Does anyone know of a front end for ffmpeg or any GUI in portage that
3 > will convert .mov files to .swf?
4 >
5 > - Grant
6
7 You could use mencoder, part of mplayer-ebuild:
8
9 mencoder *.mov -oac copy -ovc copy -of lavf -lavfopts format=swf -o
10 *.swf
11
12 explanation:
13
14 *.mov: input filename
15 -oac copy, -ovc copy: do not convert input audio and video data
16 -of lavf: use an FFmpeg libav output format
17 -lavfopts format=swf: specify format for libav as swf
18 -o *.swf: output filename

Attachments

File name MIME type
signature.asc application/pgp-signature