Izzat Bahadirov
Izzat Bahadirov
Hi. Are you trying to display the video rotated by 90 degrees without actually modifying it? According to ExoPlayer devs, that is not supported with SurfaceView (which VideoFilterPreviewView inherits). What...
One thing that comes to mind is using `DefaultVideoFrameRenderFilter` with a `Transform` that has 90 degree rotation. Do you mind trying this?
Thank you for reporting this! We will take a look. And thank you for useful examples as well.
Looking into this. No ETA yet, though.
Thank you for the analysis and for proactivity. I will look at possible solutions meanwhile. Looking forward to collaborating on your PR!
It is on my todo list, pretty high up. Finding time to getting this actually done has been difficult.
I think you should be able to do this by configuring a target video (for example 720 wide, 1280 high , rotation 0) and by using a `DefaultVideoFrameRenderFilter` with a...
I am assuming you guys are doing some sort of processing on a backend to create HLS playlist/segments? LiTr can't transcode into HLS. You should be able to resize (and...
Looks like an exception was thrown when MediaCodec tried to configure a codec. This usually happens when it doesn't like how MediaFormat is setup (missing parameters, unsupported resolution, etc.) Which...
Thank you for using LiTr! Let's go over each scenario: 1. LiTr does not yet support muting part of audio. You could implement this by developing a custom `Renderer` for...