Re: [ubuntu-in] encoding to flash videos

2008-03-18 Thread Moz
Hi Jasbir,

Thanks.

> >  Can someone give the full command using ffmpeg or mencoder to encode
> >  an ASF or mpg or mp4 file to a flash video (flv) file suitable to
> >  upload to various video sites?
>Goggle is way much faster :)

Sure, but not if one is 15 km away from the nearest CDMA tower and 
accessing the internet from that.

>ffmepg -i  -ar  22050 -ab 32 -f flv -s 320x240 output_file.flv

This one encoded to flv without audio. Wonder why. So I played around 
with it and found this one working:

ffmepg -i  -acodec pcm_s8 -ar  22050 -ab 32 -f flv -s 
320x240 output_file.flv

>well I was under the impression the the enconding part was also
>handled by the "various video sites" .

Never uploaded any video, so I do not know.

Moz 


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] encoding to flash videos

2008-03-18 Thread Jasbir Khehra
On 3/18/08, Moz <[EMAIL PROTECTED]> wrote:
> Hello All,
>
>  Can someone give the full command using ffmpeg or mencoder to encode
>  an ASF or mpg or mp4 file to a flash video (flv) file suitable to
>  upload to various video sites?
Goggle is way much faster :)
ffmepg -i  -ar  22050 -ab 32 -f flv -s 320x240 output_file.flv

well I was under the impression the the enconding part was also
handled by the "various video sites" .

Jasbir

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] encoding to flash videos

2008-03-18 Thread Moz
Hello All,

Can someone give the full command using ffmpeg or mencoder to encode 
an ASF or mpg or mp4 file to a flash video (flv) file suitable to 
upload to various video sites?

Sincerely,

Moz


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in