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
hi everyone! I'm dealing with this problem.. what am I possibly doing wrong?
with the second script, I also get this other error. Thanks in advance!!
The text was updated successfully, but these errors were encountered:
About the 404 error, I have the same problem.
It may happen when the deskshare video is not a video but just images from presentation.
I was able to generate the missing video with following steps:
file 'presentation/xx-yy/slide-1.png' duration 746.4 file 'presentation/xx-yy/slide-2.png' duration 204.9 ... To get duration, substract out - in
out
in
Finally run:
ffmpeg -f concat -i .\data.txt -vf fps=2 -c:v libx264 -preset veryslow -crf 22 -aq-mode 3 -pix_fmt yuv420p out.mkv
If you increase fps too much, ffmpeg may take huge amount of memory (20 Go) in my case.
I manually did it with regex and excel (for substract) but it could be done in a small py script I think.
Sorry, something went wrong.
No branches or pull requests
hi everyone! I'm dealing with this problem.. what am I possibly doing wrong?
with the second script, I also get this other error.
Thanks in advance!!
The text was updated successfully, but these errors were encountered: