Closed ZAZmaster closed 2 years ago
Could you share the Recording so i can further test this issue? It seems like the there is a issue with the timestamps.
If the Recording is confidential you could also just upload the shapes.svg, this would help me alot :)
I can't share Recording - its private. With tilmanmoser/bbb-video-download this Recording converted successfully.
Content of shapes.svg
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svgfile" style="position:absolute;height:600px;width:800px" version="1.1" viewBox="0 0 800 600">
<image id="image1" class="slide" in="0.0" out="7.5" xlink:href="presentation/logo.png" width="1600" height="1200" x="0" y="0" style="visibility:hidden"/>
<image id="image2" class="slide" in="7.5" out="4314.8" xlink:href="presentation/e16dd371710acce71110d2315120a819f3de818f-1166245343158/slide-1.png" width="1600" height="1131" x="0" y="0" style="visibility:hidden" text="presentation/e16dd371710acce71110d2315120a819f3de818f-1166245343158/textfiles/slide-1.txt"/>
</svg>
Thanks, i will take a look at it as soon as possible.
Solved in Commit https://github.com/cli-ish/bbb-video-converter/commit/c8b892a12c65593ee0cdca64b48e4bd5d668b057, note that a Docker rebuild is required:
docker build -t bbb-converter .
The error was in the distribution of the work on the given threads. In this case 6 although there is not enough work for this number of threads. Therefore the division resulted in a value below 0 which could not be used.
Now in such a case a rule was introduced which regulates the threads in this case down so that it equals the effort. This may not be performant but solves the problem in this case.
Maybe I have to implement an automatic finding of the best thread number, because with an automated conversion not the perfect thread selection can be made.
Thanks a lot! I'll post the results in a couple of days!
This fix is really helpful!
Hello, some recorings does not converted with error: