I've tried converting some videos from WMV format to FLV, via FFMPEG, but all the videos that get converted have messed up audio, and the video is not correct as well (they're all like this sample: http://www.oldevents.com/~silly/out.flv )
If anyone knows whats causing this, and how it can be fixed, I'd appreciate it.
Thanks
This is what I use for converting WMV:
ffmpeg -i "CardTricks.wmv" -sameq -acodec libmp3lame -ar 22050 -ab 96000 -deinterlace -nr 500 -s 320x240 -aspect 4:3 -r 20 -g 500 -me_range 20 -b 270k -deinterlace -f flv -y "CardTricks.flv" 2>CardTricks.txtChange the size and aspect ratio to suit your video.