Reframe: Export fails at 9:16 1920x1080

Windows 11 23H2, GPU Nvidia Geforce RTX 3060 Laptop
Shotcut 24.09.13

Export fails only in 1920x1080, with the 9:16 choice. Normally works at 720 or 2160.
I noticed that the default horizontal value 609 gives a vertical value that is too high :
609 / 9 * 16 = 1082.66, so >1080

Vertical 9-16
Decreasing the value from 609 to 608 fixes the bug.

On the other hand, the export also fails with h264_nvenc and hevc_nvenc encoder. It normally exports with h264_amf, hevc_amf and encoder unchecked.
With the exception of Reframe, h264_nvenc works normally for me.
Log file :
Reframe Log.txt (1.3 KB)

This is fixed for the next version 24.10

On the other hand, the export also fails with h264_nvenc and hevc_nvenc encoder.

If this is with width 609 that is understandable as many encoders and pixel formats that do not support odd resolution values. There is code to try to enforce even values that had the bug you mentioned. I do not know if your failure was with width 609 (expected) or 608. If the latter, the log says
[h264_nvenc @ 000002720f4f5440] Interlaced encoding is not supported. Supported level: 0

Check your Export > Video settings; this should be unrelated to Reframe. If you are using Automatic Video Mode and load an interlaced clip, the Video Mode and export are set to interlaced. I think some hardware encoders either support that or do not throw an error.

1 Like