Method: FFmpegProgress::FFmpeg#options

Defined in:
lib/ffmpeg_progress/ffmpeg.rb

#optionsString

The options to pass to ffmpeg. Any occurrences of the string _INPUT_ will be converted to the value of the #input attribute.

Returns:

  • (String)


37
38
39
# File 'lib/ffmpeg_progress/ffmpeg.rb', line 37

def options
  @options
end