Skip to content

Video-studio transcoding stays for ever at 50% #7056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ROBERT-MCDOWELL opened this issue May 30, 2025 · 1 comment
Open

Video-studio transcoding stays for ever at 50% #7056

ROBERT-MCDOWELL opened this issue May 30, 2025 · 1 comment
Labels
Status: Waiting for answer Waiting issue author answer

Comments

@ROBERT-MCDOWELL
Copy link
Contributor

Describe the current behavior

from the runner list:
Parent job: -
Processed on 10/14/24, 2:59:53.897 PM
Finished on -
Payload:
{
"input": {
"videoFileUrl": "https://secure.xxx.xxx/api/v1/runners/jobs/e1b67d7c-c44f-4abf-936a-583f804f0804/files/videos/296bf557-42f3-427f-8faf-a9192967c0cb/max-quality",
"separatedAudioFileUrl": []
},
"tasks": [
{
"name": "cut",
"options": {
"end": "4298",
"start": "2960"
}
},
{
"name": "add-watermark",
"options": {
"file": "https://secure.xxx.xxx/api/v1/runners/jobs/e1b67d7c-c44f-4abf-936a-583f804f0804/files/videos/296bf557-42f3-427f-8faf-a9192967c0cb/studio/task-files/d6e51d901c4ff1f998d06a846c8439c7.jpg",
"watermarkSizeRatio": 0.1,
"verticalMarginRatio": 0.05,
"horitonzalMarginRatio": 0.05
}
}
]
}
Private payload:
{
"videoUUID": "296bf557-42f3-427f-8faf-a9192967c0cb",
"originalTasks": [
{
"name": "cut",
"options": {
"end": "4298",
"start": "2960"
}
},
{
"name": "add-watermark",
"options": {
"file": "/NFS_PEERTUBE/ICN/storage/tmp-persistent/d6e51d901c4ff1f998d06a846c8439c7.jpg",
"watermarkSizeRatio": 0.1,
"verticalMarginRatio": 0.05,
"horitonzalMarginRatio": 0.05
}
}
]
}

Steps to reproduce

  1. create a video from video-studio
  2. use a runner to transcode
  3. watch the log

Describe the expected behavior

must transcode without issue

Additional information

@Chocobozzz
Copy link
Owner

Hi,

Do you see the ffmpeg process on the runner?

@Chocobozzz Chocobozzz added the Status: Waiting for answer Waiting issue author answer label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Waiting for answer Waiting issue author answer
Projects
None yet
Development

No branches or pull requests

2 participants