Poster

To create an animated poster that runs on a TV monitor using its USB input:

  1. In the PowerPoint poster presentation, set your video as always playing in the presenting mode. Open the slide in presenting mode and record the region containing your slide. On mac recording is Cmd+Shift+5. This will create a file video.mov. One can also cut video by adding options -s, -to, e.g. -ss 0:00:01 -to 0:05:04, change the frame rate, or crop it, see ffmpeg manual for details.

  2. Convert video.mov to mp4 with setting codec h264, rotating by 90°, and scaling to 1920x1080 using ffmpeg (can be installed through anaconda with conda install ffmpeg or downloading the executables):

    ffmpeg -i video.mov -vf “transpose=1,scale=1920:1080” -vcodec h264 poster_rot_1920x1080.mp4
    
  3. Copy the mp4 file to a dedicated folder in a usb memory stick (you can put multiple video in the same folder, plug it into the TV, and open the native TV player.

Current Posters

Video download

Image

PowerPoint

2-BM MICRO CT

video_01

00100

pptx_01

Additive Man.

video_02

00200

pptx_02