mencoder Blade_I.avi -of rawvideo -vf scale=720:-2,pullup,pp=md,softskip,harddup -nosound -ovc x264 -x264encopts bitrate=1844:subq=4:bframes=3:b_pyramid=normal:weight_b:turbo=1:threads=auto:pass=1 -ofps 24000/1001 -o Blade_I.264
//영상추출
mplayer "Blade_I.avi" -vo /dev/null -ao pcm:file="Blade_I.wav"
//음성추출
wine ./neroAacEnc.exe -q 0.2 -if "Blade_I.wav" -of "Blade_I_audio.mp4"
//음성변환
MP4Box -add "Blade_I..264:fps=23.976" -add "Blade_I_audio.mp4" "Blade_I.mp4"
//합치기
MP4Box -hint Blade_I.mp4
//스트리밍용 - 솔직히 잘 모르겠다.
'리눅스' 카테고리의 다른 글
우분투 doxygen 설치 (0) | 2012.10.02 |
---|---|
톰캣서버 mime-type 수정 (0) | 2012.09.21 |
svn 삭제 (0) | 2012.04.12 |
각종 안드로이드기기 리눅스 adb에서 ????뜨는것 인식시키기 (0) | 2011.08.24 |