obs-ffmpeg: Fix media source file filter
When browsing for a file, it would also just use *.* for the file filter, which is a pain to use. This has been changed to use a reasonable file filter related to common video/audio files so you don't have to wade through non-media files just to select a media file. A filter to show all files is still available as well.
This commit is contained in:
@@ -21,3 +21,8 @@ DiscardBiDir="Bi-Directional Frames"
|
||||
DiscardNonIntra="Non-Intra Frames"
|
||||
DiscardNonKey="Non-Key Frames"
|
||||
DiscardAll="All Frames (Careful!)"
|
||||
|
||||
MediaFileFilter.AllMediaFiles="All Media Files"
|
||||
MediaFileFilter.VideoFiles="Video Files"
|
||||
MediaFileFilter.AudioFiles="Audio Files"
|
||||
MediaFileFilter.AllFiles="All Files"
|
||||
|
Reference in New Issue
Block a user