This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Blender from https://www.blender.org/download/ | |
# Install uv | |
curl -LsSf https://astral.sh/uv/install.sh | sh | |
mkdir blender_python_workshop && cd blender_python_workshop | |
uv venv --python 3.11 | |
uv pip install jupyterlab blender_notebook | |
uv run blender_notebook install --blender-exec="/Applications/Blender.app/Contents/MacOS/Blender" | |
uv run jupyter lab |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Output every single frame from the video into an image file: | |
ffmpeg -i "input.mp4" frames/out_%03d.png | |
ffmpeg -i input.mp4 output.webm | |
# Trim off fist 2 seconds: | |
ffmpeg -i input.mkv -ss 2 -vcodec copy -acodec copy output.flv | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Country | Alpha-2 code | Alpha-3 code | Numeric code | Latitude (average) | Longitude (average) | |
---|---|---|---|---|---|---|
Afghanistan | AF | AFG | 4 | 33 | 65 | |
Åland Islands | AX | ALA | 248 | 60.116667 | 19.9 | |
Albania | AL | ALB | 8 | 41 | 20 | |
Algeria | DZ | DZA | 12 | 28 | 3 | |
American Samoa | AS | ASM | 16 | -14.3333 | -170 | |
Andorra | AD | AND | 20 | 42.5 | 1.6 | |
Angola | AO | AGO | 24 | -12.5 | 18.5 | |
Anguilla | AI | AIA | 660 | 18.25 | -63.1667 | |
Antarctica | AQ | ATA | 10 | -90 | 0 |