Nattsu39 / spine-exporter

不依赖Spine编辑器的Spine动画导出器 / A spine animation exporter that does not depend on spine editing software
MIT License
13 stars 0 forks source link

canvas-size参数失效 #2

Closed crqrobdla closed 1 month ago

crqrobdla commented 2 months ago

想問canvas-size設定 我想導出的文件因為攻擊特效所以動畫邊界很大,角色相對小 以為canvas-size可以調整但動畫邊界基本上沒有動 我以為設定500x500就是輸出500x500 另外當動畫邊界過大 輸出檔案會錯誤 請問這是電腦的問題還是ffmpeg的限制 若是ffmpeg的限制有沒有一個極限值

crqrobdla commented 2 months ago

更正不是基本沒有動 應該是到某個一定值就不能在小了 是不能切到動畫嗎 好像也只能自己裁剪影片了 檔案錯誤應該是播放器問題...

Nattsu39 commented 1 month ago

我检查一下,方便提供下动画源文件吗

Nattsu39 commented 1 month ago

正常来说设置canvas-size相当于强制固定动画边界,如果动画超出这个边界就会切掉

crqrobdla commented 1 month ago

nero.zip 順便說明我的命令行

spine-export-cli export C:\Users\USER\Desktop\animation --exporter-max-concurrent 1 --selected-animation attack --scale 0.2 --canvas-size 500x500 --fps 60 -pma true -e mov (2010x1660)

spine-export-cli export C:\Users\USER\Desktop\animation --exporter-max-concurrent 1 --selected-animation attack --scale 0.2 --fps 60 -pma true -e mov (4276x3736)

Nattsu39 commented 1 month ago

我稍后修复一下


From: crqrobdla @.> Sent: Tuesday, September 10, 2024 10:01:43 AM To: Nattsu39/spine-exporter @.> Cc: Nattsu39 @.>; Comment @.> Subject: Re: [Nattsu39/spine-exporter] canvas-size参数失效 (Issue #2)

nero.ziphttps://github.com/user-attachments/files/16938330/nero.zip ˜便f明我的命令行

spine-export-cli export C:\Users\USER\Desktop\animation --exporter-max-concurrent 1 --selected-animation attack --scale 0.2 --canvas-size 500x500 --fps 60 -pma true -e mov (2010x1660)

spine-export-cli export C:\Users\USER\Desktop\animation --exporter-max-concurrent 1 --selected-animation attack --scale 0.2 --fps 60 -pma true -e mov (4276x3736)

― Reply to this email directly, view it on GitHubhttps://github.com/Nattsu39/spine-exporter/issues/2#issuecomment-2339462937, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOZDTZHKWKOQSBMR2LBAJK3ZVZHIPAVCNFSM6AAAAABN2Q7P36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZZGQ3DEOJTG4. You are receiving this because you commented.Message ID: @.***>

Nattsu39 commented 1 month ago

修复了这个问题,可以更新到新版本试试。这个动画文件的视点(动画边界)是比较奇怪的,之后会添加一个新的选项以手动指定视点位置。