Flowblade-0.16.0 for Carolina

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

Flowblade-0.16.0 for Carolina

#1 Post by battleshooter »

Image Flowblade

Flowblade Movie Editor is a multitrack non-linear video editor for Linux released under GPL 3 license.

Flowblade is designed to provide a fast, precise and robust editing experience.

In Flowblade clips are usually automatically placed tightly after or between clips when they are inserted on the timeline. Edits are fine tuned by trimming in and out points of clips, or by cutting and deleting parts of clips.

Flowblade provides powerful tools to mix and filter video and audio.

- https://code.google.com/p/flowblade/


Image

Flowblade is a script based video editor, so no compiling what so ever! That said, it seemed too easy so I recompiled MLT with more features as well as Frei0r so I actually felt like I was doing something.

I̶t̶ ̶s̶h̶o̶u̶l̶d̶ ̶w̶o̶r̶k̶ ̶o̶n̶ ̶m̶o̶s̶t̶ ̶P̶u̶p̶s̶ ̶b̶e̶s̶i̶d̶e̶s̶ ̶C̶a̶r̶o̶l̶i̶n̶a̶ ̶a̶s̶ ̶i̶t̶'̶s̶ ̶d̶e̶p̶e̶n̶d̶e̶n̶c̶i̶e̶s̶ ̶a̶r̶e̶ ̶s̶i̶m̶p̶l̶e̶ ̶a̶n̶d̶ ̶t̶h̶e̶ ̶p̶r̶o̶g̶r̶a̶m̶ ̶i̶t̶s̶e̶l̶f̶ ̶i̶s̶ ̶a̶ ̶p̶y̶t̶h̶o̶n̶ ̶s̶c̶r̶i̶p̶t̶.̶ It's also quite small for a video editor even with dependencies included. Would be nice to see it become the Audacity of video editors, quick and easy to use, simple, to the point.

Download flowblade-0.16.0.sfs
Size: 21.6 MB
MD5: 3c96406f96c346d29d3805377f72c271

Didn't strip DOC and NLS from it this time. Seems unnecessary trouble for 1 MB.

Where possible I used the dependencies found in the Carolina repository and if not, the same version.

Dependencies included in SFS
fftw-3.3.2
frei0r-plugins-1.4 (Recompiled with more effects, ie gavl)
jack-audio-connection-kit-0.124.1
libsamplerate-0.1.8
mlt_git-03-07-14 (Recompiled with jackrack, ladspa, and dv support)
numpy-1.6.1
Python-2.7.2-i486
sox-14.3.2-i486
swh-plugins-0.4.15
Last edited by battleshooter on Thu 11 Dec 2014, 02:25, edited 2 times in total.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#2 Post by RSH »

Hi.

This Flowblade seems to work in Precise.

I have successfully rendered a project containing one video track (with audio muted) and one extra audio track (mp3) - rendered to .mpg video.

Plays fine in gnome-player and vlc.

Please, could you include the locales files on future compiling work and/or provide a link to the locales (also for lmms etc.pp)?

Thanks,

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

MLT missing in TahrPup-583 Frugal

#3 Post by davids45 »

G'day Battleshooter,

First try with the Flowblade sfs in a just-installed TahrPup-5.8.3 came up with a mlt-not-found message when I tried running it in a console after nothing happened via the (icon-less) menu entry:

MLT not found, exiting...
ERROR: No module named mlt found

The .desktop file in /usr/share/applications does have the icon.

Will try the flowblade sfs in some other Pups.

(MD5 checked out OK so not likely a bad download).

David S.

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#4 Post by battleshooter »

RSH,

I just checked LMMS and the locales are still there, (/usr/share/lmms/locale)

I only started stripping them out after Kdenlive I think.

Kdenlive itself only seems to include a French locale, according to this they need to be taken from the SVN server. I'll look into that.

I've uploaded Flowblade's NLS and DOC for good measure, the Cinelerra one will be up as well soon.

G'day davids45 :)

mlt.py is included (just checked) so I'm thinking either there is a previous python installation... I'm not sure why the icon is not appearing in the menu. Ah yes, just checked, the preinstalled Python will definitely be a problem. You may be better off using the Flowblade package from the website and finding the dependencies on your own. However if that's not your cup of tea, you might be able to go to

Code: Select all

/usr/lib/python2.7/site-packages/mlt.py
and copy,

Code: Select all

mlt.py, 
mlt_wrap.o 
_mlt.so
over to the site-packages folder of Tahr's python. If it's Python 3 I'm not sure if this will work.

What Window manager does Tahr use?
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

Python problems

#5 Post by davids45 »

G'day battleshooter,

