converting .swf to .mpg
Nicolae Ghimbovschi
xfreebird at gmail.com
Tue May 6 20:04:17 UTC 2008
On Tue, May 6, 2008 at 11:01 PM, Nicolae Ghimbovschi
<xfreebird at gmail.com> wrote:
> Install mencoder:
> sudo apt-get install mencoder
>
> for example: video.swf to video.mpg
>
> bash-:$ mencoder video.swf -of mpeg -ovc lavc -lavcopts
> vcodec=mpeg1video -oac copy other_options -o video.mpg
where other_options can be different mencoder arguments
you also could try
bash-:$ mencoder video.swf -of mpeg -mpegopts
format=mpeg1:tsaf:muxrate=2000 -o video.mpg -oac lavc -ovc lavc
-lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3
this will create a MPEG-1 file suitable to be played on systems with
minimal multimedia support, such as default windows installs
>
>
> On Tue, May 6, 2008 at 10:54 PM, norman <norman at littletank.org> wrote:
> > I have been asked if I could download and then transfer to a CD some
> > sound files from a website dealing with practice exercises for students
> > of French. I can play the files in Firefox OK and I can download the
> > files to my hard drive as .swf. Despite searching I am unable to find
> > out how to convert to a .mpg file which I could burn to a CD. Could some
> > kind person help, please. I am using Ubuntu 8.04.
> >
> > Norman
> >
> >
> > --
> > ubuntu-users mailing list
> > ubuntu-users at lists.ubuntu.com
> > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> >
>
>
>
> --
> "Be the change you want to see in the world !" Mahatma Gandhi
>
--
"Be the change you want to see in the world !" Mahatma Gandhi
More information about the ubuntu-users
mailing list