Csound Csound-dev Csound-tekno Search About

[Csnd] WAV to video

Date2012-04-18 19:29
FromAdam Puckett
Subject[Csnd] WAV to video
Hey list,

I want to publish my Csound work on YouTube, but I don't know of an
easy to convert a WAV file to a video file. Windows Movie Maker is
good, but it's graphical, and I've used it to convert a file before,
but is there a command line program that can do this? (I tried using
alltoavi (alltoavi.sf.net) but it kept crashing.)

Thanks.

Date2012-04-18 19:38
Fromzappfinger
Subject[Csnd] Re: WAV to video
Hi Adam,

You could write something like that in Processing.
I have been thinking about creating a video clip generator in Processing
based on the input sound, maybe combined with some photo stills, etc. 

Richard

--
View this message in context: http://csound.1045644.n5.nabble.com/WAV-to-video-tp5649887p5649904.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-04-18 19:45
FromAdam Puckett
SubjectRe: [Csnd] Re: WAV to video
Can I write it with just a text editor?

On 4/18/12, zappfinger  wrote:
> Hi Adam,
>
> You could write something like that in Processing.
> I have been thinking about creating a video clip generator in Processing
> based on the input sound, maybe combined with some photo stills, etc.
>
> Richard
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/WAV-to-video-tp5649887p5649904.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-04-18 20:16
Fromzappfinger
Subject[Csnd] Re: WAV to video
Processing is a programming language based on java, but more simple.
It is free and comes with a text editor that allows you to create so called
sketches.

Richard


--
View this message in context: http://csound.1045644.n5.nabble.com/WAV-to-video-tp5649887p5649973.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-04-18 20:40
FromAdam Puckett
SubjectRe: [Csnd] Re: WAV to video
I tried using it, and my screen reader can't read the window.

On 4/18/12, zappfinger  wrote:
> Processing is a programming language based on java, but more simple.
> It is free and comes with a text editor that allows you to create so called
> sketches.
>
> Richard
>
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/WAV-to-video-tp5649887p5649973.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-04-18 20:59
FromTarmo Johannes
SubjectRe: [Csnd] WAV to video
If you need to do in on command line, I am sure it is possible with 
mplayer/mencoder (that is crossplatform, I think). 

I cannot suggest right paremeters by heart thoug, I am sure google will help.

tarmo

On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
> Hey list,
> 
> I want to publish my Csound work on YouTube, but I don't know of an
> easy to convert a WAV file to a video file. Windows Movie Maker is
> good, but it's graphical, and I've used it to convert a file before,
> but is there a command line program that can do this? (I tried using
> alltoavi (alltoavi.sf.net) but it kept crashing.)
> 
> Thanks.
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"

Date2012-04-18 21:10
Fromandy fillebrown
SubjectRe: [Csnd] WAV to video
mencoder has issues when there is no video stream.  ffmpeg does much
better.  It is also a cross-platform command-line program.

Cheers,
~ andy.f



On Wed, Apr 18, 2012 at 3:59 PM, Tarmo Johannes  wrote:
> If you need to do in on command line, I am sure it is possible with
> mplayer/mencoder (that is crossplatform, I think).
>
> I cannot suggest right paremeters by heart thoug, I am sure google will help.
>
> tarmo
>
> On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
>> Hey list,
>>
>> I want to publish my Csound work on YouTube, but I don't know of an
>> easy to convert a WAV file to a video file. Windows Movie Maker is
>> good, but it's graphical, and I've used it to convert a file before,
>> but is there a command line program that can do this? (I tried using
>> alltoavi (alltoavi.sf.net) but it kept crashing.)
>>
>> Thanks.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-04-18 21:22
FromAdam Puckett
SubjectRe: [Csnd] WAV to video
Thanks. I'll check FFMpeg.

On 4/18/12, andy fillebrown  wrote:
> mencoder has issues when there is no video stream.  ffmpeg does much
> better.  It is also a cross-platform command-line program.
>
> Cheers,
> ~ andy.f
>
>
>
> On Wed, Apr 18, 2012 at 3:59 PM, Tarmo Johannes 
> wrote:
>> If you need to do in on command line, I am sure it is possible with
>> mplayer/mencoder (that is crossplatform, I think).
>>
>> I cannot suggest right paremeters by heart thoug, I am sure google will
>> help.
>>
>> tarmo
>>
>> On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
>>> Hey list,
>>>
>>> I want to publish my Csound work on YouTube, but I don't know of an
>>> easy to convert a WAV file to a video file. Windows Movie Maker is
>>> good, but it's graphical, and I've used it to convert a file before,
>>> but is there a command line program that can do this? (I tried using
>>> alltoavi (alltoavi.sf.net) but it kept crashing.)
>>>
>>> Thanks.
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>


