-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bug: Invalid output video when using very short video and large number of threads #46
Comments
@nikhiljangra264 thanks for reporting this. I gave it a try and the playback was available in my case. However, the video is cut short perhaps by a second or so. So, indeed it seems we have an issue for very short videos, but I was not able to reproduce the problem exactly as you described. |
I guess you run in docker. |
Hi @nikhiljangra264, I just checked this, sorry for the delay. Unfortunately I couldn't reproduce this problem either way. Could you confirm if MediaProcessor/build/MediaProcessor uploads/test-video.ext |
Here is the command i manually runned which i guess is the problem or running with problem audio. It give me output audio of length 0 seconds. Try to merge the processed audio generated using 10 threads.invalid command
and here is the output of the command invalid command output
|
It says output file is empty |
Here is the output of another command which generates valid output audio Try to merge the processed audio generated using 3 threadsvalid command
and here is the output valid command output
|
Describe the bug
When using a video that is very short for example 3 seconds and using threads greater then 3 the output video file doesn't run.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A valid video file
Logs and Debug Information
No error information showed.
System and software (please complete the following information):
Additional context
All settings are default.
The text was updated successfully, but these errors were encountered: