Method: FFMpeg::MainOptions#comment

Defined in:
lib/ffmpeg/main_options.rb

#comment(comment) ⇒ Object

Set the comment.

comment "Some comment"


106
107
108
# File 'lib/ffmpeg/main_options.rb', line 106

def comment(comment)
  FFMpegCommand << "-comment '#{comment}'"
end