We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I have a problem here are the explanations:
Describe the bug There is a delay in subtitle synchronization for certain configurations.
To Reproduce Steps to reproduce the behavior:
curl -X POST http://URL:52001/transcode \ -H "Content-Type: application/json" \ -d '{ "inputs": [ { "path": "https://URL.mkv", "type": "video" }, { "path": "https://URL.kv", "type": "audio", "language": "kor", "channels": 2 }, { "path": "https://URL.srt OU .vtt", "type": "text", "language": "fra" } ], "streams": [ { "type": "video", "codec": "h264", "height": 360, "bitrate": 1000000, "framerate": 23 }, { "type": "audio", "codec": "aac", "bitrate": 128000, "language": "kor", "channels": 2 }, { "type": "text", "language": "fra" } ], "segmentSize": 2, "packageAfter": true }'
Expected behavior Subtitles should be synchronized properly when playing a video file.
Working Configurations:
Non-working Configurations:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I have a problem here are the explanations:
Describe the bug
There is a delay in subtitle synchronization for certain configurations.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Subtitles should be synchronized properly when playing a video file.
Working Configurations:
Non-working Configurations:
The text was updated successfully, but these errors were encountered: