Recherche avancée

Médias (91)

Autres articles (56)

  • 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 ;

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

Sur d’autres sites (6132)

  • Convert Videos with FFMPEG to PowerPoint 2016 compatible video format [closed]

    11 septembre 2020, par Sebastian S.

    I am trying to convert a bunch of videos to a video format that is natively supported by PowerPoint 2013/2016 on a Windows 7 system.

    


    Microsoft recommends on their website mp4 with h264 and aac.

    


    Video and audio file formats supported in PowerPoint

    


    


    In PowerPoint 2013 and later, and in PowerPoint 2016 for Mac, for the best video playback experience, we recommend that you use .mp4 files encoded with H.264 video (a.k.a. MPEG-4 AVC) and AAC audio. In PowerPoint 2010, we recommend that you use .wmv files.

    


    


    


    We recommend using .m4a files encoded with AAC audio. In PowerPoint 2010, we recommend that you use .wav or .wma files.

    


    


    Audio is not important for me.
I tried to convert my videos with ffmpeg using the following options :

    


    ffmpeg -i Input.avi -c:v libx264 -preset slow -crf 22 -c:a copy Output.mp4


    


    However I cannot import the video to PowerPoint 2016 (32 or 64bit, I tried both). I always get a missing codec error.

    


    PPT Error when including video files

    


    Has anyone successfully encoded videos to a natively supported PowerPoint video format (on Windows) ?

    


  • Evolution #4042 : Forums : pouvoir les reoodonner

    28 septembre 2018, par cedric -

    Réordonner est un peu too much, mais rattacher un message à un autre (le déplacer de thread donc) serait utile en effet
    (et ça peut être une interface simple avec saisie d’un id_message parent dans le back office)

  • Evolution #3970 (Fermé) : Vider le cacher après désactiivation d’un ou plusieurs plugins

    29 septembre 2018, par cedric -

    Le sujet du ticket est faux car le problème ne vient pas du cache ici mais des squelettes compilés.

    Si un plugin modifie le cache et veut que son activation/désactivation change l’état du cache il peut modifier la globale marqueur en y ajoutant son empreinte.
    Si le plugin modifie la compilation des squelettes et veut que son activation/désactivation change l’état des squelettes compilés, il peut modifier la globale marqueur_skel en y ajoutant son empreinte

    Mais en effet par défaut on ne déclenche pas une recompilation de tous les squelettes quand un plugin est activé ou désactivé