sturmen / SpatialMediaKit

Create and split MV-HEVC video files on an Apple Silicon Mac.
GNU General Public License v3.0
195 stars 18 forks source link

Add Support for Piped Input in spatial-media-kit-tool Merge Command #10

Open cbusillo opened 2 months ago

cbusillo commented 2 months ago

Is it possible to use piped input for the spatial-media-kit-tool? Currently I am splitting with FRIMDecode64 and piping to ffmpeg. After ffmpeg I create a temporary file before spatial-media-tool-kit runs on the left/right files. spatial-media-kit-tool then needs to re-encode the ffmpeg output. It would be nice to pipe the output of FRIM directly into spatial-media-kit-tool.

I wrote an interface to convert from AVC-MVC to MV-HEVC so people can watch 3D Blu-rays on their Apple Vision Pro in full quality. It would be nice to speed up the process and maybe save on needed temporary disk space.

Thank you for the tool!

sturmen commented 2 months ago

Hi,

While I agree that would be an improvement, life has become busy for me and I do not foresee me working on SpatialMediaKit any further.

cbusillo commented 2 months ago

Understandable! Thank you for creating it in the first place. My project uses it and it's converted a lot of 3D Blu-rays :)