diff --git a/.gitignore b/.gitignore index ba34711..6723fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb +libMediaSDK-dev-3.0.1.2-20250418_153137-amd64.deb **/.DS_Store diff --git a/Dockerfile b/Dockerfile index 1a54b0d..01f9ff9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # For exiftool 12.40 FROM ubuntu:22.04 -ARG MEDIASDK_UBUNTU_DEB=libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb +ARG MEDIASDK_UBUNTU_DEB=libMediaSDK-dev-3.0.1.2-20250418_153137-amd64.deb ENV PATH="${PATH}:/root/scripts" RUN apt update && apt install software-properties-common -y && \ diff --git a/README.md b/README.md index 3c00c15..ac1e7d6 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ If you are a Linux user, this utility can come in handy, because as of early video files - [Fill out the application](https://www.insta360.com/sdk/home), get approved, and download the Insta360 media SDK for Linux - - The latest media SDK I have access to is `LinuxSDK20241128.zip`. It contains - a pre-built package `libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb` for Ubuntu - 18.04, which is the only file I need from the zip + - The latest media SDK I have access to is + `Linux_CameraSDK-2.0.2-build1-20250418_MediaSDK-3.0.1-build1-20250418.zip`. + It contains a pre-built package + `libMediaSDK-dev-3.0.1.2-20250418_153137-amd64.deb` for Ubuntu, which is the + only file I need from the zip ## My workflow for converting and joining 360-degree videos