Date2012-04-18 21:29
FromRory Walsh
SubjectRe: [Csnd] WAV to video
Would soundcloud be easier for hosting music? Sounds like a bit of work converting audio to video?

On Wednesday, 18 April 2012, Adam Puckett <adotsdothmusic@gmail.com> wrote:
> Thanks. I'll check FFMpeg.
>
> On 4/18/12, andy fillebrown <andy.fillebrown@gmail.com> wrote:
>> mencoder has issues when there is no video stream.  ffmpeg does much
>> better.  It is also a cross-platform command-line program.
>>
>> Cheers,
>> ~ andy.f
>>
>>
>>
>> On Wed, Apr 18, 2012 at 3:59 PM, Tarmo Johannes <tarmo@otsakool.edu.ee>
>> wrote:
>>> If you need to do in on command line, I am sure it is possible with
>>> mplayer/mencoder (that is crossplatform, I think).
>>>
>>> I cannot suggest right paremeters by heart thoug, I am sure google will
>>> help.
>>>
>>> tarmo
>>>
>>> On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
>>>> Hey list,
>>>>
>>>> I want to publish my Csound work on YouTube, but I don't know of an
>>>> easy to convert a WAV file to a video file. Windows Movie Maker is
>>>> good, but it's graphical, and I've used it to convert a file before,
>>>> but is there a command line program that can do this? (I tried using
>>>> alltoavi (alltoavi.sf.net) but it kept crashing.)
>>>>
>>>> Thanks.
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2012-04-18 21:53
FromMichael Gogins
SubjectRe: [Csnd] WAV to video
Soundcloud charges for anything beyond a bare minimum, YouTube does
not and is much more popular.

There is a lot of really good music on YouTube, and in many if not all
genres. There is a minimum length for most uploaders, 15 minutes I
think.

Regards,
Mike

On Wed, Apr 18, 2012 at 4:29 PM, Rory Walsh  wrote:
> Would soundcloud be easier for hosting music? Sounds like a bit of work
> converting audio to video?
>
>
> On Wednesday, 18 April 2012, Adam Puckett  wrote:
>> Thanks. I'll check FFMpeg.
>>
>> On 4/18/12, andy fillebrown  wrote:
>>> mencoder has issues when there is no video stream.  ffmpeg does much
>>> better.  It is also a cross-platform command-line program.
>>>
>>> Cheers,
>>> ~ andy.f
>>>
>>>
>>>
>>> On Wed, Apr 18, 2012 at 3:59 PM, Tarmo Johannes 
>>> wrote:
>>>> If you need to do in on command line, I am sure it is possible with
>>>> mplayer/mencoder (that is crossplatform, I think).
>>>>
>>>> I cannot suggest right paremeters by heart thoug, I am sure google will
>>>> help.
>>>>
>>>> tarmo
>>>>
>>>> On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
>>>>> Hey list,
>>>>>
>>>>> I want to publish my Csound work on YouTube, but I don't know of an
>>>>> easy to convert a WAV file to a video file. Windows Movie Maker is
>>>>> good, but it's graphical, and I've used it to convert a file before,
>>>>> but is there a command line program that can do this? (I tried using
>>>>> alltoavi (alltoavi.sf.net) but it kept crashing.)
>>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe
>>>>> csound"
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com


Date2012-04-18 21:59
FromAidan Collins
SubjectRe: [Csnd] WAV to video
There is a command line program that I've used for work that might do the trick called mp4box.
it produces mp4 files, so it should work if youtube accepts mp4 files.

http://www.videohelp.com/tools/mp4box

Aidan

On Wednesday, April 18, 2012, Michael Gogins wrote:
Soundcloud charges for anything beyond a bare minimum, YouTube does
not and is much more popular.

There is a lot of really good music on YouTube, and in many if not all
genres. There is a minimum length for most uploaders, 15 minutes I
think.

Regards,
Mike

