Karthik Ramesh Iyer
Karthik Ramesh Iyer
I was looking at this. It seems the `videoSources` attribute is just for psd files with multiple layers. I tried importing an image sequence and them exporting an xml. Simply...
What if we checked the extension of src files, and if it's an image, interpret it as an image sequence. We could check for formats supported by oiio, maybe?
Yes, I dragged in the images. I haven't used fcp before. Just premiere. I googled about importing image sequences in fcp, all sources talk about just dragging them in and...
Ohh. I'll look into fixing it this weekend.
Yes, I was thinking of an srt adapter. Was waiting to hear others' thoughts on the parameters I've included and if we need to implement any other functionality. I'll write...
@apetrynet @reinecke I've implemented an srt adapter. The tests pass for python3, but there are some extra carriage returns added to the strings with python2. Any idea why this is...
I changed os.open() to io.open() and it worked. But I have no idea why :/
``` Timeline: Track1: [----Subtitles----] ``` If I have something like this and I do: `Timeline.children_if(descended_from=otio.schema.Subtitles)` This returns `[Track1, Subtitles]`. Is this the intended behaviour? Shouldn't it return just `Subtitles`? @darbyjohnston...
Thanks for reporting this! I'm currently out of station. I'll take a look at this once I'm back.
@apetrynet noted the need for ImageSequenceReference support in #1196 I was looking into this issue. The svg adapter doesn't seem to work well with audio tracks. That's something that needs...