mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 19:59:31 +01:00
CLI: --video_encoder, --pixel_format, --max_height
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user