Skip to content

Commit

Permalink
Add mpg to supported files for batch encode #160
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed Apr 11, 2024
1 parent 18480bf commit 97ba292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NotEnoughAV1Encodes/Views/BatchFolderDialog.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public BatchFolderDialog(string theme, string folderPath, bool subfolders)
s.ToLower().EndsWith(".avi") ||
s.ToLower().EndsWith(".mov") ||
s.ToLower().EndsWith(".wmv") ||
s.ToLower().EndsWith(".mpg") ||
s.ToLower().EndsWith(".ts"));

foreach (var file in files)
Expand Down

0 comments on commit 97ba292

Please sign in to comment.