How to change fps to 16 in minimax H3
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
Because 24fps is too slow,So i want to change generate fps to 16. I tried to change max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17 to max(5, round(a * 16)) + (5 - (max(5, round(a * 16)) % 17)) % 17, but I found that the audio is obviously shorter than the video. For example, 5s video only contain 3s audio.
So i want to know how to generate a 16fps video
Contributor guide
Research direction
Start by locating the code path containing the displayed max(5, round(a * 24)) expression and inspect how video frame counts and audio duration are coupled. Reproduce the reported 5-second video and 3-second audio mismatch at 16 fps, then verify that the generated video and audio durations match.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100