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

Problems and disadvantages of gps-overlay-on-video ver. 2.0.5 Linux Manjaro #271

Open
chumack opened this issue Dec 8, 2024 · 2 comments

Comments

@chumack
Copy link

chumack commented Dec 8, 2024

When encoding video, the processor uses only 1 core up to 100% and so alternately. The video obtained after encoding is difficult to rewind. When rewinding a video, the computer first thinks for a long time, and then plays the video with artifacts.

@chumack
Copy link
Author

chumack commented Dec 13, 2024

When encoding "[swscaler @ 0x744b925a5980] deprecated pixel format used, make sure you did set range correctly"

@kvr000
Copy link
Contributor

kvr000 commented Dec 19, 2024

@chumack : I'm afraid this 1 core is a limitation by JavaCv library for video encoding - I attempted to set multithreading based on Ffmpeg documentation but none of that really worked.

As for rewinding - I checked with current JavaCv version 1.5.11 and it looks like occasionally the frame index is lost. I raised bytedeco/javacv#2311 with JavaCv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants