Posts that Alex Ezell is monitoring

Subscribe to Posts that Alex Ezell is monitoring 8 posts found

Sep 30, 2008
Avatar davidbliss 7 posts

Topic: Upload Filenames

Is it possible to pass the title as a hidden input in a form we host and post to http://heywatch.com/upload?

EDIT: nevermind, I see this is working.

 
Feb 15, 2007
Avatar Bruno Celeste 374 posts

Topic: Auto-encode and FTP

The automatic encode now works after an upload from the computer.

 
Feb 15, 2007
Avatar Bruno Celeste 374 posts

Topic: Upload Filenames

In the next changes, you will be able to set a title when upload a video from disk. I think it will resolve your issue.

Edit: I just commit, you can now use the parameter title to set a title.

 
Feb 14, 2007
Avatar Bruno Celeste 374 posts

Topic: Upload Filenames

You have two ways to avoid that:
  • rename the title of the raw video, so when it gets encoded, the encoded video will be named that way. Do it before encode of course.
  • use the new parameter ftp_directive for job creation. ftp_directive overrides the global option you set in your account page and must be in the same form (ftp://log:pass@host:port/path). The good point is that you can specify a different path for each created jobs, and then, avoid the clash.

eg with curl:

curl -X POST -d “video_id=1024&format_id=40&ftp_directive=ftp://log:pass@myhost.com/path/my_host_user_id/” “http://log:pass@heywatch.com/job”

 
Feb 14, 2007
Avatar Bruno Celeste 374 posts

Topic: Ajax Upload

I know… Unfortunately, I have a critical error when trying with firefox. The function apparently cannot access the parent window due to security reason. I think it is the cause.

I have no solution, sorry.

 
Feb 14, 2007
Avatar Bruno Celeste 374 posts

Topic: Auto-encode and FTP

Yes, it will be available in a few days.

 
Feb 14, 2007
Avatar Bruno Celeste 374 posts

Topic: Auto-encode and FTP

In fact, the automatic encode works only if you transfer from the web.

 
Feb 14, 2007
Avatar Bruno Celeste 374 posts

Topic: Ajax Upload

I had the same issue.

Instead of using the finish method, you can use the redirect form options.