BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
713 stars 286 forks source link

Crop and Rotate the Video in the SimplePlayer #136

Open cactusjack66 opened 7 months ago

cactusjack66 commented 7 months ago

Is there a way to crop and rotate the video in the SimplePlayer?

I played around with the RegionOfInterest in the TransformParameters class in the player, but this does not work.

Out of the box there seems to be a bug in the FFmpegDecodedVideoScaler, where the Scaler is created. The new sizes based on the RegionOfInterest are not calculated correctly. But when I try to correct it, it does not work either, the video stays unchanged....