Results 1 to 8 of 8

Thread: mpeg 2 swf

  1. #1
    Join Date
    Nov 2004
    Location
    North America
    Beans
    288
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question mpeg 2 swf

    Has anyone successfully converted an mpeg movie to a flash movie? Such as ->
    this WashingtonPost video <-

  2. #2
    Join Date
    Nov 2004
    Location
    North America
    Beans
    288
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: mpeg 2 swf

    Quote Originally Posted by macewan
    Has anyone successfully converted an mpeg movie to a flash movie? Such as ->
    this WashingtonPost video <-
    ffmpeg appears to be what I'm looking to use

  3. #3
    Join Date
    Jul 2005
    Beans
    0

    Talking Re: mpeg 2 swf

    Quote Originally Posted by macewan
    Has anyone successfully converted an mpeg movie to a flash movie? Such as ->
    this WashingtonPost video <-
    To me it's not that hard.. All you need is Macromedia Flash and import your .mpeg movie and place it on a scene. Then you, Test Scene, after you get the .swf and voila! you got a .swf movie, ofcourse you can add time track.. Even a beginner can do that .. You can google it .. Hope this helps

  4. #4
    Join Date
    May 2005
    Location
    Dundas, Ontario, Canada
    Beans
    159
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: mpeg 2 swf

    Quote Originally Posted by Devon001
    To me it's not that hard.. All you need is Macromedia Flash and import your .mpeg movie and place it on a scene. Then you, Test Scene, after you get the .swf and voila! you got a .swf movie, ofcourse you can add time track.. Even a beginner can do that .. You can google it .. Hope this helps
    they dont make flash for linux. in case you didnt notice, this is a linux forum. sorry if im sounding mean, or flamey, but this really doesnt help linux users, or even most windows users, because flash costs many hundreds of dollars.

    -Wild

  5. #5
    Join Date
    Nov 2004
    Location
    North America
    Beans
    288
    Distro
    Ubuntu 10.04 Lucid Lynx

    Talking Re: mpeg 2 swf



    Thanks WildTangent. Devon001, since Macromedia doesn't provide a Linux port of their software I have to rely on the good will of programmers with the knowledge and skill to provide an open alternative to the costly combination of the Windows platform and Dreamweaver MX.

    To convert a video from the .mpg format into something suitable for streaming with Flash Video I used ffmpeg to convert the file. Although not perfect - I have managed as of this morning to create the working example found at the link below.

    http://www.macewan.org/streaming-test/

  6. #6
    Join Date
    Nov 2004
    Location
    North America
    Beans
    288
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: mpeg 2 swf

    I've settled on using a WordPress plugin (modified somewhat) to use the Flowplayer. <a href="http://ffmpeg.sourceforge.net/" title="FFmpeg">FFmpeg</a> is used to convert the .mpg file to the .flv which is then uploaded.

  7. #7

    Re: mpeg 2 swf

    You could also ask these guys, maybe they can help:

    http://f4l.sourceforge.net/

  8. #8
    Join Date
    Apr 2006
    Location
    Switzerland
    Beans
    4

    Re: mpeg 2 swf

    macewan could you be so kind and post the ffmpeg command you used. Inspired by your result I tried it myself with the following command:
    Code:
    ffmpeg -i Hello_my.mpeg Hello_my.swf
    Unfortunately it didn't work and ended with the following prompt.
    Code:
    Unsupported codec for output stream #0.1
    I woudl be very glad if someone has a solution to my problem.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •