I have a raw byte image stream, that means, I can feed the encoder with raw 
jpeg files.
And this tream, I want to transcode into h264 codec via GPU.

This guy, is doing that via ffmpeg.
The only diffeerence I want to do is, to write it not to a file, I will 
write the output to gstreamer.
And gstreamer should only be a "rtsp" server, and managing the overlay.




Am Donnerstag, 11. September 2014 13:23:59 UTC+2 schrieb Toroshin Dmitry:
>
> I think it is impissible to run decoder and encoder at the same time 
> because it uses same memory regions.
> But you can try to write converter you need. Decoder and encoder uses same 
> libraries. Try look at the sample codes and encode each frame after 
> encoding.
> Other way is decoding some count of frames to buffer, deinit eecoder, init 
> encoder and encode it in cycle.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to