From 5a85cff664dd42be57fa4efe4777600a0dbb3889 Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sat, 18 Jun 2022 20:48:15 +1000 Subject: [PATCH] Version v.0.9.2 Csharp version --- Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index c395ca1..3690513 100644 --- a/Program.cs +++ b/Program.cs @@ -11,15 +11,15 @@ namespace VVCEasy bool exit = false; Console.Title = "Martin Eesmaa / VVCEasy"; Console.WriteLine("Martin Eesmaa / VVCEasy"); - Console.WriteLine("Welcome to VVCEasy. (.NET Console Beta Version, v.0.9.0)"); + Console.WriteLine("Welcome to VVCEasy. (.NET Console Beta Version, v.0.9.2)"); Console.ReadLine(); do { Console.Clear(); - Console.WriteLine("VVCEasy (.NET Console Beta Version, v.0.9.0)"); + Console.WriteLine("VVCEasy (.NET Console Beta Version, v.0.9.2)"); Console.WriteLine("Note: C# is not ready yet, malfunction mode\n"); Console.Title = "Martin Eesmaa / VVCEasy"; - Console.WriteLine("What would you like to do for encode/decode of VVC?\n1. Encode\n2. Decode\n3. Help\n4. Exit\n5. Install/Test path environment\n6. Install FFmpeg VVDec support\n7. Install quickly through Anaconda for ffmpeg (Windows)\n8. Install VVdec Web Player\n9. Decompress WindowsVVC.7z (Before you use new VVCEasy version!!!)\n10. Install vvDecPlayer from BitMovin\n11. Install VLC VTM Plugins (Windows/Linux x64 of VLC, plugins by Inter Digital Inc)\n12. Install MPV Android (OpenVVC plugin)"); + Console.WriteLine("What would you like to do for encode/decode of VVC?\n1. Encode\n2. Decode\n3. Help\n4. Exit\n5. Install/Test path environment\n6. Install FFmpeg VVDec support\n7. Install quickly through Anaconda for ffmpeg (Windows)\n8. Install VVdec Web Player\n9. Decompress WindowsVVC.7z (Before you use new VVCEasy version!!!)\n10. Install vvDecPlayer from BitMovin\n11. Install/Update VLC VTM Plugins (Windows/Linux x64 of VLC plugins by Inter Digital Inc)\n12. Install MPV Android (OpenVVC plugin)"); string input = Console.ReadLine();