Thanks for checking and finding the Python issue.

With Frugals, I have an old Python in my Games.sfs (pysol) and sometimes for a LibreOffice sfs, I load up another Python as an sfs - which usually stops pysol from running.

So I'm not surprised if another Python conflict is my problem.

I'll try later with just the Flowblade sfs and no other Python-likely sfs running.

Having the same MLT-not-loaded problem with a slacko (I already had my python-present Games.sfs loaded when I tried Flowblade), I think we can give tahrpup the benefit of the doubt as not being part of my particular problem.

Thanks,
David S.

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

Thanks for Flowblade-0.14, note re Openshot

#6 Post by mikeslr »

Hi battleshooter,

Thanks for your continuing interest in Flowblade. Encouraged by RSH's post, I loaded it into vicmz's obprecise, http://www.murga-linux.com/puppy/viewto ... 664#790664, It opens and seems to be functional. I haven't done anything with it yet. Thanks vicmz for the new version of precise with my favorite window manager.
Although I think flowblade currently provides the most comprehensive video editing package, I still think that openshot is still useful when something simpler will suffice. So I tried simultaneously loading openshot-1.4.3-precise.sfs, Loaded but didn't run. Terminal messages suggested a conflict in how python modules were structured. Noting that you had built Flowblade for Carolina, I unloaded "openshot-precise" and loaded openshot-1.4.2-carolina.sfs [restructured from the pet, http://smokey01.com/carolina/pet_packages-carolina/ ]. Thanks, Geoffrey. Opens and seems functional.

Thanks again everyone.

mikesLr

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#7 Post by battleshooter »

Thanks for the feedback mikeslr, glad it's working well for you. So.. it seems the SFSs compiled in Carolina work quite well in Precise, minor issues being due to in built dependencies.

QT and Python, those seem to be the ones to mess up the most.
Although I think flowblade currently provides the most comprehensive video editing package, I still think that openshot is still useful when something simpler will suffice
I think Flowblade is quite stable as well, more so than Kdenlive and Openshot. I'm just waiting for Openshot 2.0 to come out, curious to see how that will turn out.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

linus.cl
Posts: 126
Joined: Wed 02 Apr 2014, 14:09
Location: Germany
Contact:

#8 Post by linus.cl »

Hello!
I'm using Puppy Linux Slacko 5.7 and I'm have the same problem as davids45.

I've tried also your solution prozess, but in my system flowblade haven't worked yet.

What's the problem??


Code: Select all

sh-4.1# flowblade
FLOWBLADE MOVIE EDITOR 0.14rc
---------------------------
Launch script dir: /usr/bin
Running from installation...
MLT not found, exiting...
ERROR: No module named mlt
I've installed the package 'python-mlt5' from the ubuntu repos.

I hope you can help me... :shock: :shock:

Pelo

Flowblade dowloading To Polar Puppyland QT-005

#9 Post by Pelo »

