Method: FFMpeg::MainOptions#author

Defined in:
lib/ffmpeg/main_options.rb

#author(author) ⇒ Object

Set the author.

author "PMH"


88
89
90
# File 'lib/ffmpeg/main_options.rb', line 88

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