Skip to content

[BUG]: fixed export of gs_ply and gs_video#255

Open
yash-jain221 wants to merge 1 commit into
ByteDance-Seed:mainfrom
yash-jain221:fix/gs
Open

[BUG]: fixed export of gs_ply and gs_video#255
yash-jain221 wants to merge 1 commit into
ByteDance-Seed:mainfrom
yash-jain221:fix/gs

Conversation

@yash-jain221

Copy link
Copy Markdown

Fix: gs_ply export incorrectly triggers gs_video + gs_video TypeError crash

Problem:
Requesting export_format="gs_ply" incorrectly also runs gs_video generation, which crashes. Related to #239.

Root Causes
api.py: Auto-appends "gs_video" to export format when any "gs" substring is detected (too broad)
utils/export/gs.py: write_videofile() wrapper fails when fps=None

Changes
api.py: Removed automatically adding gs_video in the export_format

utils/export/gs.py: Replaced write_videofile() with direct ffmpeg_write_video() call to bypass broken fps validation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant