Active Topics

 



Notices


Reply
Thread Tools
Posts: 37 | Thanked: 48 times | Joined on Sep 2012 @ East Timor
#1
Can everybody make Mp3 Joiner Application for N9 Meego?
thanks.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
[rant]Did you ever consider to search the web???[/rant]
Use your terminal and
Code:
cat audio1.mp3 audio2.mp3 ... audioY.mp3 > mergedaudio.mp3
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 37 | Thanked: 48 times | Joined on Sep 2012 @ East Timor
#3
Yep .i know this method but i need client app.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
This is no method, it is the actual command, any gui-app would run after you sorted your audio bits for some minutes in the filechooser. While the gui user still fumbles the filechooser, you already would listen to your file.
Come on, be a little more nerd.
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 299 | Thanked: 557 times | Joined on Aug 2012
#5
Originally Posted by michaaa62 View Post
[rant]Did you ever consider to search the web???[/rant]
Use your terminal and
Code:
cat audio1.mp3 audio2.mp3 ... audioY.mp3 > mergedaudio.mp3
...which breaks the file header. in your example length of the combined files would be equal to length of file 1. thus run
Code:
ffmpeg -i mergedaudio.mp3 -acodec copy fixed.mp3
EDIT: i cross-compiled ffmpeg from rzr repository for harmattan.
Download: ffmpeg for harmattan

Last edited by brkn; 2013-01-19 at 14:50.
 

The Following 5 Users Say Thank You to brkn For This Useful Post:
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#6
I vote for rant as an official tag on TMO...
 

The Following 2 Users Say Thank You to anthonie For This Useful Post:
Reply

Tags
ffmpeg, harmattan, _rant_


 
Forum Jump


All times are GMT. The time now is 07:23.