sync
This commit is contained in:
@@ -112,7 +112,12 @@ async function convertToDashInternal(
|
||||
}
|
||||
|
||||
// Select profiles
|
||||
const profiles = userProfiles || selectProfiles(metadata.width, metadata.height);
|
||||
const profiles = userProfiles || selectProfiles(
|
||||
metadata.width,
|
||||
metadata.height,
|
||||
metadata.fps,
|
||||
metadata.videoBitrate
|
||||
);
|
||||
|
||||
if (profiles.length === 0) {
|
||||
throw new Error('No suitable profiles found for input video resolution');
|
||||
|
||||
Reference in New Issue
Block a user