리눅스
MP4 변환하기
newkie
2012. 7. 3. 09:26
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
//스트리밍용 - 솔직히 잘 모르겠다.