Module: RTranscoder
- Defined in:
- lib/rtranscoder/version.rb,
lib/rtranscoder/rtranscoder.rb,
lib/rtranscoder/ffmpeg/ffmpeg.rb,
lib/rtranscoder/mplayer/mplayer.rb,
lib/rtranscoder/mplayer/mencoder.rb,
lib/rtranscoder/ffmpeg/ffmpeg_task.rb,
lib/rtranscoder/ffmpeg/rtranscoder.rb,
lib/rtranscoder/mpeg4ip/mp4creator.rb,
lib/rtranscoder/mplayer/mplayer_task.rb,
lib/rtranscoder/mplayer/mencoder_task.rb,
lib/rtranscoder/mpeg4ip/mp4creator_task.rb,
lib/rtranscoder/mplayer/mplayer_common_task.rb
Defined Under Namespace
Modules: MPEG4IP Classes: FFmpeg, FFmpegTask, MEncoder, MEncoderTask, MPlayer, MPlayerCommonTask, MPlayerTask
Constant Summary collapse
- VERSION =
'0.1.3'
Class Method Summary collapse
- .debug ⇒ Object
- .debug=(value) ⇒ Object
-
.thumbnail(options = {}) ⇒ Object
See FFmpeg.thumbnail.
Class Method Details
.debug ⇒ Object
4 5 6 |
# File 'lib/rtranscoder/rtranscoder.rb', line 4 def RTranscoder.debug RProgram.debug end |
.debug=(value) ⇒ Object
8 9 10 |
# File 'lib/rtranscoder/rtranscoder.rb', line 8 def RTranscoder.debug=(value) RProgram.debug = value end |
.thumbnail(options = {}) ⇒ Object
See FFmpeg.thumbnail.
7 8 9 |
# File 'lib/rtranscoder/ffmpeg/rtranscoder.rb', line 7 def RTranscoder.thumbnail(={}) FFmpeg.thumbnail() end |