Skip to content

Use libMedia SDK 2.0.6 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb
libMediaSDK-dev_2.0-6_amd64_ubuntu18.04.deb
**/.DS_Store
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For exiftool 12.40
FROM ubuntu:22.04

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

RUN apt update && apt install software-properties-common -y && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ editing software).
video files
- [Fill out the application](https://www.insta360.com/sdk/home), get approved,
and download the Insta360 media SDK for Linux
- The media SDK I have access to is `LinuxSDK20231211.zip`. It contains a
pre-built package `libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb` for Ubuntu
- 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

## My workflow for converting and joining 360-degree videos
Expand Down
Loading