Converting images and videos to a single video

Converting a bunch of images and videos and slides to a single "marketing" video for a corridor display


I have found it useful for marketing to make a single video, put that on a USB stick and then display it on a corridor smart TV for visitors and students (in a university research lab). The problem is that adding new slides, videos etc. must be very easy - basically a simple configuration script such as:


BLACK - 5 "Laboratory of Signal Processing\n A story that started 40 years ago..."
#
IMAGE sgn_video_data/oscilloscope.png 5 "We started with hardcore signal processing..."
#
IMAGE sgn_video_data/civit.jpg 5 "Now we do all modern information processing..."
#
VIDEO sgn_video_data/unity_safety_comparison.mp4 10 "Projector-based HRI safety"
#
VIDEO sgn_video_data/tut_civit_workshop_converted.avi 20 "Immersive technologies"
#
VIDEO sgn_video_data/TUT_Campus_segmented_2_converted.avi 25 "Vision for autonomous vehicles"
#
VIDEO sgn_video_data/TUT_live_face_age.mp4 25 "Machine learning for face analysis"
#
IMAGE sgn_video_data/tuomas.jpg 5 "Dedicated teachers"
#
IMAGE sgn_video_data/sgn_pi_meeting_2017_autumn.jpg 5 "Young and ambitious academics"
#
AUDIO sgn_video_data/NeilYoung-KeepOnRockinInTheFreeWorld.mp3 - ""

I made a simple and ugly bash script for that purpose that requires ffmpeg and several other tools installed to your Linux. Code can be found from here:

https://bitbucket.org/kamarain/make_marketing_video/

Kommentit

Tämän blogin suosituimmat tekstit

Using citations in BSc and MSc theses

Compiling and running Deep Pyramid Deformable Part Model (DP-DPM) in Ubuntu 16.04.3 LTS

Installing and running Dlib on Ubuntu 16.04