I got hammered by Hurricane Sandy so I will try to get to your questions as soon as possible. Thanks for your patience and for your interest in my app...
ffmpeg version git-2012-11-04-4a2599b Copyright (c) 2000-2012 the FFmpeg developers
built on Nov 4 2012 05:12:23 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3
libavutil 52. 3.100 / 52. 3.100
libavcodec 54. 71.100 / 54. 71.100
libavformat 54. 35.100 / 54. 35.100
libavdevice 54. 3.100 / 54. 3.100
libavfilter 3. 21.106 / 3. 21.106
libswscale 2. 1.102 / 2. 1.102
libswresample 0. 16.100 / 0. 16.100
libpostproc 52. 1.100 / 52. 1.100
Hyper fast Audio and Video encoder
a new install of the ffmpeg but wtf it work localy on 192.168.1.65 and on the domain it work 1/10 with other ppl to convert still same issue
Have you modified my core code and/or the ffmpeg commands in any way? Can you post the full ffmpeg log file for a failed conversion? Are your failed conversions even generating log files? Your phpinfo looks ok....this is probably a ffmpeg or file permissions problem...If you can convert ok locally, then it's more likely a permissions or file ownership (chown) problem...
Have you modified my core code and/or the ffmpeg commands in any way? Can you post the full ffmpeg log file for a failed conversion? Are your failed conversions even generating log files? Your phpinfo looks ok....this is probably a ffmpeg or file permissions problem...If you can convert ok locally, then it's more likely a permissions or file ownership (chown) problem...
There is no logs and everything is chmod 777 that should. any ide if any port on the router should be open other than 80 ! ANd no havnt changed anything in the code. Yes it generates i change path to ffmpeg to try and i got error that it doesnt exist.
There is no logs and everything is chmod 777 that should. any ide if any port on the router should be open other than 80 ! ANd no havnt changed anything in the code. Yes it generates i change path to ffmpeg to try and i got error that it doesnt exist.
You are running your own server?...you own the server? Might want to try paying for a managed server/service if you are having difficulty on your own...
I've never heard of ffmpeg requiring an additional port to be opened to run correctly...
If you aren't getting any log files, then the ffmpeg commands are never even executed. (Assuming your /logs directory permissions are set correctly.)
Maybe you are having trouble with PHP's exec()? Perhaps in some way you need to grant other IPs/users the ability to access and run ffmpeg (or, for that matter, any executable programs on your server)?
I'm really grasping at straws here because you say the code works perfectly for you locally, but usually? doesn't work for other IPs.....so if the code isn't the problem, then there is something wrong with the server configuration...something that I cannot see or detect from where I am, using the information that you have provided....
got damn now i have been awake too long with this problem, it wasnt the ports or the permission either, i asked for some test on facebook noone was able to convert mp3. if u came up with some briljant plan im open thanks for today
How can I implement because with the language files?
Have you seen a clue?
EDIT: Have found a solution!
Implementing language files wouldn't be terribly hard. Are you looking to set the language manually (perhaps via config class) or give the user the ability to do so via a drop down menu filled with languages? The latter is a little more involved, but both ideas are feasible.
Edit:Very briefly, in either case, you need to generate a bunch of include files filled with constant definitions. The constant names are the same in each file, and the corresponding values are in whatever language a given include file is dedicated to. Then you need to add the constant names to my code where and when they are required. Finally, you need to devise a method for delivering the right include file based on a language selection.
Don't have time to explore a full solution for you now. (Although it seems as if you have figured it out on your own.) I will consider adding support for this kind of thing in my next release of the software. Thanks for the suggestion.
<?php $Titel = "Video2MP3.eu - Youtube und Dailymotion Videos Online umwandeln"; $Convert = "Video wird umgewandelt. . ."; $Success = "Abgeschlossen"; $Download_File = "Datei runterladen"; $Create_Ringtone = "Klingelton erstellen"; $Error_gen_file = "Fehler beim erzeugen der Convertierten Datei"; $Wait_Convert = "...Bitte warten, das Video wird umgewandelt:"; $Video_Download = "Video runterladen. . ."; $Error_Download = "Fehler beim Download, bitte versuche es erneut!"; $Wrong_url = "Falsche video URL oder dateityp! Bitte versuche es nochmal."; $Vaild_url = "Gib eine gültige YouTube.com oder Dailymotion.com Video URL ein"; $Choose_file_type = "In welches Format soll das Video umgewandelt werden?"; $Convert_Video_Button = "Video Umwandeln"; $Format = "Format"; $Codec = "Codec"; $Bitrate = "Bitrate"; $Type = "Typ"; $HD = "* = 2000 kbit/s nur wenn das Video in HD vorliegt."; $iOS_Support = "² = iPhone, iPad, iPod geeignet.";
$Footer_text = "evtl. Darstellungsprobleme mit dem Internet Explorer.";