Skip to main content
September 17, 2008
Question

<cffile> Video

  • September 17, 2008
  • 1 reply
  • 257 views
I want my client upload their video. And also want to know if I can encode those *.avi or mov files in to *.flv files programatically?
    This topic has been closed for replies.

    1 reply

    Inspiring
    September 17, 2008
    Hi,

    Q1) Refer the <cffile> tag in the livedocs.

    Q2) For programatic conversion of AVI and MOV to FLV extension, you need to buy third party softwares like FLV Encoder (which comes as a SDK, and it can be integrated with any webserver).

    HTH