4.2版本输出mov时没有指定帧范围的选项
是我哪里设置错了还是bug了呢
4.2输出mov时无法指定输出帧范围
The frame range option disappears when the animation has only 1 frame. How long is your animation?
Nate 一共540帧,两个循环,一个循环270帧。其他格式的范围选项也有问题,只能指定0到360帧的范围,没到540帧
Nate 点击“默认”之后帧范围选项会重新出现,但是只能指定到0到360帧的范围,但是我的动画一共是有540帧
That is very strange. Can you please post or email your .spine
file? contact@esotericsoftware.com
Nate 已经发送工程到邮箱了
Misaki 我这边后面又试过好几个动画,基本上只要四五百帧的长度的动画都无法正常选择输出范围,这几乎是一个必然出现的问题。
quesching We are sorry that we have not yet been able to resolve this issue. We are aware that we need to fix the problem you reported, but we have not figured out how to reproduce it with any other Spine project than the one you sent us, so I have not created an issue ticket yet. The next update (4.2.10-beta) may not include a fix for this issue, but we will definitely fix it in a future update, so we hope you will wait until then.
Sorry it took so long to review your project more carefully.
Your animation has 1080 frames, as shown in the dopesheet or graph views. Your timeline FPS is 60 (the default is 30).
When you export, you can choose a different frame rate:
- If you choose 60 when exporting, you'll get the same number of frames as the dopesheet or graph: 1080. This will show as 0 to 1079. 1080 frames / 60 FPS = 18 seconds.
- If you choose 30 you'll get 540 frames, shown as 0 to 539. 540 frames / 30 FPS = 18 seconds.
- If you choose 20 you'll get 360 frames, shown as 0 to 359. 360 frames / 20 FPS = 18 seconds.
In all cases the duration in seconds of the animation is correct. How many frames your export has depends on the frame rate you choose. I think this is why when you choose other export types you see a different number of frames -- the frame rate setting is different for the other export types.
I see this all working correctly in 4.2.09-beta. When I open your project and go to export, I see: Image removed due to the lack of support for HTTPS. | Show Anyway Image removed due to the lack of support for HTTPS. | Show Anyway Image removed due to the lack of support for HTTPS. | Show Anyway
Look at the "Range" part:
This shows 0-1079 possible frames. The values that have been typed are 0-359 frames, meaning your export will only have the first 360 frames of the possible 1080. To export all frames, uncheck that box:
While I see it working correctly in 4.2.09-beta, your screenshot looks odd. This part: Image removed due to the lack of support for HTTPS. | Show Anyway
Where is the "Range" checkbox?! The only reason it should not appear is if your animation has only 1 frame.