converting video file into flv and ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabsmarty
    New Member
    • Feb 2007
    • 25

    converting video file into flv and ...

    I need a help when, converting video file into flv and add site domain name into video, when any one play the video than the domain name display the the video when it play.
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Hey zabsmarty,

    You'll need an external program to do this on the server (Linux? Windows?). Preferably from the command line.

    You might be in luck to find a PHP extension to do this, but I've personally haven't ever seen one that does this.

    You'll just execute the commandline using

    exec("yourCLIap p.exe --foo='bar'",$out );

    Good luck,



    Dan

    Comment

    Working...