[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: swf to avi or other format



On Wed, Nov 01, 2006 at 08:19:51AM -0800, Rodney D. Myers wrote:
> My friends 6 year old daughter like this clip;
> 
> http://www.youtube.com/watch?v=cF5NletBOvg
> 
> And he was wondering how to go about getting the swf file to something
> linux can edit/read?
> 
> Thanks
> 
> -- 
Hi Rodney 
There is (not in Debian) software to download youtube videos. This will
save them in the flv format. IIRC you can use mencode with w32codes to
transcode the format.
Here is some code I got from someone:
--------------------------
X=input.flv
Y=output.avi
mencoder $X -ofps 15 -vf scale=300:-2 -oac lavc -ovc lavc -lavcopts vcodec=msmpeg4v2:acodec=mp3:abitrate=64 -o $Y
--------------------------

cheers,
Kev
-- 
|  .''`.  == Debian GNU/Linux == |       my web site:       |
| : :' :      The  Universal     | debian.home.pipeline.com |
| `. `'      Operating System    | go to counter.li.org and |
|   `-    http://www.debian.org/ |    be counted! #238656   |
|     my keysever: pgp.mit.edu   |     my NPO: cfsg.org     |

Attachment: signature.asc
Description: Digital signature


Reply to: