Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmen committed Jan 31, 2024
1 parent c5c2c01 commit d6b19d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ As of January 2024, Apple's MV-HEVC format for stereoscopic video is very new an
## Features

1. `Split` takes an MV-HEVC file and outputs the left and right eyes as separate files in the current directory. The output format is ProRes 422 HQ, video only. The user is expected to be familiar with tools such as ffmpeg for all other needs, including remuxing the audio back in.
2. `Merge` takes two video files (left and right) and re-encodes them into a MV-HEVC file. The output is video-only. The user is expected to be familiar with tools such as ffmpeg for all other needs, including remuxing the audio back in.
2. `Merge` takes two video files (left and right) and re-encodes them into a MV-HEVC file. The output is video-only. The user is expected to be familiar with tools such as MP4Box for all other needs, including remuxing the audio back in.

Compared to similar tools:, `SpatialMediaKit` has the following advantages:

Expand Down Expand Up @@ -106,6 +106,10 @@ That's good! Those are the proposed "Spatial Video" metadata boxes that Apple de

## Changelog

### v0.0.5-alpha (2024-01-30)

- Made horizontal disparity adjustment optional for Merge.

### v0.0.4-alpha (2024-01-26)

- added "merge"
Expand Down

0 comments on commit d6b19d1

Please sign in to comment.