From: Louis-Paul Cordier <lpdev@cordier.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/6] *** Add Intel QuickSync support to ffmpeg ***
Date: Fri, 18 Jan 2019 21:10:39 +0100 [thread overview]
Message-ID: <20190118201045.13947-1-lpdev@cordier.org> (raw)
In addition of the existing VAAPI for hardware encoding, Intel provides
the libmfx API embeded in its Intel MediaSDK. Intel MediaSDK improves
encoding quality, is faster, and makes use of all encoding capabilities
on Intel platforms.
MFX test procedure (h264):
1. Retrieve sample data (https://github.com/Intel-Media-SDK/samples)
2. Run ./sample_multi_transcode -i::h264 test_stream.264 -o::h264 out.264.
3. Test should pass.
FFMpeg QuickSync test procedure (h264):
1. Download test video: https://peach.blender.org/trailer-page/
2. Run ffmpeg -y -hwaccel qsv -qsv_device /dev/dri/renderD128 -c:v
h264_qsv -i /trailer_1080p.mov -c:v h264_qsv -framerate 60 -acodec
copy out.mp4
Louis-Paul Cordier (6):
intel-gmmlib: new package.
intel-mediadriver: new package.
intel-mediasdk: new package.
ffmpeg: bump to version 4.1. ffserver is not supported anymore.
ffmpeg: enable Intel QuickSync support.
Update DEVELOPERS.
DEVELOPERS | 5 ++
package/Config.in | 3 ++
package/ffmpeg/0001-ffmpeg-pthreads.patch | 34 -------------
package/ffmpeg/Config.in | 6 ---
package/ffmpeg/ffmpeg.hash | 2 +-
package/ffmpeg/ffmpeg.mk | 15 +++---
package/intel-gmmlib/Config.in | 8 ++++
package/intel-gmmlib/intel-gmmlib.hash | 2 +
package/intel-gmmlib/intel-gmmlib.mk | 21 ++++++++
package/intel-mediadriver/Config.in | 15 ++++++
.../intel-mediadriver/intel-mediadriver.hash | 2 +
.../intel-mediadriver/intel-mediadriver.mk | 34 +++++++++++++
package/intel-mediasdk/Config.in | 15 ++++++
package/intel-mediasdk/intel-mediasdk.hash | 2 +
package/intel-mediasdk/intel-mediasdk.mk | 48 +++++++++++++++++++
package/intel-mediasdk/intel-mediasdk.sh | 4 ++
package/intel-mediasdk/libmfx.pc | 9 ++++
17 files changed, 177 insertions(+), 48 deletions(-)
delete mode 100644 package/ffmpeg/0001-ffmpeg-pthreads.patch
create mode 100644 package/intel-gmmlib/Config.in
create mode 100644 package/intel-gmmlib/intel-gmmlib.hash
create mode 100644 package/intel-gmmlib/intel-gmmlib.mk
create mode 100644 package/intel-mediadriver/Config.in
create mode 100644 package/intel-mediadriver/intel-mediadriver.hash
create mode 100644 package/intel-mediadriver/intel-mediadriver.mk
create mode 100644 package/intel-mediasdk/Config.in
create mode 100644 package/intel-mediasdk/intel-mediasdk.hash
create mode 100644 package/intel-mediasdk/intel-mediasdk.mk
create mode 100755 package/intel-mediasdk/intel-mediasdk.sh
create mode 100644 package/intel-mediasdk/libmfx.pc
--
2.20.1
next reply other threads:[~2019-01-18 20:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-18 20:10 Louis-Paul Cordier [this message]
2019-01-18 20:10 ` [Buildroot] [PATCH 1/6] intel-gmmlib: new package Louis-Paul Cordier
2019-01-19 18:29 ` Baruch Siach
2019-01-21 13:11 ` lpdev at cordier.org
2019-01-22 12:57 ` Baruch Siach
2019-01-28 19:57 ` LP C
2019-01-30 8:36 ` Baruch Siach
2019-01-18 20:10 ` [Buildroot] [PATCH 2/6] intel-mediadriver: " Louis-Paul Cordier
2019-01-18 20:10 ` [Buildroot] [PATCH 3/6] intel-mediasdk: " Louis-Paul Cordier
2019-01-18 20:10 ` [Buildroot] [PATCH 4/6] ffmpeg: bump to version 4.1. ffserver is not supported anymore Louis-Paul Cordier
2019-01-18 20:10 ` [Buildroot] [PATCH 5/6] ffmpeg: enable Intel QuickSync support Louis-Paul Cordier
2019-01-18 20:10 ` [Buildroot] [PATCH 6/6] Update DEVELOPERS Louis-Paul Cordier
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=20190118201045.13947-1-lpdev@cordier.org \
--to=lpdev@cordier.org \
--cc=buildroot@busybox.net \
/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