CLI: --video_encoder, --pixel_format, --max_height

This commit is contained in:
N00MKRAD
2024-08-23 16:11:38 +02:00
parent e5d87d4d2d
commit d570c5f95a
4 changed files with 101 additions and 16 deletions

View File

@@ -52,6 +52,13 @@ namespace Flowframes.Data
{
try
{
if (text.IsEmpty())
{
Numerator = 0;
Denominator = 1;
return;
}
string[] numbers = text.Split('/');
// Check if split is only 1 items (probably integer number)