-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


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

Curlew

   0.1.18.4  

GTK Video Application

Score 84%
Curlew
zoom


Curlew
zoom


Curlew
zoom


Version Control:  Link
Homepage:  Link
Depends on  Python
Downloads:  1261
Submitted:  Dec 5 2012
Updated:  Apr 4 2013

Description:

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

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:
-------------
- python >= 2.7 < 3.0
- python-gobject >= 3.0
- gir1.2-gtk-3.0
- ffmpeg >= 0.8 (or libav-tools >= 0.8)
- mencoder
- libavcodec-extra-53
- xdg-utils

Installation:
-------------
In terminal run the following (as root).
sudo python setup.py install

NOTE: Make sure you have imagemagick and intltools installed.

Remove (Uninstall):
-------------------
In terminal run the following (as root).
sudo python setup.py uninstall

Clean project:
--------------
sudo python setup.py clean

Installation from PPA (from NoobsLab.com PPA):
----------------------------------------------
Depends:
sudo apt-get install python python-gobject gir1.2-gtk-3.0 ffmpeg mencoder libavcodec-extra-53 xdg-utils
PPA Support(Ubuntu 13.04 to 10.04):
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 use poedit.
- Rename it to your language key (ex: en.po for English)
- Send me an email at: chamfay@gmail.com and attach your po file.




Changelog:

0.1.18.4
* Added support for SSA/ASS subtitle.
* Enhnaced favorite list dialog (added delete key shortcut).
* Enhanced saving/loading functions.
* Update translation

0.1.18.3
* Added Dutch translation (by vertalers).
* Ability to add current format to your favorite list.
* Some fixes...

0.1.18.2
* Bug fixes.

* Show elapsed time for each conversion process.
* Added harddup option (work with mencoder only).
* Updates...

0.1.18
* Removed makefiles and moved all install stuffs to setup.py file.
* Replace duration by file size in the files list (treeview).
* Show file without extension in the files list (treeview).
* Fixed a bug in when add file via command line.
* Some fixes...



License:
Waqf public license.
Please see: http://www.ojuba.org/wiki/doku.php/waqf/license.


Source(curlew-0.1.18.4)
Arch(by mrbit)
Ubuntu(curlew)
Fedora(Thanks to Muhammad Shaban)
Send to a friend
Subscribe
Other  Apps  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 50%

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


Reply to this

-

 www.mmaoutlet.us

 
 by mmaoutlet04051 on: Apr 5 2013
 
Score 50%

www.mmaoutlet.us

www.mmaoutlet.us


www.mmaoutlet.us

Air jordan(1-24)shoes $33,

Air max shoes (TN LTD BW 90 180),$32

Nike/shox(R4,NZ,OZ,TL1,TL2,TL3) $32,

handbags(Coach lv fendi d&g) $33,

Tshirts (Polo ,ed hardy,lacoste) $20,

Jean(True Religion,ed hardy,coogi) $35,

Sunglasses(Oakey,coach,Gucci,Armaini) $16,

New era cap $12,


Welcome to my Taobao shop ! Daily update: Discover amazing stuff, collect the things you love, buy it all in one place. novel style, varieties, low price and good quality, and the low sale price ====
Reply to this

Add commentBack




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

Participate
Groups
Forum
Add App
Public API
About GTK-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

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