On Wed, Apr 18, 2012 at 4:29 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Would soundcloud be easier for hosting music? Sounds like a bit of work
> converting audio to video?
>
>
> On Wednesday, 18 April 2012, Adam Puckett <adotsdothmusic@gmail.com> wrote:
>> Thanks. I'll check FFMpeg.
>>
>> On 4/18/12, andy fillebrown <andy.fillebrown@gmail.com> wrote:
>>> mencoder has issues when there is no video stream.  ffmpeg does much
>>> better.  It is also a cross-platform command-line program.
>>>
>>> Cheers,
>>> ~ andy.f
>>>
>>>
>>>
>>> On Wed, Apr 18, 2012 at 3:59 PM, Tarmo Johannes <tarmo@otsakool.edu.ee>
>>> wrote:
>>>> If you need to do in on command line, I am sure it is possible with
>>>> mplayer/mencoder (that is crossplatform, I think).
>>>>
>>>> I cannot suggest right paremeters by heart thoug, I am sure google will
>>>> help.
>>>>
>>>> tarmo
>>>>
>>>> On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
>>>>> Hey list,
>>>>>
>>>>> I want to publish my Csound work on YouTube, but I don't know of an
>>>>> easy to convert a WAV file to a video file. Windows Movie Maker is
>>>>> good, but it's graphical, and I've used it to convert a file before,
>>>>> but is there a command line program that can do this? (I tried using
>>>>> alltoavi (alltoavi.sf.net) but it kept crashing.)
>>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe
>>>>> csound"
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2012-04-22 23:43
FromAdam Puckett
SubjectRe: [Csnd] WAV to video
UPDATE: Just tried FFmpeg. It works like a charm! Thanks!

On 4/18/12, Aidan Collins  wrote:
> There is a command line program that I've used for work that might do the
> trick called mp4box.
> it produces mp4 files, so it should work if youtube accepts mp4 files.
>
> http://www.videohelp.com/tools/mp4box
>
> Aidan
>
> On Wednesday, April 18, 2012, Michael Gogins wrote:
>
>> Soundcloud charges for anything beyond a bare minimum, YouTube does
>> not and is much more popular.
>>
>> There is a lot of really good music on YouTube, and in many if not all
>> genres. There is a minimum length for most uploaders, 15 minutes I
>> think.
>>
>> Regards,
>> Mike
>>
>> On Wed, Apr 18, 2012 at 4:29 PM, Rory Walsh
>> >
>> wrote:
>> > Would soundcloud be easier for hosting music? Sounds like a bit of work
>> > converting audio to video?
>> >
>> >
>> > On Wednesday, 18 April 2012, Adam Puckett
>> > >
>> wrote:
>> >> Thanks. I'll check FFMpeg.
>> >>
>> >> On 4/18/12, andy fillebrown >
>> wrote:
>> >>> mencoder has issues when there is no video stream.  ffmpeg does much
>> >>> better.  It is also a cross-platform command-line program.
>> >>>
>> >>> Cheers,
>> >>> ~ andy.f
>> >>>
>> >>>
>> >>>
>> >>> On Wed, Apr 18, 2012 at 3:59 PM, Tarmo Johannes
>> >>> 
>> >
>> >>> wrote:
>> >>>> If you need to do in on command line, I am sure it is possible with
>> >>>> mplayer/mencoder (that is crossplatform, I think).
>> >>>>
>> >>>> I cannot suggest right paremeters by heart thoug, I am sure google
>> will
>> >>>> help.
>> >>>>
>> >>>> tarmo
>> >>>>
>> >>>> On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
>> >>>>> Hey list,
>> >>>>>
>> >>>>> I want to publish my Csound work on YouTube, but I don't know of an
>> >>>>> easy to convert a WAV file to a video file. Windows Movie Maker is
>> >>>>> good, but it's graphical, and I've used it to convert a file before,
>> >>>>> but is there a command line program that can do this? (I tried using
>> >>>>> alltoavi (alltoavi.sf.net) but it kept crashing.)
>> >>>>>
>> >>>>> Thanks.
>> >>>>>
>> >>>>>
>> >>>>> Send bugs reports to the Sourceforge bug tracker
>> >>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >>>>> Discussions of bugs and features can be posted here
>> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >>>>> body
>> >>>>> "unsubscribe
>> >>>>> csound"
>> >>>>
>> >>>>
>> >>>> Send bugs reports to the Sourceforge bug tracker
>> >>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >>>> Discussions of bugs and features can be posted here
>> >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> >>>> body "unsubscribe
>> >>>> csound"
>> >>>>
>> >>>
>> >>>
>> >>> Send bugs reports to the Sourceforge bug tracker
>> >>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >>> Discussions of bugs and features can be posted here
>> >>> To unsubscribe, send email sympa@lists.bath.ac.uk  with
>> body "unsubscribe
>> >>> csound"
>> >>>
>> >>>
>> >>
>> >>
>> >> Send bugs reports to the Sourceforge bug tracker
>> >>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk  with
>> body "unsubscribe
>> >> csound"
>> >>
>> >>
>>
>>
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk  with
>> body "unsubscribe csound"
>>
>>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-04-23 01:02
Fromandy fillebrown
SubjectRe: [Csnd] WAV to video
Glad to hear it.

