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

2017-05-04 Thread Gerd Hoffmann
On Do, 2017-05-04 at 13:41 +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 i

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

2017-05-04 Thread Fam Zheng
On Thu, 05/04 13:41, Alex K wrote: > Hello everyone, Hi Alex, thanks for posting the patch! I don't know much about display and sound in QEMU, so just making some superficial points. > > I've made a patch that adds ability to record video of what's going on > inside qemu. It uses ffmpeg libraries

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

2017-05-04 Thread Daniel P. Berrange
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 >

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

2017-05-04 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH] Video and sound capture to a videofile through ffmpeg Message-id: 1493894491-26130-1-git-send

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

2017-05-04 Thread Marc-André Lureau
Hi On Thu, May 4, 2017 at 2:42 PM 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

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

2017-05-04 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Subject: [Qemu-devel] [PATCH] Video and sound capture to a videofile through ffmpeg Message-id: 1493894491-26130-1-git-send-email-vip-a...@yandex.ru Type: series === TEST SCRIPT BEGIN === #!/bin/bash # Testing

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

2017-05-04 Thread Alex K
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 vide

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

2017-04-23 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1492956615-2395-1-git-send-email-vip-a...@yandex.ru Type: series Subject: [Qemu-devel] [PATCH] Video and sound

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

2017-04-23 Thread Alex K
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 vide