Skip to content

Instantly share code, notes, and snippets.

View skulumani's full-sized avatar

Shankar Kulumani skulumani

View GitHub Profile
@skulumani
skulumani / readme.md
Created June 8, 2020 01:32
PopOS Dual Boot
  1. Ensure systemd boot menu shows up
sudo vim /boot/efi/loader/loader.conf

Add the following line - for 5 second timeout

#!/bin/bash
# Take a bunch of images and draw an overlay, then form a video
#
# Some useful links:
# https://superuser.com/questions/717103/burn-filenames-of-single-images-into-ffmpeg-output-videou
# https://stackoverflow.com/questions/24961127/how-to-create-a-video-from-images-with-ffmpeg
# https://video.stackexchange.com/questions/21905/how-to-set-pts-time-format-when-using-ffmpeg-filter-to-add-timestamp
# https://video.stackexchange.com/questions/12105/add-an-image-overlay-in-front-of-video-using-ffmpeg
# https://itimagination.com/ffmpeg-image-sequence-video-date-overlay-based-timestamps/