This tutorial primarily follows the TileClipper’s repo:
https://github.com/shubhamchdhary/TileClipper
Video Encoding Quick Read:
https://github.com/leandromoreira/digital_video_introduction
We’ll use a prebuilt Docker container with the required dependencies installed. Follow the steps below to get the container. Use Docker Desktop for Windows.
Sample Video Link:
https://drive.google.com/file/d/1xxz0UdMstGviPVfa8N8HmSTGxVqCJ-Mk/view?usp=sharing
# Pulling the Docker container
docker pull adarshiiitd/tileclipper:latest
# Running the container
docker run --rm -it
# Mounting workspace folder from local host to docker container
docker run --rm -it -v /path/on/host/workspace_folder:/path/in/container/workspace_folder your_image
#Example: docker run --rm -it -v "D:/sample:/opt/TileClipper/workspace" adarshiiitd/tileclipper:latest
Primary Open Source Tools Available: