Recherche avancée

Médias (91)

Autres articles (31)

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

  • ffmpeg command to convert Image to video not work in sony and Htc device

    23 juin 2014, par user3223044

    I am using ffmpeg command to convert group of images into video. It work perfect in samsung device but in other device like sony , HTC it not work.Can anyone tell me what is the problem with my code.
    Here is ffmpeg command that i am using__

    "ffmpeg -f image2 -r 1/5 -i /mnt/sdcard/videokit/Image%d.jpg -vcodec mpeg4 -acodec copy -b 12682k -r 29.85 -sameq -vsync 2 output.mp4"

    Thanks

  • How to make FFmpeg-Kit work in Android 13

    20 décembre 2022, par Mrm

    I'm using ffmpeg-kit to edit videos. However when i set the target sdk to 33, i get this bug on some devices :

    


    


    /storage/emulated/0/Movies/xxx/20221218_215240.mp4 : open failed : EPERM (Operation not permitted)

    


    


    I don't use SAF, just use MediaStore Uri and path. How can i make MediaStore Uri work with this ffmpeg library ?

    


  • Pydub of Python doesn't work-Probably ffmpeg installed wrongfully

    1er janvier 2016, par bnounis

    I have recently downloaded and installed Pydub but it doesn’t work.

    I installed it with pip and then downloaded and installed ffmpeg. Whenever I try to import the library or write a simple code, I get this error message :

    RuntimeWarning : Couldn’t find ffmpeg or avconv - defaulting to ffmpeg,
    but may not work .

    Could someone explain to me what I’ve been doing wrong ??

    What is the problem with ffmpeg ?