Method: FFmpegProgress::FFmpeg#options
- Defined in:
- lib/ffmpeg_progress/ffmpeg.rb
#options ⇒ String
The options to pass to ffmpeg. Any occurrences of the string _INPUT_ will be converted to the value of the #input attribute.
37 38 39 |
# File 'lib/ffmpeg_progress/ffmpeg.rb', line 37 def @options end |