Re: [Interest] Video file generation from Qt application, other than FFmpeg

2016-01-23 Thread Portale Alessandro
Qt itself does that:

Re: [Interest] Video file generation from Qt application, other than FFmpeg

2016-01-23 Thread Jason H
FFMPEG is a utllity and a library.   I would investigate using FFMPEG from a command line using QProcess, rather than linking to it directly.     Sent: Friday, January 22, 2016 at 5:34 PM From: "rpzrpz...@gmail.com" To: interest@qt-project.org Subject: Re: [Interest]