Video Conversion in Python on Google App Engine -


i using google app engine host website want users able upload video , want use flowplayer display it, requires mp4 , webm formats support browsers. have working correctly user uploads video , can serve need convert 2 formats can view video.

is there python project can import conversion on app engine or resources showing how can google compute engine? need done automatically on server , projects stable in python written done command line on personal computer.

i'm not sure google app engine, may want using ffmpeg. hosting site on heroku , have been able use spawning task automatically grab image uploaded video display , convert uploaded file mp4. in order conversion mp4, need compilation using libx264. no expert on this, may want if haven't already. in app on heroku, able convert uploads mp4, has taken time figure out right configuration , still takes longer like. however, new developer , first app ever created, might easier working way want it.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -