1 Jan 2009 20:31
working with multi track file
<reza <at> chipset.or.id>
2009-01-01 19:31:59 GMT
2009-01-01 19:31:59 GMT
Hi All, I am new in using ecasound cmd-line to process audio files. I have a numbers of .wav sample files and want to mix them into single mp3 file. each .wav file has length (duration) 4secs Let's say the files arranged in matrix format like this: Segment1 Segment2 Segment3 Segment4 -------------------------------------------------- 41_1_3254 NULL 41_1_3257 41_1_3259 NULL 41_2_3264 41_2_3273 NULL 41_3_3284 41_3_3286 41_3_3280 NULL 41_4_3293 41_4_3297 41_4_3298 NULL -------------------------------------------------- what I'm trying to do is: 1. mixdown each segment into a single loop device 2. mix all segments (loop) with certain start position into a single file 3. get an mp3 output from combination of .wav samples Then I use ecasound cmdline like this, ---------------------------------------------- ecasound \ -a:s1_t1 -i:samples/41/41_1_3254.wav -y:0 \ -a:s1_t3 -i:samples/41/41_3_3281.wav -y:0 \ -a:s1_t4 -i:samples/41/41_4_3293.wav -y:0 \ -a:s1_t1,s1_t3,s1_t4 -o loop,s1 \ -a:s2_t2 -i:samples/41/41_2_3264.wav -y:4 \(Continue reading)
Such a lot of work in such a short time. I'll get around
to it some time this week, when university lets me breathe for a moment.
Kindest regards and many thanks
Julien
--------
Music was my first love and it will be my last (John Miles)
======== FIND MY WEB-PROJECT AT: ========
I tried grepping for .namarc, no luck though.
Kindest regards
Julien
--------
Music was my first love and it will be my last (John Miles)
======== FIND MY WEB-PROJECT AT: ========
RSS Feed