We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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 } } ] }
must transcode without issue
The text was updated successfully, but these errors were encountered:
Hi,
Do you see the ffmpeg process on the runner?
Sorry, something went wrong.
No branches or pull requests
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
Describe the expected behavior
must transcode without issue
Additional information
The text was updated successfully, but these errors were encountered: