Skip to content
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

Open
nikhiljangra264 opened this issue Oct 19, 2024 · 2 comments
Labels
bug Something isn't working core Media processing component, the core C++ binary.

Comments

@nikhiljangra264
Copy link
Contributor

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:

  1. Using this youtube or any very short video, process
  2. Make sure using threads greater than length of video
  3. See output video file

Expected behavior
A valid video file

Logs and Debug Information
No error information showed.

System and software (please complete the following information):

  • OS: kali-linux
  • ffmpeg version 7.0.2-3 Copyright (c) 2000-2024 the FFmpeg developers built with gcc 14 (Debian 14.2.0-2)

Additional context
All settings are default.

@nikhiljangra264 nikhiljangra264 added bug Something isn't working triage labels Oct 19, 2024
@omeryusufyagci
Copy link
Owner

@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.

@omeryusufyagci omeryusufyagci added core Media processing component, the core C++ binary. and removed triage labels Oct 19, 2024
@nikhiljangra264
Copy link
Contributor Author

nikhiljangra264 commented Oct 20, 2024

I guess you run in docker.
When i run in docker no issue occured It only occur when i run manually.
When I'm making unit test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Media processing component, the core C++ binary.
Projects
None yet
Development

No branches or pull requests

2 participants