Recherche avancée

Médias (91)

Autres articles (92)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (12967)

  • ffmpeg causes browser to hang up ?

    24 juillet 2012, par Itai Sagi

    I'm using ffmpeg to convert videos on the fly, as they say, and I'm facing with a very annoying, unsolvable and unreferenced problem (as of yet ;) ), when I run my php script, it basically works - takes the file, uses ffmpeg, starts converting it, but halway through it's finished, the browser hangs, I don't understand why or how to resolve it :
    (even with set_time_limit the bastard won't work).

    function convertToMp4(){
       /*
        * Converts a file to mp4, returns the new file name
        */
       set_time_limit(0);
       $tmpFile = $this->fileName;
       $newFile = uniqid();
       $outputFile = "output/$justFile.mp4";
       exec("ffmpeg -i " . $tmpFile . " -acodec copy -ar 44100 -ab 96k " . $outputFile. " &");
       unlink($tmpFile);
       return $outputFile;
    }

    Ideas ?

  • FFMPEG can not load frei0r plugins via environment path on windows 10

    23 janvier 2018, par sam rolfe

    This works fine on windows 7 - however on windows 10 mo matter what I try FFMPEG can not load the .dll file.

    In debug mode it shows me that it is reading the correct environment path - however it is unable to find the file on that path - its so strange.

    Looking for frei0r effect in ’C :\freior/edgeglow.dll’

    I have tried with all manner of folders, names, slashes, etc - it always returns

    Could not find module ’edgeglow’

    I am wondering of there is some sort of user permissions ? Something is blocking it.

  • What does ffmpeg error "Prediction is not allowed in AAC-LC" mean ?

    21 juin 2014, par user2212461

    When decoding AAC files, ffmpeg returns the error

    "Prediction is not allowed in AAC-LC".

    Does that mean the file is corrupt ? Or that ffmpeg cannot handle AAC-LC files ?

    I tried with different AAC files and get the errors :

    Number of scalefactor bands in group (63) exceeds limit (49).

    TNS filter order 25 is greater than maximum 12.

    So I guess its not my file that is corrupt but ffmpeg can only handle specific AAC formats ? Which would these be ?