summaryrefslogtreecommitdiff
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
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>
-rw-r--r--recipes-multimedia/media-files/media-files_1.1.bb (renamed from recipes-multimedia/media-files/media-files_1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/media-files/media-files_1.0.bb b/recipes-multimedia/media-files/media-files_1.1.bb
index 7ecae30..3a135c0 100644
--- a/recipes-multimedia/media-files/media-files_1.0.bb
+++ b/recipes-multimedia/media-files/media-files_1.1.bb
@@ -7,7 +7,7 @@ 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] = "76482bd08f67435f34e93d44738008de"
-SRC_URI[sha256sum] = "021d8261e69433221be4a3996c447411b6002c1e9b34a71c65a3bfe48b54e27d"
+SRC_URI[md5sum] = "74420d7d46a19ec232e21059b8eefd85"
+SRC_URI[sha256sum] = "8f99b76d56464bafe3cac241fc711b5739236753add55be7a88f28c870e1d013"
S = "${WORKDIR}/media-files"