Class: TranscodeVideoJob
- Inherits:
-
FfmpegTranscodeJob
- Object
- FfmpegTranscodeJob
- TranscodeVideoJob
- Defined in:
- lib/sufia/jobs/transcode_video_job.rb
Overview
Created by: Justin Coyne 13 Dec 2012 An asyncronous job for transcoding video files using FFMpeg
Instance Attribute Summary
Attributes inherited from FfmpegTranscodeJob
#datastream, #datastream_in, #generic_file, #generic_file_id
Instance Method Summary collapse
Methods inherited from FfmpegTranscodeJob
encode, #encode_datastream, ffmpeg_path, #initialize, #run
Constructor Details
This class inherits a constructor from FfmpegTranscodeJob
Instance Method Details
#process ⇒ Object
10 11 12 13 |
# File 'lib/sufia/jobs/transcode_video_job.rb', line 10 def process encode_mp4() encode_webm() end |
#queue_name ⇒ Object
6 7 8 |
# File 'lib/sufia/jobs/transcode_video_job.rb', line 6 def queue_name :video end |