FFMPEG - mov to flv


/ Published in: Bash
Save to your folder(s)

Needs flvttool2 for generating meta info for flv file.


Copy this code and paste it in your HTML
  1. ffmpeg -i film.mov -ar 22050 -ab 128k -b 400k -s 320x240 -aspect 4:3 -f flv - | flvtool2 -U stdin film.flv

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.