Linux Lite Forums

Software - Support => Tutorials => Topic started by: ??? ???? on July 06, 2015, 08:45:57 PM

Title: FF Multi Converter
Post by: ??? ???? on July 06, 2015, 08:45:57 PM
FF Multi Converter is a useful GUI tool for converting different file formats: audio, video, images and documents.

Audio and Video
aac; ac3; afc; aiff; amr; asf; au; avi; dvd; flac; flv; mka; mkv; mmf; mov; mp3; mp4; mpg; ogg; ogv; psp; rm; spx; vob; wav; webm; wma; wmv and others, supported by ffmpeg.
Images
bmp; cgm; dpx; emf; eps; fpx; gif; jbig; jng; jpeg; mrsid; p7; pdf; picon; png; ppm; psd; rad; tga; tif; webp; xpm.
Documents
doc --> (odt, pdf); html --> (odt); odp --> (pdf, ppt); ods --> (pdf); odt --> (doc, html, pdf, rtf, sxw, txt, xml); ppt --> (odp); rtf --> (odt); sdw --> (odt); sxw --> (odt); txt --> (odt); xls --> (ods); xml --> (doc, odt, pdf).

Setting FF Multi Converter

sudo add-apt-repository ppa:ffmulticonverter/stable

sudo apt-get update

sudo apt-get install ffmulticonverter

But the program to work, you must install ffmpeg
ffmpeg and x264 codec so I installed

sudo add-apt-repository ppa:mc3man/trusty-media
 
sudo apt-get update

sudo apt-get install ffmpeg x264


After installation, you will find FF Multi Converter programs multimedia.
It works very well and is very simple.
Yes, of course, hard disk space it requires quite a lot.
Title: Re: FF Multi Converter
Post by: pingball57 on October 16, 2017, 04:27:57 PM
resurrecting this as i've just tried to install this & got :
~$ sudo apt-get install ffmulticonverter
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ffmulticonverter is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ffmulticonverter' has no installation candidate


looking about on the forum it looks like this is no longer avaiable. from this thread;  https://www.linuxliteos.com/forums/installing-software/problem-installing-ff-multi-converter/msg29670/#msg29670
i'm trying winff instead. i'm tyring to convert mp3 to wav. winff doesn't look like the answer.
Title: Re: FF Multi Converter
Post by: bitsnpcs on October 16, 2017, 04:47:17 PM
Hello pingball57,

you can convert using VLC player which is already installed in Linux Lite.

There is a tutorial for doing this by GUI, or the Command Line here - https://wiki.videolan.org/Documentation:Streaming_HowTo_New

But you will see the tutorial does not cover mp3 to wav, so we can write one here  ;) -

1/ Open VLC
2/ Click in the left top Menu  Media>Convert/Save
3/ Click Add in the GUI, browse to your mp3 file.
4/ Click Convert/Save at base of GUI
5/ Central in Convert GUI it Reads "Profile" and has a window of text click this and select MP3
6/ To the right of this click the icon of Screwdriver/spanner
7/ tick the radio button of WAV
8/ click Save button
9/ type in a name to the "Destination text entry box"
10/ click start button

If you need screenshots/visual tutorial let me know in reply and I can do this with drawn highlighted boxes and numbers to match with the instructions.
Title: Re: FF Multi Converter
Post by: trinidad on October 16, 2017, 05:03:51 PM
The tool you need is ffmpeg. Open synaptic in LL and install it, If you already installed audacity the tool is there by default.

https://askubuntu.com/questions/919788/convert-mp3-file-to-wav-using-the-command-line

TC
Title: Re: FF Multi Converter
Post by: pingball57 on November 17, 2017, 06:25:24 AM
sorry for the delay in reply. Thanks, problem sorted.