Recherche avancée

Médias (91)

Autres articles (90)

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

  • ffmpeg snap permission denied accessing encrypted folder

    30 décembre 2020, par Eric M

    I'm on Ubuntu 18.04 and have most of my home folder in an EncFS filesystem. I have ffmpeg installed as a snap and it won't access files in the EncFS filesystem.

    


    cannot open path of the current working directory: Permission denied


    


    It also had the same error when accessing any folder not part of /home partition (for example on a second mounted harddrive) and also smb shares. I tried adding the removable-media connection but no joy. In fact I tried adding every connection. I do have a workaround for the other harddrives and the smb share by installing in —devmode (obviously not ideal). Is this a bug or a lack of snap understanding on my part ?

    


    Thanks !

    


  • Change color-depth in FFMpeg

    20 mars 2012, par lliepmah

    I try play video in live wallpaper using Android NDK and FFMpeg library. I was guided by :
    http://ikaruga2.wordpress.com/2011/06/15/video-live-wallpaper-part-1/

    Video is playing, but I am not happy with quality. Depth of color differs from the original.
    How I can fix it ? There are any standard methods in ffmpeg or in openGL of control color depth ?

  • ffmpeg auto crop black frame and watermark

    4 juin 2018, par rbarab

    We are processing short videos. Most of them are 640x480, recorded by mobile. Many of them have a black frame on left and right.
    I would like to watermark the videos and currently using this command.

    ffmpeg -i IN.mp4 -i WATERMARK.png -filter_complex "overlay=main_w-overlay_w-10:main_h-overlay_h-10" OUT.mp4

    The problem is that if there is a frame, part of the watermark goes on the frame and only a part is on the actual content. Would like to place the watermark on the bottom right of the actual content.

    Are any of these possible, or any other ideas ?

    a, Dynamically detect the black frames and adjust the watermark position accordingly.

    b, Crop the black frame and watermark the content correctly in the same step.

    Thanks a lot for your help !