qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Video and sound capture to a videofile through


From: Daniel P. Berrange
Subject: Re: [Qemu-devel] [PATCH] Video and sound capture to a videofile through ffmpeg
Date: Thu, 4 May 2017 11:51:32 +0100
User-agent: Mutt/1.8.0 (2017-02-23)

On Thu, May 04, 2017 at 01:41:31PM +0300, Alex K wrote:
> Hello everyone,
> 
> I've made a patch that adds ability to record video of what's going on
> inside qemu. It uses ffmpeg libraries. Basically, the patch adds
> 2 new commands to the console:
> capture_start path framerate
> capture_stop
> 
> path is required
> framerate could be 24, 25, 30 or 60. Default is 60
> video codec is always h264
> 
> The patch uses ffmpeg so you will need to install these packages:
> ffmpeg libavformat-dev libavcodec-dev libavutil-dev libswscale-dev

I wonder if this is not something that is better handled outside of
QEMU. eg there are quite a few programs already that can record
videos from a VNC stream, and there are libraries that can be used
to build custom solutions for either SPICE or VNC too. These would
give much more configurability in terms of encoding options than
this proposal does.

Including h264 support in QEMU also raises some potential legal issues
since organizations claim royalties on anyone using h264 encoders, so
IMHO it is preferrable to avoid this in QEMU entirely.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]