![]() |
FF Multi Converter - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.linuxliteos.com/forums/forumdisplay.php?fid=21) +--- Thread: FF Multi Converter (/showthread.php?tid=1966) |
FF Multi Converter - ??? ???? - 07-07-2015 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. Re: FF Multi Converter - pingball57 - 10-16-2017 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. Re: FF Multi Converter - bitsnpcs - 10-16-2017 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. Re: FF Multi Converter - trinidad - 10-16-2017 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 Re: FF Multi Converter - pingball57 - 11-17-2017 sorry for the delay in reply. Thanks, problem sorted. |