On Mon, Dec 26, 2005 at 04:41:01PM +0000, Douglas G Mckendrick wrote:
> After reading all the docs I still don't know hot to encode an avi file
> to play as a dvd. Any help would be much appreciated.
>
> -encode2mpeg -o HowHigh -n /home/bones/HowHigh.avi -stdvid 9
>
> ok above is what I believe I should be trying.
>
> -**ERROR: [encode2mpeg] invalid argument '/home/bones/HowHigh.avi' for
> option '-n'
>
> above is my reply.
>
> I can't see where I am going wrong.
The option -n requires an argument. n for NTSC or p for PAL, depending
what kind of TV set do you have. A correct command line can be:
encode2mpeg -o HowHigh -n p /home/bones/HowHigh.avi -stdvid 9
Giacomo
|