I was searching high and low for the proper format parameters for wmv.
after trying about every possible combination i could think of this was my final result.
FYI - found out on the ffmpeg mailing list that you can use the mp3 audio codec with the wmv video codec. if someone has issues with that let [...]
I was searching high and low for the proper format parameters for wmv.
after trying about every possible combination i could think of this was my final result.
FYI - found out on the ffmpeg mailing list that you can use the mp3 audio codec with the wmv video codec. if someone has issues with that let me know
ffmpeg -i input.mov -acodec mp3 -ab 48k -ac 1 -ar 44100 -vcodec wmv1 -deinterlace -nr 500 -croptop 4 -cropbottom 4 -cropleft 8 -cropright 8 -s 320×240 -aspect 4:3 -r 20 -b 256k -me_range 25 -i_qfactor 0.71 -g 500 output.wmv









One Comment
Thank You