summaryrefslogtreecommitdiff
path: root/recipes-multimedia/media-files
AgeCommit message (Collapse)Author
2024-03-18media-files: Update recipe from version 1.2 to 1.3Hiago De Franco
This new version envolves the following changes: - Update the SRC_URI to a new server and to download media-files tarball version 1.3. - New tarball does not have any rootfs folders inside (before it was 'home/root/files'), so with that it doesn't hardcode any folder for root home. - Because of the last, updated the poky do_install function to deploy the media-files inside the $ROOT_HOME. - SHA's updated and md5 SHA removed, since this is no longer used. - Use the license file CC0-1.0 from inside the media-files tarball, instead of the common one. Related-to: ELB-5646 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
2022-12-07media-files: update video filesFrancesco Dolcini
Add new 360p low resolution video with h264 codec, testvideo_h264_360p.mp4. Related-to: ELB-4832 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> (cherry picked from commit 52d406296e885719b0d8e0209b454da74957a67e) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-09-08media-files: update video filesMax Krummenacher
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>
2020-06-01media-files: add additional mediaMax Krummenacher
This adds a 1920x1080 h265 and vp9 video and a jpg photo. Changes the source tar ball name to be versioned. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 838d47b0d8aa1d56bdd0e65816bbe585458abb89)
2020-01-09media-files: add recipeMax Krummenacher
This provides a bunch of pictures, sound and video files in different formats. Related-to: ELB-1284 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>