Hi Everyone, I am working on one project where users can upload videos in my clent's website which is real estate related videos and all. Now Problem is I am trying to use following code: bin\ffmpeg -i video_test\flame.avi -ar 25 -b 500 -r 25 -ab 56 -f flv -s 320x240 video_test\flame.flv The problem is the file is creating but with 0 byte Cant understand what is happening Can anyone help in this regards please?
well try going inside the folder video_test and then run the command without the directory names try diffrent commands from here http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs
OK Thank You so much. I will try this. Just in case.. do you know any ready script available to buy from anywhere?
i have seen websites where you can use sites online to do this try using your favorite search engine and searching for it
I saw those websites too but I dont want to use any other website! I want to give the same tool in this website where people can upload their videos in any format and then later visitors can play it.