Project PAPADANKU#

Design#

  • Keep design aesthetic and accessible.

  • Use Plain English if possible.

  • Feelings: Calm, Vintage. An example is previous content like realitywave

  • Approach: CShade values uniformity, simplicity, and precision. A Sans-Serif (Geometric, Rounded) font encourages feelings of softness and friendliness.

  • Personalization: Personalize thumbnail fonts to the subject of the video. Use Pimp my Types Font Friday as a resource.

Tools & Resources#

Software#

To Edit Audio

Audacity

https://www.audacityteam.org/

To Edit Video

DaVinci Resolve

https://www.blackmagicdesign.com/products/davinciresolve

To Convert

FFmpeg

https://ffmpeg.org/

To Collect

yt-dlp

yt-dlp/yt-dlp

To Record

OBS Studio

https://obsproject.com/

Video Assets

Template

Video Asset Templates

Design#

Light Color

Ghost White

#F8F8FF

Dark Color

Oil Black

#0C0C0C

Default Font

Asap Medium

https://fonts.google.com/specimen/Asap

Other Fonts

Pimp my Type

https://pimpmytype.com/fontfriday/

Useful Commands#

yt-dlp#

Command

Description

yt-dlp -f bv+ba <link path>

Downloads the best video and audio from a link.

yt-dlp -f bv+ba -a <.txt file path>

Downloads the best video and audio from a list.

yt-dlp -f bestaudio[ext=m4a]+bestvideo[ext=mp4] --merge-output-format mkv --sleep-interval 10 --max-sleep-interval 30 -r 8m -4 --sleep-requests 2 --sleep-interval 5

Downloads in mp4+m4a video format. Restrict download rate and sleep the requests to prevent restrictions.