Skip to content

Conversation

@stepancar
Copy link
Contributor

Comment on lines -95 to -114
return beamcoder.filterer({
filterType: 'video',
inputParams: [
{
name: 'in0:v',
width: stream.codecpar.width,
height: stream.codecpar.height,
pixelFormat: stream.codecpar.format,
timeBase: stream.time_base,
pixelAspect: stream.sample_aspect_ratio,
},
],
outputParams: [
{
name: 'out0:v',
pixelFormat: outputPixelFormat,
},
],
filterSpec: filterSpecStr,
});
Copy link
Contributor Author

@stepancar stepancar Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

even with equa input pixelFormat and outputPixelFormat with filter adds an overhead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant