swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] av2swf issues


From: Matthias Kramm
Subject: Re: [Swftools-common] av2swf issues
Date: Sun, 17 Dec 2006 12:32:45 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Dec 13, 2006 at 08:05:00PM -0500, Matthew Becker wrote:
> trying to get avi2swf to generate for me normal video. I did this a
> while ago on windows, now i'm doing it on linux (ubuntu) and i've got
> the following installed:
> libavifile0.7-0.7.43-3.20050620.1.1.92plf.i586.deb

avi2swf is outdated. Use either mencoder:

    mencoder file.avi -lavfopts 
i_certify_that_my_video_stream_does_not_use_b_frames \
                      -ffourcc FLV1 -oac mp3lame -of lavf -ovc lavc \
                      -lavcopts vcodec=flv:acodec=mp3:vbitrate=500:abitrate=56 
-srate 22050  \
                      -o file.swf

Or ffmpeg:

ffmpeg -i video.mpg -b <bitrate> -s <X>y<Y> -pass 1 -passlogfile log_file 
video.flv
ffmpeg -i video.mpg -b <bitrate> -s <X>y<Y> -pass 2 -passlogfile log_file 
video.flv
flvtool2 -UP video.flv

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]