-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (7) .- Knowledge Base  . 

Curlew

   0.2.2  

GTK Video Application

Score 84%
Curlew
zoom


Curlew
zoom


Curlew
zoom


Version Control:  Link
Homepage:  Link
Downloads:  4819
Submitted:  Dec 5 2012
Updated:  Mar 18 2016

Description:

Curlew Multimedia Converter:
----------------------------

Description:
------------

Easy to use, Free and Open-Source Multimedia converter for Linux.
Curlew written in python and GTK3 and it depends on (ffmpeg/avconv).

Main Features:

- Easy to use with simple user interface.
- Hide the advanced options with the ability to show them.
- Convert to more than 100 different formats.
- Show file informations (duration, remaining time, estimated size, progress value).
- Allow to skip or remove file during conversion process.
- Preview file before conversion.
- Convert a specified portion of file.
- Combine subtitle with video file.
- Show error details if exist.
- And more ...


Dependencies:
-------------

For Curlew:

- python >= 3.3
- python3-gi >= 3.12
- python3-dbus
- gir1.2-gtk-3.0 >> 3.12
- libav-tools >= 0.8 (or ffmpeg)
- libavcodec-extra (Ubuntu/Debian)
- xdg-utils
- mediainfo
- gnome-icon-theme-symbolic

For installer (setup.py):

- librsvg2-bin (or something similar) to convert .svg to .png.
- intltool-debian (or intltool) to compile translations files.

NB: This dependencies names may change if you are using another distribution than Ubuntu/Debian or its sons.


License:
--------

Waqf public license.
Please see: LICENSE-ar.txt/LICENSE-en.txt files for more informations.


Installation:
-------------

In terminal, run the following (as root):
> python3 setup.py install --prefix=/usr
Or run script (as root):
> ./install


Remove (Uninstall):
-------------------

In terminal run the following (as root):
> python3 setup.py uninstall
Or run script (as root):
> ./uninstall


Clean Project:
--------------

> sudo python3 setup.py clean


Installation from PPA (from NoobsLab.com PPA):
----------------------------------------------
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install curlew


Translation:
------------
If you want to translate *Curlew* to your language please:
- Take the latest "curlew.pot" file from source (located in po folder) and translate it manually or by using poedit.
- Rename it to your language key (ex: en.po for English language)
- Send me an email at: chamfay@gmail.com and attach your po file and i will update it soon :)




Changelog:

0.2.2
* Added -Use CSD- option, to enable/disable HeaderBar.
* Limited Favorite list to only 10 elements.
* Fixed bug when add files/folders contains special characters.
* Updated translations and some other changes.

0.2.1
* Fix bugs.

0.2.0
* Check availability of codecs according to encoder
* Show availabe codecs.
* Enhanced video thumbnail (showed with correct aspect ratio).
* New favorite list
* Add global menu (Gnome Shell)
* Allow to choose a player.
* Allow to edit formats.
* Enhanced interface.
* ...

....
See Changelog file.



License:
Waqf public license.
Please see: http://ojuba.org/waqf/license.


Source(curlew-0.2.2)
Arch(by mrbit)
Ubuntu(curlew)
Fedora(by Muhammad Shaban)
Gentoo(by mrbit)
Send to a friend
Subscribe
Other  Content  from chamfay
Report inappropriate content



-

 Ubuntu 12.04

 
 by ldm85 on: Dec 26 2012
 
Score 50%

Hi, fantastic project!!! ^_^
You can build a deb package x32 x64 bit for Ubuntu 12.04 Precise? Thank's :D
Please answer me


Reply to this

-

 Re: Ubuntu 12.04

 
 by chamfay on: Dec 27 2012
 
Score 50%

Unfortunately not yet, may be later.
Sorry..


Reply to this

-

 curlwe

 
 by mrbit on: Dec 27 2012
 
Score 50%

Hi,.. no work !!??
curlew
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/Curlew/curlew.py", line 961, in convert_cb
self.convert_file()
File "/usr/lib/python2.7/site-packages/Curlew/curlew.py", line 1039, in convert_file
self.total_duration = self.get_duration(input_file)
File "/usr/lib/python2.7/site-packages/Curlew/curlew.py", line 1113, in get_duration


