We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a856b6 commit 9d3ffedCopy full SHA for 9d3ffed
1 file changed
lib/ffmpeg/media.rb
@@ -77,7 +77,10 @@ def initialize(message, output)
77
case format_name
78
when /\Adash\b/ then '.mpd'
79
when /\bhls\b/ then '.m3u8'
80
- when /\bmpegts\b/ then '.ts'
+ when /\bmpegts(raw)?\b/ then '.ts'
81
+ when /\bmpegvideo\b/ then '.mpg'
82
+ when /\blive_flv\b/ then '.flv'
83
+ when /\basf_o\b/ then '.asf'
84
when /\b(mov|mp4)\b/
85
case major_brand
86
when /\Aqt\b/i then '.mov'
0 commit comments