[FFmpeg-user] Faster codec with alpha

Paul B Mahol onemda at gmail.com
Fri Dec 2 18:36:49 EET 2016


On 12/2/16, Joshua Grauman <jnfo at grauman.com> wrote:
> Hello all,
>
> I am using the following command successfully to generate a screencast.
> The video comes from my program 'gen-vid' which outputs the raw frames
> with alpha channel. The resulting .avi has alpha channel as well which is
> my goal. It all works great except that my computer can't handle doing it
> real-time. So I am wondering if there is a different vcodec I could use to
> achieve the same result that was less demaning on the cpu? I am willing to
> sacrifice some compression for more speed, but would prefer not to have to
> store all the raw frames without any compression. Storing the alpha
> channel is also a must. It is preferable if the compression is lossless.
> Does anyone have any other suggestions for compression other than png that
> may be faster? Thanks!

utvideo, huffyuv, ffvhuff

>
> ./gen-vid | ffmpeg -f rawvideo -pixel_format bgra -video_size 1920x1080
> -framerate 30 -i - -vcodec png over.avi
>
> Josh
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list