How to transfer flv to avi
1) mencoder.exe와 cygwin1.dll 및 변환할 flv 파일이 같은 폴더에 있는 상태에서
2) DOS CMD모드로 전환한 후,
3) 아래 명령어 줄에 inputfile 이름과 outputfile 이름을 수정하고(파일명은 공백없이)
4) 명령어 줄 전체를 복사하여 DOS 창에 붙이기하고 엔터키를 누르고
5) 변환과정이 끝날 때까지 기다립니다.
mencoder.exe $inputfile.flv -ovc xvid -xvidencopts bitrate=1000:autoaspect -vf pp=lb -oac mp3lame -lameopts fast:preset=standard -o $outputfile.avi