Конвертация mpv -> flv

Шпаргалка по переводу видеофайлв из mpv в flv.

Понадобилось перевести видеофайл из mpv в flv. Использованная в итоге команда:

mencoder -mc 0 -vf harddup -ofps 25 -srate 44100 -oac mp3lame -lameopts vbr=2:q=8:aq=1:br=96 
-ovc lavc -of lavf -lavfopts format=flv -lavcopts vcodec=flv:vbitrate=236:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 
5.mpv -o 5.flv

Подробности: man mencoder.

Add new comment

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.