lllyasviel / lllyasviel/FramePack

Well there are some bugs that show up when one section is generated, the clip don't seem to fit together somehow

Open
#94 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
17.3k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

This may help you find what is the error, the sectiond don't seems to be connected well together and the video can be played in vlc but other for example the davinci resolve would not understand the format

`
Traceback (most recent call last):
File "[xxx]\Downloads\framepack_cu126_torch26\system\python\lib\site-packages\gradio\queueing.py", line 715, in process_events
response = await route_utils.call_process_api(
File "[xxx]\Downloads\framepack_cu126_torch26\system\python\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "[xxx]\framepack_cu126_torch26\system\python\lib\site-packages\gradio\blocks.py", line 2147, in process_api
data = await self.postprocess_data(block_fn, result["prediction"], state)
File "[xxx]\framepack_cu126_torch26\system\python\lib\site-packages\gradio\blocks.py", line 1939, in postprocess_data
prediction_value = block.postprocess(prediction_value)
File "[xxx]\Downloads\framepack_cu126_torch26\system\python\lib\site-packages\gradio\components\video.py", line 283, in postprocess
processed_files = (self._format_video(value), None)
File "[xxx]\Downloads\framepack_cu126_torch26\system\python\lib\site-packages\gradio\components\video.py", line 339, in _format_video
and not processing_utils.video_is_playable(video)
File "[xxx]\framepack_cu126_torch26\system\python\lib\site-packages\gradio\processing_utils.py", line 1104, in video_is_playable
output = probe.run(stderr=subprocess.PIPE, stdout=subprocess.PIPE)
File "[xxx]\framepack_cu126_torch26\system\python\lib\site-packages\ffmpy.py", line 105, in run
raise FFExecutableNotFoundError(
ffmpy.FFExecutableNotFoundError: Executable 'ffprobe' not found
`

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing section generation and reviewing the traceback through Gradio's video postprocessing, especially the ffprobe check. Compare the generated section clips and their format in VLC and DaVinci Resolve. Done means sections connect correctly and the resulting video is recognized by both players without the reported failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
audio-video-rtc
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.