summaryrefslogtreecommitdiff
path: root/recipes-multimedia/media-files/media-files_1.1.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-09-08 18:15:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-09-08 19:18:02 +0200
commit182277f46bf82ae0124c3bc210a23119fad96f9c (patch)
tree61318206110e184d9d3c05f4219c7a905c14c597 /recipes-multimedia/media-files/media-files_1.1.bb
parente8a4b5e7d775dc916cd8d43e71b56932195d0c34 (diff)
media-files: update video files
With the mainline kernel on i.MX6 the testvideo_h264 doesn't play. Also there is no AAC audio codec out of the box. Change testvideo_h264.mp4 to encode the video with: - Profile High@L4 - Constant video bitrate Change all video files in an mp4 container to: - Encode the audio as mp3 With these changes on a Apalis iMX6 the following plays: gst-play-1.0 --videosink "waylandsink" --audiosink "alsasink device=hw:2" testvideo_h264.mp4 Related-to: ELB-4621 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia/media-files/media-files_1.1.bb')
-rw-r--r--recipes-multimedia/media-files/media-files_1.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-multimedia/media-files/media-files_1.1.bb b/recipes-multimedia/media-files/media-files_1.1.bb
new file mode 100644
index 0000000..3a135c0
--- /dev/null
+++ b/recipes-multimedia/media-files/media-files_1.1.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Media Files for tests"
+LICENSE = "CC0-1.0"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/CC0-1.0;md5=0ceb3372c9595f0a8067e55da801e4a1"
+
+inherit allarch bin_package
+
+SRC_URI = " \
+ https://developer1.toradex.com/files/toradex-dev/uploads/media/Colibri/AddSW/Linux/ReleaseTest/media-files-${PV}.tar.xz \
+"
+SRC_URI[md5sum] = "74420d7d46a19ec232e21059b8eefd85"
+SRC_URI[sha256sum] = "8f99b76d56464bafe3cac241fc711b5739236753add55be7a88f28c870e1d013"
+
+S = "${WORKDIR}/media-files"