Determining which video format to use

Posted by pcasa on Stack Overflow See other posts from Stack Overflow or by pcasa
Published on 2010-06-01T14:08:17Z Indexed on 2010/06/01 14:13 UTC
Read the original article Hit count: 185

Filed under:
|

I want to upload a video file and convert it to flash and 3gp/mp4. No problem, plenty of tuts for this out there using paperclip and ffmpeg.

For some reason I thought there was a tut that showed if std browser play flv but if mobile then use 3gp/mp4 but can't seem to find it.

Any one know if there is a tut like this out there?

Else, Can I tell paperclip which is flv and 3gp/mp4. Then later call something in the view like video_url(:flv) or video_url(:mp4) or set this globally if mobile?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby