Before direct YouTube upload, inject 360° Metadata in Equirectangular Videos if it hasn't been done already
This commit is contained in:
@@ -182,7 +182,14 @@ public class YoutubeUploader {
|
|||||||
MetadataInjector.injectODSMetadata(tmpFile);
|
MetadataInjector.injectODSMetadata(tmpFile);
|
||||||
|
|
||||||
return tmpFile;
|
return tmpFile;
|
||||||
|
|
||||||
|
} else if (settings.getRenderMethod() == RenderSettings.RenderMethod.EQUIRECTANGULAR) {
|
||||||
|
// if metadata hasn't been injected before, inject it before the upload
|
||||||
|
if (!settings.isInject360Metadata()) {
|
||||||
|
MetadataInjector.inject360Metadata(videoFile);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return videoFile;
|
return videoFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user