Poster Frames not available for sequence publish in 2023.2?

Hi, Is the ‘Poster Frame’ option not available anymore when using the Sequence Publish export?
In the doc / what’s new / 2023.1, I see ‘Poster frame is back’ which scares me. Did I miss something? Was it taken away and brought back, but maybe just for image sequences and not sequence publish?
I’m using saved preset in hooks to export … poster frames, from edits.

1 Like

There was a bug at one point :thinking: and it was greyed out.

To be honest when that post popped up was the first time I had heard of the Poster Frame feature. Pretty cool.

1 Like

Thanks @PlaceYourBetts, right on!
I’ll read the post.
Although it’s been working fine for us with up to 2022.3 (and we’re switching to 2023.2)

edit:
I read it. Weird, our hooks have been working just fine with up to (including) 2022.3, just calling the custom preset we had around. Never had an issue until jumping to 2023.2.

I load a custom preset (working in 2022.3) and just save it (_test1) right away without changing anything:
The 2 following lines have been removed in the new preset:

<posterFrame>True</posterFrame>
<useFrameAsPoster>1</useFrameAsPoster>

Something wrong here, right?
Or what am I missing?

@Slabrie and/or @fredwarren, could you shed some light when you get a chance please?

Complete preset (xml) that works in 2022.3:

<?xml version="1.0"?>
<preset version="11">
    <type>sequence</type>
    <comment>Creates a 8-bit Jpeg file per segment. </comment>
    <sequence>
        <fileType>NONE</fileType>
        <namePattern></namePattern>
        <composition>&lt;name&gt;</composition>
        <includeVideo>True</includeVideo>
        <exportVideo>True</exportVideo>
        <videoMedia>
            <mediaFileType>image</mediaFileType>
            <commit>FX</commit>
            <flatten>NoChange</flatten>
            <exportHandles>False</exportHandles>
            <nbHandles>10</nbHandles>
        </videoMedia>
        <includeAudio>True</includeAudio>
        <exportAudio>False</exportAudio>
        <audioMedia>
            <mediaFileType>audio</mediaFileType>
            <commit>Original</commit>
            <flatten>FlattenTracks</flatten>
            <exportHandles>True</exportHandles>
            <nbHandles>10</nbHandles>
        </audioMedia>
    </sequence>
    <video>
        <fileType>Jpeg</fileType>
        <codec>923688</codec>
        <codecProfile></codecProfile>
        <namePattern>&lt;name&gt;/&lt;segment name&gt;</namePattern>
        <compressionQuality>100</compressionQuality>
        <includeAlpha>False</includeAlpha>
        <overwriteWithVersions>False</overwriteWithVersions>
        <posterFrame>True</posterFrame>
        <useFrameAsPoster>1</useFrameAsPoster>
        <resize>
            <resizeType>fit</resizeType>
            <resizeFilter>lanczos</resizeFilter>
            <width>1920</width>
            <height>1080</height>
            <bitsPerChannel>8</bitsPerChannel>
            <numChannels>3</numChannels>
            <floatingPoint>False</floatingPoint>
            <bigEndian>True</bigEndian>
            <pixelRatio>1</pixelRatio>
            <scanFormat>P</scanFormat>
        </resize>
    </video>
    <name>
        <framePadding>0</framePadding>
        <startFrame>1</startFrame>
        <frameIndex>2</frameIndex>
    </name>
</preset>

If I add the 2 lines back to the new preset (_test1) they don’t seem to have any effect. In the UI the option is still greyed out (button clicked and the chosen frame is correct, but everything greyed out) and whole sequences are exported.

Hello Stefan.

We had to block Poster Frame with Sequence Publish due to reported issue. We will let you know when this capability gets back in the application.

1 Like

Hello Stephane,
Thanks for following up!

Perhaps a stop gap until Poster Frames is back…

python script to set in/out on all selected

So you have to match out first, but could suffice.

Yeah, temporary marks in/out is a decent workaround. I’m all good but thanks anyway, Kieran.