使用GPUImageTwoInputFilter,添加两个输入,后一个输入的大小无法根据自身宽高比自适应GPUImageView的大小. GPUImageTwoInputFilter中
[super newFrameReadyAtTime:passOnFrameTime atIndex:0]; // Bugfix when trying to record: always use time from first input (unless indefinite, in which case use the second input)。
使用GPUImageTwoPassFilter,可以根据自身宽高比自适应GPUImageView的大小,但是画面会闪烁。
请问下有什么好的解决方法么?
使用GPUImageTwoInputFilter,添加两个输入,后一个输入的大小无法根据自身宽高比自适应GPUImageView的大小. GPUImageTwoInputFilter中 [super newFrameReadyAtTime:passOnFrameTime atIndex:0]; // Bugfix when trying to record: always use time from first input (unless indefinite, in which case use the second input)。 使用GPUImageTwoPassFilter,可以根据自身宽高比自适应GPUImageView的大小,但是画面会闪烁。 请问下有什么好的解决方法么?