Home

Awesome

Learning Web Video and Image

Just one of the things I'm learning. https://github.com/hchiam/learning

Web video playback, web video manipulation, web image manipulation, and connecting video to CSS animations.

git clone https://github.com/hchiam/learning-web-video-and-image.git
cd learning-web-video-and-image
yarn
yarn start
# Control+c
# yarn stop

Learning from

(for video:)

(for image:)


Other notes

generator-hchiam-learning

You can generate a dependency graph with npm run deps (which runs bash show_dep_graph.sh).

You can publish a live site to surge with bash publish_live_site.sh (Just go into the relevant enclosing src or public folder of your site files - a CNAME file is there for convenience).

You can zip the current folder with npm run zip.

This file was first created using the Yeoman generator generator-hchiam-learning.

WebVTT (Web Video Text Tracks) Format https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API is most flexible, lets you set caption preferences like color/size.