Aspose Slides 15.6 Video Formatting - video lost Playback settings after cloning slide

Hello,


I have a video file inserted in a slide in pptx file. After cloning the slide and saving pptx file,video lost its playback settings, namely Loop Until Stopped that was set in the original pptx file.

I included original file TEST_video_orig.pptx
and saved file with cloned slide TEST_VIDEO_bug.pptx
My code snippet;
using aspose = Aspose.Slides;
aspose.Presentation peSource = new aspose.Presentation(filePath);
aspose.Presentation peTarget = new aspose.Presentation();
peTarget.Slides.RemoveAt(0)
peTarget.Slides.InsertClone(0, peSource.Slides[0]);
peTarget.Save(“NewPresentation.pptx”, aspose.Export.SaveFormat.Pptx);

Can you please address this issue in your next Aspose.Slides release?

Thank you,

Natasha Turchak
Senior developer at Viscira Inc. SF

Hi Natasha,


Thank you for your interest in Aspose.Slides.

I have observed your requirements and worked with the presentation file shared by you. I have been able to reproduce the issue. A ticket with ID SLIDESNET-36683 has been logged in our issue tracking system to further investigate and resolve the issue.This thread has been linked with the issue so that you
may be automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESNET-36683) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.