On Sun, Feb 28, 2010 at 9:24 AM, Kishor Ghimire(Samo) <[email protected]>wrote:

> Nice to hear from you... I tried it bt the dialogue box appeared with
> the following msg::
>
>
> #!/bin/sh
> echo -n "\033]0; Converting S11 anthem.MPG (1/1)\007"
> /usr/bin/ffmpeg -i "/home/bonzo/videos frm SONY/S11 anthem.MPG" -f mov
> -acodec libfaac -b 1250kb -r 25 -ab 128kb -s 640x480 -ac 2 -acodec aac
> "/home/bonzo/S11 anthem.mov"
> read -p "Press Enter to Continue" dumbyvar
> rm "/home/bonzo/.winff/ff100228092440.sh"
>
>
you have specified two audio codecs, go to terminal and try the following
command (in one line):

ffmpeg -i "/home/bonzo/videos frm SONY/S11 anthem.MPG" -f mov -b 1250kb -r
25 -ab 128kb -s 640x480 -ac 2 -acodec aac "/home/bonzo/S11 anthem.mov"

>
~jwalanta

-- 
FOSS Nepal mailing list: [email protected]
http://groups.google.com/group/foss-nepal
To unsubscribe, e-mail: [email protected]

Mailing List Guidelines: 
http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines
Community website: http://www.fossnepal.org/

Reply via email to