mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 08:25:03 -05:00
* added support for processing *.ac3 and *.dts audio stream files along with the video files
@see https://www.filebot.net/forums/viewtopic.php?f=8&t=2257
This commit is contained in:
parent
e0491a2cbc
commit
2d4ef1602c
@ -138,9 +138,13 @@
|
||||
<extension>3DSBS</extension>
|
||||
<extension>3DTAB</extension>
|
||||
</type>
|
||||
<type name="video/stream">
|
||||
<type name="video/stream-descriptor">
|
||||
<extension>strm</extension>
|
||||
</type>
|
||||
<type name="video/audio-stream">
|
||||
<extension>ac3</extension>
|
||||
<extension>dts</extension>
|
||||
</type>
|
||||
<type name="video/iso">
|
||||
<extension>iso</extension>
|
||||
</type>
|
||||
|
Loading…
Reference in New Issue
Block a user