Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (67)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (12307)

  • Install ffmpeg in windows 7 x64

    9 avril 2013, par Bruno Ribeiro

    I have a problem to install ffmpeg, I tried several tutorials but did not.
    I tried using the dll and executables but could not get the result is always.

    "Fatal error: Call to undefined function dl ()"

    I went on the official website and downloaded the dlls did the procedure in playing in system32 and php / ex and declared the extension in php.ini but does not work.
    I am using the version of php 5.3.13.
    I was thinking it was the version of php what do you think ? I'm using WampServer observation

  • FFMPEG no metadata

    1er décembre 2014, par user2601259

    I am trying to dump all the important info using ffmpeg.exe -i "1.mp4" -f ffmetadata metadata.txt yet all I get is

    ;FFMETADATA1
    major_brand=isom
    minor_version=1
    compatible_brands=isom

    Official documentation gives no clues at all

  • FFMpeg - Video conversion - .OGG to .MP4

    21 septembre 2018, par Hue Man

    After scouring the net, I can’t find anyone else trying to do this :
    Convert an OGG video format to MP4 video (usualy people are doing this the other way round).
    I have FFMpeg working just fine converting WEBM to MP4 but it just doesn’t seem to like OGG files.
    The official FFMpeg documentation says that it can both Encode AND Decode OGG files but for some reason it isn’t.
    Any ideas ?