Recherche avancée

Médias (91)

Autres articles (49)

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

  • 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

Sur d’autres sites (8235)

  • Unrecognized option 'sync'. Error splitting the argument list : Option not found

    12 juin 2021, par Ooker

    I am following this tutorial to project Android screen to PC via ADB.

    


    .\adb exec-out screenrecord --output-format=h264 - | ffmpeg ffplay -framerate 60 -probesize 32 -sync video


    


    The error is :

    


    Unrecognized option 'sync'.
Error splitting the argument list: Option not found


    


    I've searched for similar errors about unrecognized option, but I still don't know how to solve it.

    


    If I remove the -sync video argument then the error is :

    


    Trailing options were found on the commandline.
[NULL @ 000001f0d0678b00] Unable to find a suitable output format for 'ffplay'
ffplay: Invalid argument


    


    The ffmpeg version is 4.2.3, but I don't think this matters.

    


  • Anomalie #2647 : Logo/Forum : Appels Ajax qui n’aboutissent pas (FF v3.5.7)

    12 avril 2012, par guytarr °

    je reproduis sur grml.eu avec 3.5.7 : Le téléversement fonctionne mais le chargement ajax ne s’arrête pas. Il faut actualiser la page une fois que le temps nécessaire pour téléverser le logo est passé, et il apparaît. J’ai par la suite testé en 3.6.28, aucun soucis de ce (...)

  • Detect frames that have a given image/logo with FFmpeg

    15 juillet 2012, par sofia

    I'm trying to split a video by detecting the presence of a marker (an image) in the frames. I've gone over the documentation and I see removelogo but not detectlogo.

    Does anyone know how this could be achieved ? I know what the logo is and the region it will be on.

    I'm thinking I can extract all frames to png's and then analyse them one by one (or n by n) but it might be a lengthy process...

    Any pointers ?