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 <input_file> -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 <input_file> -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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
