Recherche avancée

Médias (91)

Autres articles (65)

  • 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 (5233)

  • How to create a .command file with unity with execute previlages ?

    30 janvier 2017, par EhabSherif

    Hello everyone how do you do,

    In my app I’m trying to use ffmpeg through a batch file, windows works great writing .bat files, however when I write .command files on MAC the files don’t open and tells me that I don’t have permission.

    Also when I run the command
    chmoc u+x [.command File Path]
    through the terminal the file works..

    Knowing that when I create a new text file with the command and rename it to .command it works fine.

    I write the command file in unity using File.WriteAll, is there any other way for writing the file that gives the previlage needed ? knowing that I run the batch file using a process in unity.

    Thank You,

  • syntax error in shell_exec php

    1er avril 2018, par Gerag2

    I’m stumped seems everything is right don’t know why it gives an error

    <?php
       echo "Starting ffmpeg...\n\n";
       echo shell_exec("ffmpeg -i /var/www/vhosts/site.com/httpdocs/Videos/*.* -i "$i" -c:v libx264 -crf 24  /var/www/vhosts/site.com/httpdocs/Videos/Output/"${i%.*}.mp4 null >/dev/null 2>/var/log/ffmpeg.log &");
       echo "Done.\n";
    ?>

    and yes this codes runs in terminal

    for i in *.*; do ffmpeg -i "$i" -c:v libx264 -crf 24 n/"${i%.*}.mp4"; done
  • reading videos in matlab not working (the following codec(s) to be installed on your system)

    20 février 2016, par Ehab AlBadawy

    When I try to read a video in matlab v = VideoReader('t.avi'); I get this error :

    The file requires the following codec(s) to be installed on your system:
       video/x-msvideo

    and some time it needs mpeg codec when I try to load mpeg or mp4 video.

    I found someone referring to rename libstdc++.so.6.0 to libstdc++.so.6.0.10 but I found that I already have libstdc++.so.6.0.13

    I’m using matlab 2013 with archlinux.

    Update : I get this warring in the terminal when trying to read a video

    Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpango.so':
    /usr/lib/libharfbuzz.so.0: undefined symbol: FT_Face_GetCharVariantIndex