sturmen / SpatialMediaKit

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

Add color depth parameter to SpatialVideoMerger #12

Open cbusillo opened 4 months ago

cbusillo commented 4 months ago

The color depth parameter has been added to the SpatialVideoMerger constructors and used to determine the profile level in SpatialVideoMerger. This option is also added to the SpatialMediaKitTool for user input. The default value for color depth has been set as 8.

cbusillo commented 4 months ago

Hi, this is in reference to #11. This is my first time using Xcode, so please let me know if I messed anything up.