I was returning to Windows Live Media Creator, tired with Linux video editors especially running in only one version of puppy. Openshot, cinelerra ne sont que de la poudre aux yeux. I hope Flowblade will do it.
This morning, i am with the fantastic PolarQT-005. I think Flowblade will do it 'les doigts dans les nez' i.e (id est) easily.
Zut (damned !). Polarpup is too old, as me... :(
Ok with SFS load on the fly V. 2.1 but Python is needed . :(

sh-4.1# flowblade
FLOWBLADE MOVIE EDITOR 0.14rc
---------------------------
Launch script dir: /usr/bin
Running from installation...
MLT found, version: 0.9.2
Failed to import module app.py to launch Flowblade!
ERROR: /usr/lib/python2.7/site-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_combo_box_set_entry_text_column
Installation was assumed to be at: /usr/share/pyshared/Flowblade
sh-4.1#
gtk.ComboBox — a widget used to choose from a list of items (new in PyGTK 2.4)
Last edited by Pelo on Sat 30 Aug 2014, 05:01, edited 1 time in total.

Pelo

undefined symbol: gtk_combo_box_set_entry_text_column

#10 Post by Pelo »

undefined symbol: gtk_combo_box_set_entry_text_column : how many Linux apps are stopped by only a sybol, which size does not fit ?
What symbol could it be : gtk combo box .....

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#11 Post by battleshooter »

Ow, my head, so many errors. :(

I hate how vague these error messages are:
linus.cl wrote:

Code: Select all

ERROR: No module named mlt 
Or maybe it's how vague my solutions are that I hate? Hmm.

I've had that error numerous times. All dependencies are included in the SFS. So it looks like a local Python installation is confusing Flowblade/MLT. Same problem as David.

The thing about SFSs is that they will not overwrite existing files. So the included mlt module is probably looking for the version of Python I compiled it with... BUT because the SFS is unable to overwrite the existing Python that particular version is not available.

Gah, does that just sound like a load of mumble jumble?

The fix I would run with, would be:

Option A:
Clean installation/New Pupsave

but if that's not an option because you're running a full installation/too much trouble

Option B: Delete all instances of Python and reload the SFS

So, running Slacko 5.7... I might try making an SFS for that, so many people are posting problems running everything but Carolina!
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#12 Post by battleshooter »

Polarpup... Pelo, Python is included... why app.py didn't load, I don't know. There's just too many variables in different Pups.

I do hope you'll be able to find a Video Editor that works for you, I noticed you posted on some other video editors I've put up. I'm on to read your other posts.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#13 Post by battleshooter »

I̶t̶ ̶s̶h̶o̶u̶l̶d̶ ̶w̶o̶r̶k̶ ̶o̶n̶ ̶m̶o̶s̶t̶ ̶P̶u̶p̶s̶ ̶b̶e̶s̶i̶d̶e̶s̶ ̶C̶a̶r̶o̶l̶i̶n̶a̶ ̶a̶s̶ ̶i̶t̶'̶s̶ ̶d̶e̶p̶e̶n̶d̶e̶n̶c̶i̶e̶s̶ ̶a̶r̶e̶ ̶s̶i̶m̶p̶l̶e̶ ̶a̶n̶d̶ ̶t̶h̶e̶ ̶p̶r̶o̶g̶r̶a̶m̶ ̶i̶t̶s̶e̶l̶f̶ ̶i̶s̶ ̶a̶ ̶p̶y̶t̶h̶o̶n̶ ̶s̶c̶r̶i̶p̶t̶.̶
Boy was that ever an assumption. I tried getting Flowblade 0.16.0 going on Tahr and ran into on problem after another! One of the main issues was it came with its own Python which installed plugins in a different directory from Carolina, dist-packages vs. site-packages. Symlinking didn't work. I cheated off the Tahr Ubuntu repo, but the needed dependencies had more dependencies than the ones in Carolina, gave up after deb package number 9. I also had to recompile MLT to compensate for the different FFMPEG. As I told someone, it's not impossible to get FLowblade going on Tahr, I just think it would take an afternoon of compiling the needed dependencies by hand, instead of trying to leech.

So, whoops, definitely not going to work on most Pups besides Carolina mostly because of different Python and FFMPEG configurations.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#14 Post by battleshooter »

Updated Flowblade to 0.16.0.

What's new:

NLS and DOC not stripped.
Main Features in this release

Audio Master Meter has been added to top level GUI to help working with audio.
New Chroma Key filter works better on blue and green screen keying than the existing Color Select filter
Luma Key enables keying based on image luma values
Batch Rendering was changed to use dbus instead of PID files and should now actually work

Other features and enhancements


Add German translation
Add Italian translation
Fix Quick Enter and Quick Exit trim white blank display bug
Final round of refactoring before 1.0
Fix start-up problem from missing threads_enter() - Louis C. Villa
Require pygtk 2.0 to fix start-up on some systems - Louis C. Villa
Update timeline tools overlay GUI
Make Clip Monitor remember displayed frame
Fix flashing black around monitor bug
Add keyboard shortcuts ALT + I and ALT + O to move to in and out points
View selector for media panel to display all or anly certain types of files
Add info on duplicate media items on load
Refactor and fix audio monitoring display update and exit
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
LazY Puppy
Posts: 1934
Joined: Fri 21 Nov 2014, 18:14
Location: Germany

#15 Post by LazY Puppy »

RSH wrote:Hi.

This Flowblade seems to work in Precise.

I have successfully rendered a project containing one video track (with audio muted) and one extra audio track (mp3) - rendered to .mpg video.

Plays fine in gnome-player and vlc.

...

RSH
Still seems to work in Precise (tested with L.A.S.S.I.E. 003, SFS's loaded: LP2_Aqualung_0.9-beta11-precise.sfs LP2_GimpPainter-2.8.7.sfs LP2_Gimp-PlugIns-2.8.sfs LP2_jre-1.7u13-i586.sfs LP2_JWildFire-2.00.sfs LP2_LightZone_4.0.0-0_i386.sfs LP2_SunVox-1.8.sfs LP2_tintii-2.9.0-i486-static.sfs LP2_urbanlightscape-1.3.3-i486-static.sfs LP2_WineCorelSuite.sfs LassiePrecise_Extension.sfs LP2_VLC-1.1.7-4.8-precise.sfs LP2_PupSnap-2.1_Scrot-0.8_32Bit.sfs).

Again I have successfully rendered a project containing one video track (mp4, with audio muted) and one extra audio track (mp3) - rendered to .mp4 video. Plays fine in gnome-player and vlc.

Best of all: it comes in DE now - completely!

Exquisite! :D
Attachments
image-1.jpg
(65.1 KiB) Downloaded 1112 times
RSH

"you only wanted to work your Puppies in German", "you are a separatist in that you want Germany to secede from Europe" (musher0) :lol:

No, but I gave my old drum kit away for free to a music store collecting instruments for refugees! :wink:

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#16 Post by battleshooter »

LazY Puppy wrote:Best of all: it comes in DE now - completely!

Exquisite! :D
I had a feeling you'd like that when I saw that on the new feature list :D
LazY Puppy wrote:Still seems to work in Precise
I think it works with your system because you don't have a clashing Python. How your FFMPEG could happen to be the same version as the one I compile MLT with however, is a mystery to me :)
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

User avatar
LazY Puppy
Posts: 1934
Joined: Fri 21 Nov 2014, 18:14
Location: Germany

#17 Post by LazY Puppy »

# ffmpeg -version
ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
built on Apr 2 2013 17:00:59 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
ffmpeg 0.8.6-4:0.8.6-0ubuntu0.12.04.1
libavutil 51. 22. 1 / 51. 22. 1
libavcodec 53. 35. 0 / 53. 35. 0
libavformat 53. 21. 1 / 53. 21. 1
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 15. 0 / 2. 15. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 52. 0. 0 / 52. 0. 0
#
Since I did not change anything on ffmpeg, it should be still the one that is built into precise 5.7.1.
RSH

"you only wanted to work your Puppies in German", "you are a separatist in that you want Germany to secede from Europe" (musher0) :lol:

No, but I gave my old drum kit away for free to a music store collecting instruments for refugees! :wink:

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#18 Post by battleshooter »

LazY Puppy wrote:Since I did not change anything on ffmpeg, it should be still the one that is built into precise 5.7.1.

Code: Select all

ffmpeg -v
ffmpeg version 0.8.12, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jul 25 2012 04:52:58 with gcc 4.3.4
  configuration: --prefix=/usr --cpu=i486 --enable-shared --enable-gpl --enable-nonfree --enable-x11grab --enable-small --enable-runtime-cpudetect --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libdc1394 --enable-libfaac --enable-libfreetype --enable-libmp3lame --enable-libschroedinger --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-zlib --enable-postproc --disable-debug --enable-bzlib --enable-version3 --enable-libtheora --enable-swscale
  libavutil    51.  9. 1 / 51.  9. 1
  libavcodec   53.  8. 0 / 53.  8. 0
  libavformat  53.  5. 0 / 53.  5. 0
  libavdevice  53.  1. 1 / 53.  1. 1
  libavfilter   2. 23. 0 /  2. 23. 0
  libswscale    2.  0. 0 /  2.  0. 0
  libpostproc  51.  2. 0 / 51.  2. 0
Looks like it's not exactly the same version, but close enough to be compatible.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

live
Posts: 223
Joined: Wed 10 Feb 2010, 21:04

#19 Post by live »

Could you also build a version for tahrpup 6.

Thanks

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

Errors loading in Vanguard Release 2 [Solved]

#20 Post by mikeslr »

Hi Battleshooter,

Under Vanguard Release 2, while flowblade-0.14 starts without a hitch --I didn't test further-- flowblade-0.16 doesn't. Attempting to start via terminal reports the following:

# flowblade
FLOWBLADE MOVIE EDITOR 0.16
---------------------------
Launch script dir: /usr/bin
Running from installation...
modules path: /usr/share/flowblade/Flowblade
MLT found, version: 0.9.2

** (process:12553): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:12553): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:12553): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Failed to import module app.py to launch Flowblade!
ERROR: /usr/lib/python2.7/site-packages/_dbus_bindings.so: undefined symbol: dbus_message_iter_abandon_container
Installation was assumed to be at: /usr/share/flowblade/Flowblade

Hopefully, until the above problems are solved, flowblade 0.14 remains available somewhere as it remains the easiest, most complete video editor for Carolina/Vanguard. An older version which works is better than a newer version which doesn't.

I was unable to find a download link for flowblade 0.14. And a cursory check of Carolina's repo also failed to locate it. If it is no longer available and you've kept a copy, perhaps you could upload it again for those who, unlike myself, don't have a copy.

Thanks,

mikesLr
Last edited by mikeslr on Tue 20 Jan 2015, 16:36, edited 1 time in total.

Post Reply