Not sure if this is the right place to post this or not, but I'm in a bind. I need to develop an application that will do the following:
1) Accept movies of various formats when "dropped" into the application and add them to the list control.
2) Have a settings button that allows a user to enter a username and password. Save the username and password for feature 3.
3) When an "upload" button is clicked two things happen
a) Re-encode the video selected for upload using ffmpeg
b) Use HTTP to upload the video (via POST) to a specified URL, including the username and password as form variables. Show a progress bar
4) Provide a preview window to play the video selected.
That's it. Can anyone do this for me? I need it this week...
1) Accept movies of various formats when "dropped" into the application and add them to the list control.
2) Have a settings button that allows a user to enter a username and password. Save the username and password for feature 3.
3) When an "upload" button is clicked two things happen
a) Re-encode the video selected for upload using ffmpeg
b) Use HTTP to upload the video (via POST) to a specified URL, including the username and password as form variables. Show a progress bar
4) Provide a preview window to play the video selected.
That's it. Can anyone do this for me? I need it this week...