Ver Fonte

Added custom ffmpeg compilation

flabbet há 1 ano atrás
pai
commit
6d42e825a6

+ 1 - 1
src/PixiEditor.AnimationRenderer.FFmpeg/FFMpegRenderer.cs

@@ -18,7 +18,7 @@ public class FFMpegRenderer : IAnimationRenderer
 
     public async Task<bool> RenderAsync(List<Image> rawFrames, string outputPath)
     {
-        string path = "ThirdParty/{0}/ffmpeg/bin";
+        string path = "ThirdParty/{0}/ffmpeg";
 #if WINDOWS
         path = string.Format(path, "Windows");
 #elif MACOS

BIN
src/PixiEditor.AnimationRenderer.FFmpeg/ThirdParty/Windows/ffmpeg/ffmpeg.exe