2018-01-17 9:06 GMT+01:00 Frederick Koh <[email protected]>:
> I am trying to encode RGB pixels in memory into the H264 format
> to be streamed out.

Note that while x264 does support rgb encoding, the resulting
stream can only be decoded with libavcodec-based players.

> So I need the encoding to be in memory rather than in a file.
>
>
> So far the examples I have seen  require  streams created
> by calling "avformat_new_stream" which seems to only
> support files.

The encoding example doc/examples/encode_video.c does
not use libavformat.

Carl Eugen
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to