You are not logged in.

#1 2009-06-16 23:12:57

CaptainKirk
Member
Registered: 2009-06-07
Posts: 391

[SOLVED] Convert MPG to FLV and Play

I ran this command:

ffmpeg -i mymovie.mpg -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 mymovie.flv

and then I try to play that with this tool

http://www.longtailvideo.com/players/jw-flv-player/

I did this before but last time someone else converted to FLV for me. Now the flv-player just says "Buffering" and never plays...

I then tried:

ffmpeg -y -i mymovie.mpg -r 20 -s 360x288 -deinterlace -ar 22050 mymovie.flv

but I get the same result of Buffering...

Am I doing this wrong?

Last edited by CaptainKirk (2009-06-23 19:52:12)

Offline

#2 2009-06-23 19:51:57

CaptainKirk
Member
Registered: 2009-06-07
Posts: 391

Re: [SOLVED] Convert MPG to FLV and Play

No that is the correct method. The error I had was in the HTML file. sad

Offline

Board footer

Powered by FluxBB