Proc = Popen(cmd, stdout=PIPE, stderr=PIPE)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] File o directory non esistente


Reply to this

-

 Re: curlwe

 
 by chamfay on: Dec 27 2012
 
Score 50%

Hi,
it worked for fine for me!
Please give me the output for avconv -i your_file.


Reply to this

-

 Re: Re: curlwe

 
 by mrbit on: Dec 27 2012
 
Score 50%

ooops avconv: command not found ??


Reply to this

-

 Re: Re: Re: curlwe

 
 by mrbit on: Dec 27 2012
 
Score 50%

and ffmpeg ver. 1.0.1


Reply to this

-

 Re: Re: Re: Re: curlwe

 
 by mrbit on: Dec 27 2012
 
Score 50%

ok....resolv with ln -s "/usr/bin/ffmpeg" "${pkgdir}/usr/bin/avconv"


Reply to this

-

 Re: Re: Re: Re: Re: curlwe

 
 by chamfay on: Dec 27 2012
 
Score 50%

You can change converter name to ffmpeg in other Tab.


Reply to this

-
.

 Re: Re: Re: Re: curlwe

 
 by chamfay on: Dec 27 2012
 
Score 50%

Is there a problem with ffmpeg too?


Reply to this

-

 Re: Re: Re: Re: Re: curlwe

 
 by mrbit on: Dec 27 2012
 
Score 50%

no.
ffmpeg ver 1.0.1 hasn't the command "avconv"
So, in the PKGBUILD i've added :
ln -s "/usr/bin/ffmpeg" "${pkgdir}/usr/bin/avconv"
now work..for Archlinux


Reply to this

-

 Re: Re: Re: Re: Re: Re: curlwe

 
 by chamfay on: Dec 27 2012
 
Score 50%

Yes,
avconv program exist in libav package not in ffmpeg



-

 curlwe

 
 by mrbit on: Dec 27 2012
 
Score 50%

Yes...
in the Archlinux libav --> conflict with ffmpeg :
ffmpeg = /usr/bin/ffmpeg
libav = /usr/bin/avconv
not together !!!


Reply to this

-

 Re: curlwe

 
 by chamfay on: Dec 28 2012
 
Score 50%

Hi again,
libav replaced ffmpeg.
You can install one (ffmpeg/libav)
but in Curlew you can simply change it by going to advanced->other->converter then choose ffmpeg instead of avconv without added the link.
Thank you.


Reply to this

-

 Re: curlwe

 
 by chamfay on: Dec 28 2012
 
Score 50%

Hi again,
libav replaced ffmpeg.
You can install one (ffmpeg/libav)
but in Curlew you can simply change it by going to advanced->other->converter then choose ffmpeg instead of avconv without added the link.
Thank you.


Reply to this

-

 كروان

 
 by abouzakaria on: Jan 3 2013
 
Score 50%

جزاك الله خيرا برنامج رائع بحق
هلا عملت له حزما على اوبن سوزي بويلد
اخوكم أبو زكريا الجزائري


Reply to this

-

 Re: كروان

 
 by chamfay on: Jan 4 2013
 
Score 38%

السلام عليكم
أخي العزيز شكرا على التنبيه مرة ثانية.
سآخذ طلبك بعين الاعتبار ولكن ليس الآن.


Reply to this

-
.

 Good, Good, Good, Thank you

 
 by sportegioco on: Aug 28 2013
 
Score 50%

Great, congratulations, really a well-structured project and functional. I use it regularly and I'm thrilled. Thank you.


Reply to this

-
.

 Re: Good, Good, Good, Thank you

 
 by chamfay on: Sep 24 2013
 
Score 50%

Thanks.


Reply to this

-

 Install on Debian

 
 by sjukfan on: Mar 2 2014
 
Score 63%

I had to install librsvg2-bin but then the installer worked as it should


Reply to this

-

 Re: Install on Debian

 
 by chamfay on: Jun 28 2014
 
Score 50%

Very nice, Thanks. :)
Although it came too late :(
I will change this in the next release.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team