Forum: Rails Germany ffmpeg für Windows

Posted by Guido Pesch (Guest)
on 2009-03-04 16:13
(Received via mailing list)
Hallo Leute,

ich möchte dieses Tutorial
http://railsonedge.blogspot.com/2009/01/flash-vide...
ausprobieren.

Es muss aber ffmpeg  installiert werden. Habe leider nur einen 
Windowsrechner
zur Verfügung. Hat jemand von Euch ffmpeg auf Windows installiert?
Geht das überhaupt?

Danke und Gruß 
Guido
Posted by D. Weinand (d-w)
on 2009-03-04 16:21
(Received via mailing list)
http://lmgtfy.com/?q=ffmpeg+windows

Sorry. Aber den konnt ich mir jetzt nicht nehmen lassen. ;)
Nicht böse sein.

Aber jetzt mal vom kurz querlesen sollte das Ganze unter Windows möglich
sein,
wenn eben ffmpeg installiert ist und du das entsprechende script
anpassen tust.

  #build the command to execute ffmpeg
    command = <<-end_command
     ffmpeg -i #{ RAILS_ROOT + '/public' + public_filename }  -ar 22050 
-ab 32 -s 480x360 -vcodec flv -r 25 -qscale 8 -f flv -y #{ RAILS_ROOT + 
'/public' + public_filename + flv }
    end_command

Sollte ja auch unter Windows möglich sein die exe dann aufzurufen.
Aber wie gesagt, alles nur Vermutungen ohne es selbst versucht zu haben.

Guido Pesch schrieb:
Posted by Guido Pesch (Guest)
on 2009-03-05 13:09
(Received via mailing list)
Kein Thema

Habe das http://rvideo.rubyforge.org/ noch gefunden.


Zitat von Daniel Weinand <mail4ng@gmail.com>:

>   #build the command to execute ffmpeg
> > Hallo Leute,
> >
> > ich möchte dieses Tutorial
> >
>
http://railsonedge.blogspot.com/2009/01/flash-vide...
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.