Bored with fussing with the command-line to convert that MP3 file to a distinct format? Sick of studying guides to learn the way to transcode a video file right into a slimmer, smaller format? Look no additional than Curlew: the easy media conversion instrument that allows you to convert media files on Linux with ease.

Set up Curlew

Earlier than we go over how to use the Curlew media conversion instrument to transcode music and video files on Linux, set up is required. Observe the directions beneath that correspond with your Linux distribution.

Ubuntu

To get Curlew in Ubuntu, you’ll want to obtain the Deb bundle from the official developer web site.  Sadly, as a result of Curlew is hosted on SourceForge, it’s not potential to obtain it with a terminal command. As an alternative, to get it, head over to the download page and grab it. Then, launch a terminal window and use the CD command to transfer into your ~/Downloads folder.

cd ~/Downloads

Putting in Curlew on Ubuntu requires the dpkg terminal bundle installer.

sudo dpkg -i curlew_0.2.5-1_all.deb

Whenever you set up a DEB bundle within the terminal, it’s very doubtless that errors will seem. These errors are dependency issues, and so they occur when the dpkg program can’t accurately resolve the applications the bundle wants to run on Ubuntu. Fortunately, this problem is rapidly taken care of with the apt set up command.

sudo apt set up -f

Debian

Curlew has a DEB bundle (presumably for Ubuntu customers). Nonetheless, as Debian and Ubuntu are the identical, you’ll give you the chance to get it working! Begin by going to the official Curlew SourceForge web page and downloading the newest model. After downloading it, open up a terminal window, and use the CD to the ~/Downloads folder.

cd ~/Downloads

Run the dpkg set up instrument and cargo up Curlew on Debian.

sudo dpkg -i curlew_0.2.5-1_all.deb

Curlew is ready up on Debian. The following step is to appropriate the dependency points that will come up by operating the apt-get set up command.

sudo apt-get set up -f

Arch Linux

The Curlew media converter is on the market to Arch Linux customers through the AUR. To work together with the AUR, use the Pacman bundle supervisor to set up Git and Base-devel.

sudo pacman -S git base-devel

With the packages working, use the git clone command to obtain the newest model of the Curlew AUR snapshot.

git clone 

Transfer the terminal window from the house listing into the brand new curlew code listing.

cd curlew

Construct an installable Curlew bundle with the makepkg command. Take into account that when constructing this system, dependency points might come up. If this occurs, examine Curlew’s official AUR web page.

makepkg -sri

Fedora

To get the Curlew media converter on Fedora Linux, it’s essential to add the RPM Sphere third-party software program repository. So as to add it, open up a terminal window and create a brand new repo file with contact.

sudo contact /and so forth/dnf.repos.d/rpm-sphere.repo

Open up the brand new RPM Sphere repo file in Nano, with root privileges (through sudo).

sudo /and so forth/dnf.repos.d/rpm-sphere.repo

Paste the code beneath into the Nano textual content enhancing program:

[rpm-sphere]
identify=RPM Sphere
baseurl=https://ftp.gwdg.de/pub/opensuse/repositories/residence:/zhonghuaren/Fedora_28/
gpgkey=https://ftp.gwdg.de/pub/opensuse/repositories/residence:/zhonghuaren/Fedora_28/repodata/repomd.xml.key
enabled=1
gpgcheck=1

Lastly, set up Curlew on Fedora with the DNF packaging instrument.

sudo dnf set up curlew -y

OpenSUSE

SUSE customers can set up Curlew through the Packman software program repository. Enter the command beneath to add it to your system.

LEAP 15.0

sudo zypper addrepo  packman

LEAP 42.3

sudo zypper addrepo  packman

Tumbleweed

sudo zypper addrepo  packman

Set up this system with:

sudo zypper set up curlew

Generic Linux

These that may’t get the Curlew media converter utility for his or her Linux distribution want to construct this system from supply. Open up a terminal and observe the step-by-step directions to get it operating on your Linux PC.

Step 1: Set up the dependencies wanted to construct this system. Particularly, you’ll want python, python3-gi, python3-dbus, gir1.2-gtk-3.0, libav-tools (or ffmpeg), xdg-utils, mediainfo, librsvg2-bin, intltool, and gnome-icon-theme-symbolic.

Step 2: ( Obtain the Curlew supply code from SourceForge.

Step 3: Extract the supply code with tar.

cd ~/Downloads
sudo tar -xvzf curlew-0.2.5.tar.gz

cd curlew-0.2.5

Step 4: Construct and set up this system on your Linux PC.

python3 setup.py set up --prefix=/usr

Curlew – convert audio files

Curlew is great at changing audio files into totally different codecs. To convert an audio file, open up the app and choose the “add files” button.

Use the file browser to find the audio file you’d like to convert. Alternatively, open up the Linux file supervisor, browse to the situation of the audio file you want to convert, choose it with the mouse and drag it into the Curlew window.

2Q==

Click on on the button on the backside of the web page and select your audio format. Whenever you’re glad with the format, click on the “Convert” button on the prime to begin the conversion course of.

The transcoded audio file will seem in the identical listing as the unique one.

Curlew – convert video files

Want to convert a video file on your Linux PC? Curlew can do it! Launch this system on your desktop, then click on the “add files” button (you can too drag the file into this system window out of your file supervisor, like with audio files).

With the video file added to the Curlew queue, you’ll want to choose the format to transcode to. Click on the button on the backside and use it to browse for the codec.

When every part seems good, you possibly can convert the video file in Curlew by clicking the “convert” button on the prime.



Source link

Share.
Leave A Reply

Exit mobile version