Skip to content

Commit 4c614f6

Browse files
authored
Use libMedia SDK 2.0.6 (#11)
Switch to the latest released LinuxSDK20241118 (libMediaSDK-dev-2.0.0), and update Dockerfile and README.md.
1 parent 6709d89 commit 4c614f6

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb
2+
libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb
23
**/.DS_Store

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# For exiftool 12.40
22
FROM ubuntu:22.04
33

4-
ARG MEDIASDK_UBUNTU_DEB=libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb
4+
ARG MEDIASDK_UBUNTU_DEB=libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb
55
ENV PATH="${PATH}:/root/scripts"
66

77
RUN apt update && apt install software-properties-common -y && \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ editing software).
1313
video files
1414
- [Fill out the application](https://www.insta360.com/sdk/home), get approved,
1515
and download the Insta360 media SDK for Linux
16-
- The media SDK I have access to is `LinuxSDK20231211.zip`. It contains a
17-
pre-built package `libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb` for Ubuntu
16+
- The latest media SDK I have access to is `LinuxSDK20241128.zip`. It contains
17+
a pre-built package `libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb` for Ubuntu
1818
18.04, which is the only file I need from the zip
1919

2020
## My workflow for converting and joining 360-degree videos

0 commit comments

Comments
 (0)