syncsketch / syncsketch-maya

A Maya Plugin/Integration to push Videos/Playblasts from within Maya to syncsketch, and retrieve annotations back
https://www.syncsketch.com
Other
15 stars 13 forks source link

Uploaded movie in SyncSketch doesn't play #39

Open JoshBurnell opened 11 months ago

JoshBurnell commented 11 months ago

Hey, there,

We're testing out this plugin and we've found that the movie it uploads to SyncSketch cannot be played by SyncSketch.

We use the plugin to create and upload a movie, but when we load up the Review in SyncSketch and try to play the movie we get an error message:

Screen Shot 2023-11-21 at 4 09 50 PM

I was able to play the movie and upload it manually to SyncSketch with the SyncSketch API and it played fine, so the issue appears to be in the syncsketch-maya plugin itself.

Doing further research, it appears to be related to this snippet here: https://github.com/syncsketch/syncsketch-maya/blob/master/syncsketchGUI/devices/uploader.py#L70-L88

Specifically, the issue is no_convert_flag = True. When we change that to "False" (i.e. when we let SyncSketch transcode the movie after upload), it plays fine in SyncSketch.

Any reason that the plugin is preventing the transcode?

Thanks!