Method: FFMpeg::MainOptions#author
- Defined in:
- lib/ffmpeg/main_options.rb
#author(author) ⇒ Object
Set the author.
"PMH"
88 89 90 |
# File 'lib/ffmpeg/main_options.rb', line 88 def () FFMpegCommand << "-author '#{}'" end |
Set the author.
"PMH"
88 89 90 |
# File 'lib/ffmpeg/main_options.rb', line 88 def () FFMpegCommand << "-author '#{}'" end |