Method: Forge::VideosController#encode_notify

Defined in:
lib/forge/app/controllers/forge/videos_controller.rb

#encode_notifyObject



73
74
75
76
77
# File 'lib/forge/app/controllers/forge/videos_controller.rb', line 73

def encode_notify
  @video = Video.find_by_job_id!(params[:job][:id].to_i)
  @video.encode_notify(params[:output])
  render :text => "Success"
end