Photo Slideshow on TV
27-Oct-2020Comments (0)
Notes on using ShotCut for the creation of a photo slideshow on TV.
TV Format
Aspect ratio = 16 : 9 = 1.777...
HD = 1 K = 1920 x 1080 = 2'073'600
UHD = 4 K = 3840 x 2160 = 8'294'400
8K-UHD = 8 K = 7680 x 4320 = 33'177'600
Use ImageMagic to resize the photos to the size 1920 x 1080 as described in my post Resize images with Image Magick and Python.
Shotcut
- Make new project: 1920 25
- Save as: correct name in correct directory
- Select Playlist. Select one images in File Explorer and drag it into Playlist. Ensure that this image has the length 5 sec. If not set it to 5 sec and store this value as default.
- Select all other images in File Explorer and drag them into Playlist. All should have the length 5 sec. Sort Playlist by Name.
- Select all images in Playlist and run "Add to Slideshow" from the menu below Playlist.
Set up: image duration = 5.0 sec, transition = 1.0 sec.
The length of the video is 5 + (n - 1) * 4 seconds.
In general, if the image duration (including transition) is t and the transition time is Δ then the length of the video with n images is t + (n - 1) * (t - Δ) ≈ n * (t - Δ) seconds. - After the slideshow has been finished export an mp4-file.
- Use DVDStyler to create a DVD from the mp4-files.
DVDStyler
Create a DVD from the mp4-files. Use PAL format.
Links
- Introduction (by Caroline Guntur)
- Introduction to ShotCut (by Caroline Guntur)
- VideoHelp
New Comment