예제 #1
0
 public string GetLog()
 {
     if (Ffmpeg != null)
     {
         Log = Ffmpeg.GetLog();
     }
     return(Log);
 }