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

Parser videos with privacy info.

parent a0fa2c85
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ namespace Aiursoft.Parser.FFmpeg
(
!baseFileInfo.Contains("Video: hevc") || // Not HEVC
!filePath.EndsWith(".mp4") // Or not MP4
!filePath.EndsWith(".mp4") || // Or not MP4
baseFileInfo.Contains("creation_time") // Or contains privacy info (Never parsed before)
);
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