RichardZh
RichardZh
@saudet Thanks for the quick response. I just updated my post with full code and detailed issue. Can you help take a look? in short, seems the `x+?` arguments in...
@saudet Could you help guide me how to know the correct pixel format I should use? Here I'm reading a jpeg image and push it to a ffmpeg filter. and,...
@saudet the output `BufferedImage@3bd79444: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@5671078e transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width...
Great, it works well when I use `AV_PIX_FMT_BGR24` for push and use `filter.getPixelFormat()` for record method. Thanks a lot. BTW, do you know which videocodec support which pixel format? is...
@saudet Great thanks for your help.
按`ctrl+-`缩小几次,就可以看到保存按钮了