YouTube recently made some changes to the front end of their web site. As a result, a very minor tweak to my class code is required to keep it working properly.
The following code in the SetFlvUrl() method in YouTubeToMp3Converter.class.php:
I look in my video dir and I don't even see teh video file.
Also, my error log says "[29-Mar-2011 11:58:06] PHP Warning: Module 'ffmpeg' already loaded in Unknown on line 0" not sure if this could be the problem
Edit again: I commented the delete video line and the video's there. It just doesn't convert for some reason... ;[
__________________ Online RPG Creator - Create Your Own Online RPG with no programming knoweldge
my error log says "[29-Mar-2011 11:58:06] PHP Warning: Module 'ffmpeg' already loaded in Unknown on line 0" not sure if this could be the problem
The "Error generating MP3 file!" usually is a sign that something is wrong with your FFmpeg installation, and the above error message seems to reinforce that.
My best guess is that you already have FFmpeg loaded on your server.
I am using this script but how can download mp3 file from webpage?
after convert file is stored in mp3 folder but i want download from webpage so how to add link?
I am using this script but how can download mp3 file from webpage?
after convert file is stored in mp3 folder but i want download from webpage so how to add link?
hello,
i am using this script...its work fine but i want add one more feature.I want add ID3 editor can you help me for that.if you have any tips please give me
heyy , i am unable to infact get the script to fetch video, so i think it gets stuck there .. i can see the thumbnail .. and then nothing happens.. no errors, nothing
i verified that safemode is off for php .. and ffmpeg is working otherwise..
i can see a file of 0kb in videos folders.. and that continues to stay like that !!
Quote:
EDIT: it works, i had to turn on the curl, thanks a lot mate!!