Recherche avancée

Médias (91)

Autres articles (61)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (3452)

  • ffmpeg not working from php

    12 février 2015, par ffmpeg fan

    spent 8 hours trying to make it work :
    i installed the version from http://ffmpeg.org/releases/ffmpeg-2.5.3.tar.bz2
    and also tried the yum version but it as not new enough for youtube-dl

    tried
    export PATH=$PATH :/usr/local/bin/ffmpeg and php apache still cant find ffmpeg

    apache user runs php script on centos 6.5
    calling my youtube-dl.php from php command line as root works (with ffmpeg) -
    calling my youtube-dl.php from php apache user works (not with ffmpeg) -

    what iam trying to do - shell exec youtube-dl (youtube dl calls ffmpeg in its binary code which there is now to modifiy it to add the full path)
    this works but the ffmpeg part
    my youtube-dl.php file

    $output = shell_exec('youtube-dl -o "/home/test/%(title)s.%(ext)s" '.$url.'      -f bestvideo+bestaudio 2>&1');
    echo "<pre>$output</pre>";


    # which ffmpeg
    /usr/local/bin/ffmpeg

    (someone on other pages on this site says local/bin is for customized versions but i downloaded it directly from ffmpeg and did the standard ./configure make make install )

    done :
    chmod 755 to /usr/local/bin/ffmpeg

    running ffmpeg as a test command directly (sometimes works and doesnt as i upgraded/rebooted/updatedb/etc)

    $output = shell_exec(’ffmpeg 2>&1’) ;
    echo "

    $output

    " ;
    result :

    sh : ffmpeg : command not found
       

    i here a lot of people voting down - i am learning and sharing thank you in advance

    I read all of these with similar problems but didnt help :
    Similar Questions

    FFMPEG PHP does not seem to work
    FFmpeg not working
    Recording audio with FFMPEG works in terminal but not through exec() of PHP
    ffmpeg-php permission denied on localhost
    C++ program from PHP not working properly
    FFMPEG works from command line but not PHP
    Calling a shellscript from php - not working correctly
    PHP Internal Server Error 500 when using ffmpeg to convert files
    PHP code not proceeding to the line after exec ffmpeg
    ffmpeg not working from php script but works from command line
    PHP exec() Not Working With ffmpeg
    ffmpeg not work with PHP exec()
    ffmpeg php exec not working
  • ffmpeg in not working in php exec()

    10 septembre 2016, par TNTWap WapChat

    FFMPEG is not working in exec but its working when using ssh on that us
    but other commands work with exec !

    Here is the code :

    exec("ffmpeg -i /home/setare/public_html/kanalmanager/wt/230307754.mp4 -i /home/setare/public_html/kanalmanager/wt/230307754_logo.png \
    -filter_complex  "[1]colorchannelmixer=aa=1,scale=iw*1.4:-1[wm];[0][wm]overlay=x=(W-w)/2:y=(H-h)/2" /home/setare/public_html/kanalmanager/wt/230307754_send.mp4 -y");
  • ffmpeg.exe not working when 3gp file converting flv [on hold]

    11 août 2015, par user2082593

    I want to convert 3gp file to flv. Below is my command :

    ffmpeg -i "D:\Working Projects\B2CJewelsLive\images\TestimonialVideo\smaller.3gp" \
    -vb 700000 -ar 22050 -ab 56 -r 24 -f flv -sameq -s 430x254 \
    "D:Images\TestimonialVideo\\smaller_134.flv"