iOS 17 AllowFrameReordering not working

Set AVAssetWriterInput's AVVideoCompressionPropertiesKey as follows:

AVVideoCompressionPropertiesKey =     {
        AllowFrameReordering = 0;
        AverageBitRate = 30000000;
        ProfileLevel = "H264_Main_AutoLevel";
    };

The exported video has B frame and level is 60, it is not supported by Photo app.

Yes. I found the same issue. how can I solve it.

oh. shit.

expected B frame ? set AllowFrameReordering = true.

iOS 17 AllowFrameReordering not working
 
 
Q