|
Replies
:
3
-
Pages
:
1
-
Last Post
:
Apr 6, 2008 12:25 PM
by: Seik
|
Topics
:
[
Previous
|
Next
]
|
|
Posts:
7
From:
Norway
Registered:
Mar 18, 2008
|
|
|
|
add intro to mp3 / aac
Posted:
Mar 28, 2008 5:48 AM
|
|
|
How can I add an intro to a mp3 file, not a movie?
Lars Eirik
Mac OS X (10.5.2)
|
|
Posts:
25
Registered:
Dec 18, 2007
|
|
|
|
Re: add intro to mp3 / aac
Posted:
Apr 4, 2008 2:42 AM
in response to: Seik
|
|
|
hi
To an mp3 with pcp, i'm quite sure it's not possible, with the addon Episode, i don't know..Anyway as much as iknow you'll have to add the intro before converting it to mp3, so you convert everything.
Now to do the merge, pcastaction has the option "merge" that joins intro movie, but i don't know if it could work for audio..
ju
Mac OS X (10.5.2)
|
|
Posts:
11
From:
Lyon
Registered:
Mar 10, 2008
|
|
|
|
Re: add intro to mp3 / aac
Posted:
Apr 4, 2008 2:55 AM
in response to: Seik
|
|
|
Hi,
I've got notes about it, but I've not tested it :
First, add a task to merge two audio files using the Ruby script qtjoin.rb
command = "/usr/bin/pcastaction";
arguments = (
shell,
"--basedir=$$Base Directory$$",
"--",
"$$Workflow Resource Path$$/Tools/qtjoin.rb",
"title.aiff",
"$$Content File Basename$$$$Content File Extension$$",
"$$Content File Basename$$-withAudioTitle.mov",
"1"
);
The value “1” is the duration, in seconds, of the gap between the two audio parts.
Hope it helps.
Regards, Gaëtan.
Université Lyon 2
MacBook
Mac OS X (10.5.2)
none
|
|
Posts:
7
From:
Norway
Registered:
Mar 18, 2008
|
|
|
|
Re: add intro to mp3 / aac
Posted:
Apr 6, 2008 12:25 PM
in response to: Gaetan-L2
|
|
|
Thanks! I´ll try that!
Mac OS X (10.5.2)
|
|
|