From: "Daniel P. Berrange" <berrange@redhat.com>
To: Alex K <vip-ak47@yandex.ru>
Cc: qemu-devel@nongnu.org, kraxel@redhat.com, aliguori@amazon.com
Subject: Re: [Qemu-devel] [PATCH] Video and sound capture to a videofile through ffmpeg
Date: Thu, 4 May 2017 11:51:32 +0100 [thread overview]
Message-ID: <20170504105132.GA13354@redhat.com> (raw)
In-Reply-To: <1493894491-26130-1-git-send-email-vip-ak47@yandex.ru>
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 :|
next prev parent reply other threads:[~2017-05-04 10:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-04 10:41 [Qemu-devel] [PATCH] Video and sound capture to a videofile through ffmpeg Alex K
2017-05-04 10:45 ` no-reply
2017-05-04 10:48 ` no-reply
2017-05-04 10:50 ` Marc-André Lureau
2017-05-04 10:51 ` Daniel P. Berrange [this message]
2017-05-04 11:35 ` Fam Zheng
2017-05-04 14:01 ` Gerd Hoffmann
-- strict thread matches above, loose matches on Subject: below --
2017-04-23 14:10 Alex K
2017-04-23 14:16 ` no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170504105132.GA13354@redhat.com \
--to=berrange@redhat.com \
--cc=aliguori@amazon.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=vip-ak47@yandex.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).