Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VideoConverter sample #100

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

VideoConverter sample #100

wants to merge 6 commits into from

Conversation

alafleur-genetec
Copy link
Member

No description provided.

Updated copyright notice in G64ConverterBaseExtensions.cs and
Program.cs to Apache License, Version 2.0. Moved `using System;`
statement in Program.cs to follow the new license notice.
Updated G64ConverterBaseExtensions to use a using statement for
CancellationTokenRegistration and added a Cancel method with a
console message. Changed Console.ReadKey() to Console.ReadKey(true)
in Program.cs to hide key press. Corrected ConvertToAsp to
ConvertToAsf in Program.cs.
Renamed `filePath` to `mediaFile` in `Program.cs`.
Added a message to inform users about the Ctrl+C cancellation option.
Implemented `Console.CancelKeyPress` event handler to handle cancellation.
Removed the previous any-key cancellation mechanism.
@alafleur-genetec alafleur-genetec changed the title Video converter sample VideoConverter sample Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant