Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/av/commands/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def identify path
def output_format format
@output_format = format
case format.to_s
when /jpg$/, /jpeg$/, /png$/, /gif$/ # Images
when /jpg$/, /jpeg$/, /png$/ # Images
add_output_param 'f', 'image2'
add_output_param 'vframes', '1'
when /webm$/ # WebM
Expand Down