tags:

views:

35

answers:

1

Hi I have to create a video uploaing and displaying functionality in my site. How can I do that by using php and mysql.

A: 

See how to upload and display videos :)

Sarfraz
he will also need the ffmpeg tool.
Mihai Iorga
@Mihai Iorga: Agreed, it is also described in the tutorial.
Sarfraz
Hi did you check facebook video uploading. I want to create like that. can you help me?
php learner
Hi I created like this. but its not workingffmpeg -i /shob testing video.MPG -ar 22050 -ab 32 -f flv -s 320x240 /FLV/shob testing video.flvI am working in windows platform. if it make any problem
php learner