Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2020/11/12 11:50] – [Google Drive Embed] dokudokustart [2021/07/21 12:34] (current) – [Passwords] dokudoku
Line 1: Line 1:
 + ===== Design Tools =====
 +  * https://www.figma.com/files/recent
 +
  ===== CSS =====  ===== CSS =====
   * font-size: clamp(18px, 1.4vw, 22px);   * font-size: clamp(18px, 1.4vw, 22px);
Line 4: Line 7:
  ===== Media Encoding =====  ===== Media Encoding =====
   * ffmpeg -i input.mp4 -vf scale=1280x720 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:v libvpx-vp9 -c:a libopus out.webm   * ffmpeg -i input.mp4 -vf scale=1280x720 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:v libvpx-vp9 -c:a libopus out.webm
 +  * ffmpeg -i in.mov -vcodec libx264 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:a aac out.mp4 (so crappy iOS can view them)
   * https://developers.google.com/media/vp9/settings/vod/   * https://developers.google.com/media/vp9/settings/vod/
   * https://developers.google.com/media/vp9/the-basics#resolution   * https://developers.google.com/media/vp9/the-basics#resolution
Line 68: Line 72:
   ErrorDocument 404 http://example.com/   ErrorDocument 404 http://example.com/
  
- ===== Passwords ===== +
-  info@di.co.uk +
-  1WPNtg%5ty8, +
-   +
-  caroline_nockels@hotmail.com and p/w is car0l1n3nockels +
-  +
  ===== Email Settings =====  ===== Email Settings =====
   -[[https://www.guru99.com/codeigniter-sending-email.html]]   -[[https://www.guru99.com/codeigniter-sending-email.html]]
  • start.1605181805.txt.gz
  • Last modified: 2020/11/12 11:50
  • by dokudoku