I trying now some time to crop a 5,3k video from a hero12 to a 4k video, but I didn’t find the solution until now.
To clarify: the result shoud be the cutout of 3840 * 2160 pixels of this original 5312 * 2988 pixel video like a zoom.
Thanks a lot for any help
Do you need to animate movement of the crop rectangle?
One way is to use Automatic video mode (or custom one that is 5.3K), make the project timeline, click Export > Video > Reframe. In the Reframe filter, change the size to 3840x2160. Then, drag the on-video rectangle control around to choose the area to include. Next, you can turn on keyframes and move the rectangle at different points in time. You can even track the motion of an object.
at first no animation
Yes, that sounds good. I will go into this solution .
Thanks a lot.
I finaly found how it works to crop from 5.3 to 4k and select the position, but shotcut tell me after export : “fehlgeschlagen” after vew seconds and I do not find a log, which tell me more …
Now I found the log;
[hevc_nvenc @ 000001fbe862e4c0] Loaded Nvenc version 13.0
[hevc_nvenc @ 000001fbe862e4c0] Nvenc initialized successfully
[producer avformat] audio: total_streams 1 max_stream 1 total_channels 2 max_channels 2
[AVIOContext @ 000001fbe5c9ee80] Statistics: 661571 bytes read, 4 seeks
[AVIOContext @ 000001fbe8b26e40] Statistics: 661571 bytes read, 4 seeks
[AVIOContext @ 000001fbe80671c0] Statistics: 661571 bytes read, 4 seeks
[hevc_nvenc @ 000001fbe862e4c0] 1 CUDA capable devices found
[hevc_nvenc @ 000001fbe862e4c0] [ GPU #0 - < NVIDIA GeForce RTX 3070 > has Compute SM 8.6 ]
[AVIOContext @ 000001fbe80671c0] Statistics: 661571 bytes read, 4 seeks
[chain avformat] I:/00 Eigene Filme/Malediven 2025 Fihalhohi/GX010932.MP4
checking VFR: pkt.duration 1001
[hevc_nvenc @ 000001fbe862e4c0] Interlaced encoding is not supported. Supported level: 0
[hevc_nvenc @ 000001fbe862e4c0] No capable devices found
[hevc_nvenc @ 000001fbe862e4c0] Nvenc unloaded
Failed with exit code -1073741819
Failed with exit code -1073741819
Change Export > Video > Scan mode to Progressive. All GoPro’s shoot progressive video. This tells me you chose the wrong Video Mode in either Settings menu or the New Project form.
Then turn off hardware encoding. Maybe some weird combination of Video Mode and Reframe caused the problem.
Yes, without hardware encoding it is working (libx265)
Fortunately, I have only these two videos in 5,3k. Hardware encoder is about 5 times faster than sw encoder …
This is fixed for the next version 25.03. The workaround is to add progressive=1
on a new line to Export > Other.
Wow, super. Thanks a lot. I will try it.