
hno
Members-
Posts
255 -
Joined
-
Last visited
Everything posted by hno
-
What is the best way of playing flv video in the website ?I have installed OSFlvPlayer 4.2 but the problem is its need to download the whole video to play that and it can't paly while downloading like youtube. Of course I need it free. Any suggestions? Thanks a lot
-
can anybody help me please?
-
HI, I was wondering if someone could change the following line of code for converting the video to flv in background. By background I mean that the user does not have to wait for converting process and after the php reads that line it continues to the next lines while the converting is in process?By the way, Is it possible to send the user to the next page(using 'header') while the php is converting the video? Here is the line: exec( "ffmpeg.exe -i uploads/$video_name1 -ar 22050 -ab 32 -f flv -s 320×240 uploads/$video_name.flv", $ret ); by the way ,I'm testing this code in localhost (xampp). Thanks
-
Thanks Does this code that I have write is true for converting to FLV: exec("ffmpeg.exe -i uploads/$video_name1 input -acodec aac -ab 128kb -vcodec flv -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 - subcmp 2 -s 320x180 -title X uploads/$video_name.flv > /dev/null 2>/dev/null &"); I check it out again but the file has not been converted.Is there anything wrong with the code?
-
Thanks ; I changed the code to this for converting the video to FLV exec("ffmpeg.exe -i uploads/$video_name1 input -acodec aac -ab 128kb -vcodec flv -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X uploads/$video_name.flv > /dev/null 2>/dev/null &"); Something I do is this: First the user upload it's video and it's done by javascript and then the name of the file is inserted into database then I send the name of the uploaded video to the next page which in that page the converting operation is going to be done then I have put a header order under the converting page which send the user to the next page. after I changed my converting line in the second page to that It does not take time to do converting and I immediately header to the next page but There was no converted video in that folder.Is there any problem with the code I have changed ? Thanks
-
HI, I'm writing a php script which the users can upload their's videos and then in the next step I use ffmpeg for converting the video to FLV but It takes some times to do so and the user has to wait for the ffmpeg to complete converting. I need to know if there is any way that after the users have uploaded their video ,a request send to a page which do the converting itself and the user do not have to wait for completion of converting and all of that processes done in background. If there is anyway which we can do so ,Please share that here. Thank you very much
-
HI evey one , I want to run a script with the xampp . I have the same problem and I've added this code to the php.ini and also downloaded the Windows VC6 from http://www.sourceguardian.com/ixeds/ and extract it to the \xampp\php\ext . It needs a file that was in this file ( ixed.5.2.win) but my problem still exists and I don't know how can I solve it . Can you please help me to solve it ? thanks
-
Can anybody help me please?
-
HI, I'm writing a script which the user can upload any video file type and the next page that video file will be convert to FLV by using ffmpeg. I have a question about converting.you know , It takes some time for the script to do the converting .At the meantime, if the user close the page what will be happen?If the converting will be stopped what can I do to avoid user to close the page? thanks
-
Hi every one I want to get a video's duration via php , How can I do this . I have diffrent type of videos , like mog , avi , flv , 3gp , .... How can I do so ? thanks
-
Yes, The script is fully encoded by zend But it works well !!! . is it for zend-encoding ? Is there any way to solve it Please help me , It's important
-
actually a friend gave it to me . by the way , How can I solve this problem ?
-
Here it is Fatal error: This file has expired. in /home/vol3/xtreemhost.com/xth_6219674/birjand-niazmandi.com/htdocs/includes/phpmailer/class.phpmailer.php on line 0
-
HI every one I have uploaded a web site 2 month ago and It worked well . Since 1 week ago , it shows me this error and I don't know what is the problem . I have completely uploaded my web site again but it hasn't make different . This is the address birjand-niazmandi.com . I have uploaded class.phpmailer.php again but I can't understand what is the problem ? How can I solve it ? thanks
-
Please help me , how can I do so ?
-
Hi every one I've downloaded some classes but they weren't work . How do I send a private message? thanks
-
What should I do?Please help me
-
HI, My host support pop protocol. I want my host to receive emails and do some process on it with php coding and then store then.But I don't know how to receive emails using my host and how can I have access to them to do some process on it. How can I do that? Thanks
-
Look,I think some of the last element of that has problem because first I print the elements of the array but when we appreciate to the end of the array it begins to shows me that. Is there any solution?
-
Yeah I know ,I what I wanted to do is this when there is an error which says "Invalid argument supplied for foreach()" we exit the loop.How can I do so?
-
HI, I have a foreach loop but after some execution it begins to show me this:Invalid argument supplied for foreach() ... so I want to exit from it.how can I do that? Thanks
-
HI, Does anybody knows a script that extract all of a website links.I mean I enter a website url and It begins to extract all of the links that exist in that website. Thanks
-
HI, I have a question about the usage of all kind of indexes like index,unique and fulltext. What is the usage of each one of them.In what kind of columns I have to use each kind of indexes?anybody has any idea where can I find some information about them? Thanks
-
Thank you very much. Can I have your contact information?Like skype,yahoo id,facebook,twitter. I want to know your idea.
-
HI, I'm making a simple search engine for my university.What I want to do is that the user enter a url and the system begin to retrieve all of the links in that page and then open them one by one and store the keyword and description of them in the database.I have wrote all of them except storing the data which I have no idea about it.I mean about the structure of the database and tables.Can somebody helps me please?I want to know your idea about the structure of the database and tables. My yahoo id:[email protected] mail:[email protected] Thank you very much