maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Request] Need Mp3 Joiner App! (https://talk.maemo.org/showthread.php?t=88706)

kodematem 2013-01-19 13:05

[Request] Need Mp3 Joiner App!
 
Can everybody make Mp3 Joiner Application for N9 Meego?
thanks.

michaaa62 2013-01-19 14:06

Re: [Request] Need Mp3 Joiner App!
 
[rant]Did you ever consider to search the web???[/rant]
Use your terminal and
Code:

cat audio1.mp3 audio2.mp3 ... audioY.mp3 > mergedaudio.mp3

kodematem 2013-01-19 14:25

Re: [Request] Need Mp3 Joiner App!
 
Yep .i know this method but i need client app.

michaaa62 2013-01-19 14:32

Re: [Request] Need Mp3 Joiner App!
 
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.

brkn 2013-01-19 14:47

Re: [Request] Need Mp3 Joiner App!
 
Quote:

Originally Posted by michaaa62 (Post 1315880)
[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

anthonie 2013-01-19 19:25

Re: [Request] Need Mp3 Joiner App!
 
I vote for rant as an official tag on TMO...


All times are GMT. The time now is 04:28.

vBulletin® Version 3.8.8