Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (54)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (6880)

  • Anomalie #2972 : Suite du filtre ’minifier’

    8 avril 2013, par denisb -

    après investigations, le problème se pose pour les messages de forum privé (ecrire/ ?exec=controler_forum&type_message=interne)

  • Anomalie #3014 : Chaines de langue de "Forums" utilisées dans la "dist"

    5 février 2021, par cedric -

    oui mais du coup là c’est bon, tout ça ça correspond à des affichages qui se feront pas si on a pas le plugin forum, donc je ferme

  • Video output desaturation after compression with ffmpeg

    7 avril 2015, par Dries

    This is a followup question to this : SO question

    I’ve found out that if I encode the input with ffv1 to an .mkv file the video isn’t desaturated. Problem with this is that the file is very large.
    I’ve learned about this encoder here : Forum link

    The information you can find there is what I’m currently using to encode my video. Now, since I want the video to be much smaller I thought I could reencode it so it will be compressed. I added this new ffmpeg command :

    ffmpeg -i INPUT.mkv -vcodec mpeg4 -vtag xvid -q:v 1 OUTPUT.avi

    This works just fine but the problem is that once again the video is desaturated as if I’m just encoding to the mpeg format.

    Is there something I can change to this so I don’t have the video being desaturated ? If you’re going to recommend another codec, I need it to be one with the LGPL license. (I’ve also tried encoding with libx264 codec with this also desaturated my video)

    Thanks in advance !