I am developing php pages for mobile, in one page i have to display video, now i am testing the php page in google chrome, but in Google chrome not playing mp4,avi,etc. chrome playing only ogg and ogv format.
I heard about ffmpeg, i installed in my Ubuntu 12.4 environment, but it is also not converting to videos to ogg and ogv fromat. it converting other format like mp4,avi,ect.
Displaying video using
<video width="320" height="240" controls="controls" autoplay="true">
<source src="/SeeSayDo/<?php echo $model->av;?>" />
</video>
user may uploads any video format like avi,mp4,flv,etc, so i have to display any format they uploaded.