Hi guys,
I want to modify the capture_encode example by masking the capture code. Instead of reading frames from camera source, Can I read a stored raw YUV file, encode and save it to h264.
I want to try this as my camera source is not yet ready. So with the capture_encode code I want take a stored raw video file (YUV) -> encode(h264) -> save it.
Is this possible ?
Regards,
Baz