Optimum encoding standard for flowplayer to play mp4
Posted
by renjucool
on Stack Overflow
See other posts from Stack Overflow
or by renjucool
Published on 2010-06-11T09:27:19Z
Indexed on
2010/06/11
9:33 UTC
Read the original article
Hit count: 303
I'm using flow player 3.1.1 for streaming videos to my browser.The videos are uploaded by the users and they may upload different formats. What will be solution to stream the videos as mp4 , what ever be the format they upload. I'm currently using ffmpeg commands.
ffmpeg -i "InputFile.mp4" -sameq -vcodec libx264 -r 35 -acodec libfaac -y "OutputFile.mp4"
But video files of more size(say 100mb) are taking a minute more for laoding in to the flowplayer and buffering. I think the problem with my encoding.
Welcome your valuable Suggestions!!!
© Stack Overflow or respective owner