Cheers,
~ andy.f



On Sun, Apr 22, 2012 at 6:43 PM, Adam Puckett  wrote:
> UPDATE: Just tried FFmpeg. It works like a charm! Thanks!
>
> On 4/18/12, Aidan Collins  wrote:
>> There is a command line program that I've used for work that might do the
>> trick called mp4box.
>> it produces mp4 files, so it should work if youtube accepts mp4 files.
>>
>> http://www.videohelp.com/tools/mp4box
>>
>> Aidan
>>
>> On Wednesday, April 18, 2012, Michael Gogins wrote:
>>
>>> Soundcloud charges for anything beyond a bare minimum, YouTube does
>>> not and is much more popular.
>>>
>>> There is a lot of really good music on YouTube, and in many if not all
>>> genres. There is a minimum length for most uploaders, 15 minutes I
>>> think.
>>>
>>> Regards,
>>> Mike
>>>
>>> On Wed, Apr 18, 2012 at 4:29 PM, Rory Walsh
>>> >
>>> wrote:
>>> > Would soundcloud be easier for hosting music? Sounds like a bit of work
>>> > converting audio to video?
>>> >
>>> >
>>> > On Wednesday, 18 April 2012, Adam Puckett
>>> > >
>>> wrote:
>>> >> Thanks. I'll check FFMpeg.
>>> >>
>>> >> On 4/18/12, andy fillebrown >
>>> wrote:
>>> >>> mencoder has issues when there is no video stream.  ffmpeg does much
>>> >>> better.  It is also a cross-platform command-line program.
>>> >>>
>>> >>> Cheers,
>>> >>> ~ andy.f
>>> >>>
>>> >>>
>>> >>>
>>> >>> On Wed, Apr 18, 2012 at 3:59 PM, Tarmo Johannes
>>> >>> 
>>> >
>>> >>> wrote:
>>> >>>> If you need to do in on command line, I am sure it is possible with
>>> >>>> mplayer/mencoder (that is crossplatform, I think).
>>> >>>>
>>> >>>> I cannot suggest right paremeters by heart thoug, I am sure google
>>> will
>>> >>>> help.
>>> >>>>
>>> >>>> tarmo
>>> >>>>
>>> >>>> On Wednesday 18 April 2012 14:29:04 Adam Puckett wrote:
>>> >>>>> Hey list,
>>> >>>>>
>>> >>>>> I want to publish my Csound work on YouTube, but I don't know of an
>>> >>>>> easy to convert a WAV file to a video file. Windows Movie Maker is
>>> >>>>> good, but it's graphical, and I've used it to convert a file before,
>>> >>>>> but is there a command line program that can do this? (I tried using
>>> >>>>> alltoavi (alltoavi.sf.net) but it kept crashing.)
>>> >>>>>
>>> >>>>> Thanks.
>>> >>>>>
>>> >>>>>
>>> >>>>> Send bugs reports to the Sourceforge bug tracker
>>> >>>>>
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> >>>>> Discussions of bugs and features can be posted here
>>> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>>> >>>>> body
>>> >>>>> "unsubscribe
>>> >>>>> csound"
>>> >>>>
>>> >>>>
>>> >>>> Send bugs reports to the Sourceforge bug tracker
>>> >>>>
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> >>>> Discussions of bugs and features can be posted here
>>> >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>>> >>>> body "unsubscribe
>>> >>>> csound"
>>> >>>>
>>> >>>
>>> >>>
>>> >>> Send bugs reports to the Sourceforge bug tracker
>>> >>>
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> >>> Discussions of bugs and features can be posted here
>>> >>> To unsubscribe, send email sympa@lists.bath.ac.uk  with
>>> body "unsubscribe
>>> >>> csound"
>>> >>>
>>> >>>
>>> >>
>>> >>
>>> >> Send bugs reports to the Sourceforge bug tracker
>>> >>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> >> Discussions of bugs and features can be posted here
>>> >> To unsubscribe, send email sympa@lists.bath.ac.uk  with
>>> body "unsubscribe
>>> >> csound"
>>> >>
>>> >>
>>>
>>>
>>>
>>> --
>>> Michael Gogins
>>> Irreducible Productions
>>> http://www.michael-gogins.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk  with
>>> body "unsubscribe csound"
>>>
>>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>