private void ShowFFMPEGOutput(object sender, RoutedEventArgs e)
 {
     ffmpegOutputViewer = new FFMPEGOutputViewer();
     ffmpegOutput.ForEach(str => ffmpegOutputViewer.AddOutput(str));
     ffmpegOutputViewer.Show();
 }
Пример #2
0
 private void ShowFFMPEGOutput(object sender, RoutedEventArgs e)
 {
     ffmpegOutputViewer = new FFMPEGOutputViewer();
     ffmpegOutput.ForEach(str => ffmpegOutputViewer.AddOutput(str));
     ffmpegOutputViewer.Show();
 }