-
Notifications
You must be signed in to change notification settings - Fork 3
Description
built 4MB ffmpeg with:
--enable-gpl --enable-nonfree --enable-libx264 --enable-libx265
--enable-libvpx --enable-libaom --enable-openssl --enable-zlib
--enable-decoder=h264,hevc,vp9,av1,mjpeg,png,aac,mp3,vorbis,opus,flac
--enable-encoder=libx264,libx265,libvpx_vp9,libaom_av1,aac,opus,flac
--enable-demuxer=mov,matroska,m4v,mp3,ogg,wav,aac,flac,image2
--enable-muxer=mp4,matroska,webm,ogg,wav,flac,image2
--enable-parser=h264,hevc,vp9,av1,aac,mjpeg
--enable-protocol=file,http,https,tcp,udp
mlt:
-DMOD_AVFORMAT=ON
-DSWIG_PYTHON=ON
-DMOD_DECKLINK=OFF
-DMOD_KDENLIVE=OFF
-DMOD_JACKRACK=OFF
-DMOD_QT=OFF
flowblade with just:
Depends: python3-cairo, python3-numpy, python3-dbus, python3-pil, python3-gi, python3-gi-cairo, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-gdkpixbuf-2.0, librsvg2-common, frei0r-plugins, swh-plugins, python3, python3-distutils
everything works except several MLT service ladspa.xxx not found. (they are installed usr/lib/ladspa)
MLT service boxblur not found.
MLT service freeze not found.
.png thumbnails and (!) rendering:
File "/usr/share/flowblade/Flowblade/editorwindow.py", line 859, in
('AddToQueue', None, _('Add To Batch Render Queue...'), None, None, lambda a:projectaction.add_to_render_queue()),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/flowblade/Flowblade/projectaction.py", line 890, in add_to_render_queue
_write_out_render_item(False)
File "/usr/share/flowblade/Flowblade/projectaction.py", line 898, in _write_out_render_item
args_vals_list = render.get_args_vals_list_for_current_selections()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/flowblade/Flowblade/render.py", line 80, in get_args_vals_list_for_current_selections
encoding_option_index = widgets.encoding_panel.encoding_selector.widget.get_active()
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'EmptyClass' object has no attribute 'encoding_panel'
any idea which dependencies are needed for these?