You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to Issues #913 I am having an issue with the slow motion tool. I can reproduce the bug by selecting a clip -> right click -> edit -> export to tool -> slow / fast motion -> set a <100% speed -> render. When I follow these steps, the list of render jobs shows this slow motion job as always in "Render Starting ...".
I have tried the solution given in the issue linked above by making sure that I do chmod a+x on the motionheadless.py file without any luck.
If I invoke flowblade via flatpak and follow the steps above I get the following error logs
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/app/share/flowblade/Flowblade/tools/motionheadless.py", line 91, in run
motion_producer = mlt.Producer(profile, None, str("timewarp:" + str(self.speed) + ":" + str(self.source_path)))
File "/app/lib/python3.10/site-packages/mlt7.py", line 977, in __init__
this = _mlt7.new_Producer(*args)
ValueError: invalid null reference in method 'new_Producer', argument 1 of type 'Mlt::Profile &'
The text was updated successfully, but these errors were encountered:
Not reproducing on developer version or on the Flatpak 2.10.04 installed on my system. Before next release I'll install Ubuntu 22.04 on Virtual Box (I have Ubuntu 23.04), install Flatpak and see if I get the error reproduced.
jliljebl
changed the title
2.10 Slow/Fast Motion Render Hands at "Render Starting..."
2.10 Slow/Fast Motion Render hangs at "Render Starting..."
Jul 18, 2023
Flowblade Version: 2.10
MLT Version: 7.17.0
OS: Ubuntu 22.04
Install Method: Flatpak
Similar to Issues #913 I am having an issue with the slow motion tool. I can reproduce the bug by selecting a clip -> right click -> edit -> export to tool -> slow / fast motion -> set a <100% speed -> render. When I follow these steps, the list of render jobs shows this slow motion job as always in "Render Starting ...".
I have tried the solution given in the issue linked above by making sure that I do
chmod a+x
on themotionheadless.py
file without any luck.If I invoke flowblade via flatpak and follow the steps above I get the following error logs
The text was updated successfully, but these errors were encountered: