[SOLVED]What software do I require to cut mp3s for my phone?

Message
Author
User avatar
Sparky
Posts: 1196
Joined: Sun Dec 23, 2018 7:07 pm

[SOLVED]What software do I require to cut mp3s for my phone?

#1 Post by Sparky »

There are a few TV series that I really like their intro music. How would I go about just recording the theme music to mp3 so I can transfer it to my Android phone to make it a default?
I know the Android side well, but I haven't got a clue as to what software I would need to extract just the theme music. Anyone know?
Last edited by Sparky on Sat May 25, 2019 2:50 pm, edited 1 time in total.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: What software do I require to cut mp3s for my phone?

#2 Post by Stevo »

You can set VLC to show its advanced GUI, which has a Record button. Record a clip of the show that has just the audio you need. Since I use Dolphin, I find pacpl very handy to turn a video clip into an mp3 file, but there are a multitude of other audio convertors that can so the same thing, both GUIs and command line. You could look at curlew, selene, winff, qwinff, soundkonvertor, just plain mencoder or ffmpeg, and a zillion others.
Last edited by Stevo on Sat May 25, 2019 4:42 pm, edited 1 time in total.

User avatar
Sparky
Posts: 1196
Joined: Sun Dec 23, 2018 7:07 pm

Re: What software do I require to cut mp3s for my phone?

#3 Post by Sparky »

Thank you! I tried googling VLC advanced GUI, but I got nothing. How do you turn it on? Trying to get Doctor Who for starters as my ringtone :lipsrsealed:
Many Thanks!
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

User avatar
dolphin_oracle
Developer
Posts: 20025
Joined: Sun Dec 16, 2007 1:17 pm

Re: What software do I require to cut mp3s for my phone?

#4 Post by dolphin_oracle »

I have taken video files and but them in kdenlive, then extracted the video and encoded audio only. its ugly but it works.

handbrake might be able to do this in a gui-friendly way, I don't remember.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
figueroa
Posts: 1053
Joined: Fri Dec 21, 2018 12:20 am

Re: What software do I require to cut mp3s for my phone?

#5 Post by figueroa »

Direct the input (sound, aka TV output) through your audio in into audacity and press record. When you have what you want, export to mp3.

If you capture the video in a file, to extract audio from the video file:

ffmpeg -ss 00:41:03 -i SDV_0080.MP4 -t 00:03:18 -vn -ac 2 -ar 24000 -ab 123k -f mp3 8trinity_pop.mp3

This is an actual example. You'd have to adjust it to meet your situation, but lots of help with ffmpeg on-line.
Andy Figueroa
Using Unix from 1984; GNU/Linux from 1993

User avatar
JayM
Qualified MX Guide
Posts: 6793
Joined: Tue Jan 08, 2019 4:47 am

Re: What software do I require to cut mp3s for my phone?

#6 Post by JayM »

ffmpeg (cli) can do this for videos

Code: Select all

$ ffmpeg -i foo.mp4 bar.mp3
and mplayer as well.

Code: Select all

$ mplayer -dumpaudio -dumpfile bar.mp3 foo.mp4
If the episodes are on youtube you can use a Firefox extension to save individual videos' audio tracks as mp3s. Just search the FF add-ons for "youtube". If you want to record directly from your television then do as figueroa suggested and record the audio using audacity. You may need to get an adapter cable, two RCA plugs (or whatever type of connector/connectors your TV has) to one 3.5MM stereo plug, to go from your TV's line out or audio out to your computer's soundcard mic or line in jack.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

User avatar
jackdanielsesq
Posts: 244
Joined: Sun Apr 21, 2019 9:02 am

Re: What software do I require to cut mp3s for my phone?

#7 Post by jackdanielsesq »

Someone has already done all that - ddg/giggle it on the net - enjoy
I tried this for my iPhone - was not pretty - found southpark on web

User avatar
chrispop99
Global Moderator
Posts: 3179
Joined: Tue Jan 27, 2009 3:07 pm

Re: What software do I require to cut mp3s for my phone?

#8 Post by chrispop99 »

I use Audacity (from the Audio section of the Package Installer) to do exactly this.

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

User avatar
spanizdogs
Posts: 44
Joined: Sun Oct 15, 2017 5:51 am

Re: What software do I require to cut mp3s for my phone?

#9 Post by spanizdogs »

Audacity :)
Arcolinuxb I3 xfce.

User avatar
Sparky
Posts: 1196
Joined: Sun Dec 23, 2018 7:07 pm

Re: What software do I require to cut mp3s for my phone?

#10 Post by Sparky »

Thanks everyone!
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

Post Reply

Return to “Software / Configuration”