Page 1 of 1

decode, image processing, re encoding

Posted: 23 Jun 2016 02:35
by kuro6
Hi, i want some strings which doing following things:

H.264 stream -> decoding(I420) -> image_processing_func() -> re encoding(H264).

i tried vlc smem and transcode options,
i could image process the pixel data, but i couldn't send it back to re encoding stream.

Any help very appreciated!

Re: decode, image processing, re encoding

Posted: 24 Jun 2016 06:43
by RĂ©mi Denis-Courmont
You would need to write your own video filter plugin.