hello
can someone please help me with this?
i can find all the mp3s in a directory and its sub-directories with this:
find -name "*.mp3"
i can also ffmpeg a mp3 to m4a with this:
ffmpeg -i INPUT.mp3 -y -acodec libfaac -ab 192k OUTPUT.m4a
now, i would like to pipe all that find finds into ffmpeg.
thanks
guerrier
Karthik!
Wouldn't that overwrite the m4as of one directory? That's always part of the
problem, getting a useful output filename. At least so I found, if I want to
be choosy. :-)
Warm regards
Julien
=-=-=-=-=-=-=-=-=-=-=-=-
Such Is Life: Very Intensely Adorable;
Frightening Absence Just Arriving, Reigns Disappeared, Ornate - flowers!
====== Find my music at ======
http://juliencoder.de/nama/music.html
.....................................
"If you live to be 100, I hope I live to be 100 minus 1 day,
so I never have to live without you." (Winnie the Pooh)
Hi, I'm an absolute beguinner here, forgivme if I make any mistake of some kind. The reason for this message is that Musescore new version 1.1 has been out for 2 weeks (aprox)... only in windows and mac. The person in charge to compile and update the ppa for linux repositories seems not in a hurry, and I know there is many linux-audio-users around here with exellent skills so I was wondering if anyone with the time and interest would be kind enough to help. Thanks
More info:
http://musescore.org/en/node/11786
Pedro Gonzalez
http://softwarelibreparamusicos.blogspot.com/
Hi Julien,
This piece is something huge and impressive. I love it so much! I just
have listened to it twice.
I agree this has a Genesis flavour, and this is probably one of the
reasons I like it so much. I'd be curious to know how long it took you
to put everything together.
How did you proceed? Is it a set of small pieces that you finally put
together? Or a global plan that you realize one part after the other?
Also, how do you program the drum track? I find it so varied. Do you use
a special pad?
What sequencer do you use?
Sorry for so many questions, but i'm really impressed :-)
Thanks a lot for sharing this.
Best,
Yvonnick.
Hello everyone!
this should have been released months ago. But I thought I might write and
record the complete lyrics. Now it turns out, this makes no sense and so here
it is: (Sometimes) Less is more (than More) or Slim(TM), as I nicknamed it.
:-)
http://juliencoder.de/nama/slim.ogg
or:
http://juliencoder.de/nama/slim.mp3
You can as always go to the website as well:
http://juliencoder.de/nama/music.html
Even though the piece had been in this state for some considerable amount of
time, it still took some time to write and record. In this case I once again
involved csound for some pseudo-3D work and sample construction. Feedback and
comments are welcome as ever.
Kind regards
Julien
--------
Music was my first love and it will be my last (John Miles)
======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
Can you, please, set Reply To: to go to the list, not the sender,
please? It's a trivial change, and I can't count the number of times
I've sent my reply to sender, not the list. Thanx!
Hi
I just upgraded to kernel 3.0 on my arch laptop. It's just the stock
kernel from the arch repos...
atte@vestbjerg:~$ uname -r
3.0-ARCH
Quick tests suggests that realtime audio works quite a bit better than
on 2.6.38 (I think it was before). I can run at 2ms latency without
xruns if only using renoise and 4ms without xruns while loading the cpu
with 2 heavy video file conversions (ffmpeg). Before I even got
occasional xruns at 8ms latency while using only renoise.
This is with my FA66 firewire interface on an 2.0Ghz dualcore laptop @
48000hz (64 frames/buffer and 3 periods/buffer).
Does others have similar positive experiences?
--
Atte
http://atte.dkhttp://modlys.dk
On Wed Aug 10 12:31 , Oon-Ee Ng sent:
>
>
>On Aug 10, 2011 9:11 AM, "sonofzev(a)iinet.net.au" <sonofzev(a)iinet.net.au> wrote:
>
>>
>
>>
>
>>
>
>> On Wed Aug 10 8:43 , Arve Barsnes sent:
>
>>
>
>> >On 9 August 2011 21:54, Atte André Jensen atte(a)email.dk> wrote:
>
>> >> On 08/09/2011 09:03 PM, david wrote:
>
>> >>
>
>> >>> My brief experience with Kernel 3.0 came with the discovery that it
>
>> >>> doesn't support the NV video driver,
>
>> >>
>
>> >> That doesn't sound good...
>
>> >>
>
>> >Is that with a rt kernel or vanilla? Remember, you need to patch the
>
>> >nvidia drivers to function with the later rt kernels.
>
>> >
>
>> >Arve
>
>> I had this pain with the rt kernel.. (only).. can someone point out a link to the
>
>> patch for the nvidia-drivers...
>I asked about that on the rt list, but some symbols are exported GPL by the
rt-patch which disallows their use by the nvidia binary. Patching that would
probably violate the GPL.
>
Ouch..
It does seem there is a way around the problem so if there isn't an available
diff, are there some manual instructions anywhere that allow them to cooperate?