Skip to content
Snippets Groups Projects
Commit 415e4ecd authored by Anduin Xue's avatar Anduin Xue
Browse files

Parse all non-mp4 files.

parent d6d27f91
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ namespace Aiursoft.Parser.FFmpeg
(
!baseFileInfo.Contains("Video: hevc") || // Not HEVC
!filePath.EndsWith(".mp4") // Or not MP4
);
var bareName = Path.GetFileNameWithoutExtension(filePath);
var newFileName = $"{fileInfo.Directory}{Path.DirectorySeparatorChar}{bareName}_265.mp4";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment