Exemple #1
0
        public async Task Convert2WebMAsyncTest()
        {
            var a = new LibMPlayerCommon.Mencoder2();

            a.PercentCompleted += (s, e) => {
                // Console.WriteLine ($"Convert2WebMAsyncTest Percent: {e.Value}");
            };
            await a.Convert2WebMAsync(GlobalVariables.Video8Path, GlobalVariables.OutputVideoWebM);
        }