Recherche avancée

Médias (91)

Autres articles (102)

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

  • FFmpeg concat Access Denied

    3 mai 2016, par T. Wil

    When I try to use ffmpeg from a Perl script to join 2 mp4 videos the result video cannot be created (error msg : Access is Denied). I made sure that the directory is correct and the same command runs perfectly when I type it in command prompt. But the program doesn’t seem to have permission ? I run the command prompt as admin and ffmpeg.exe is set to run as admin already. What could be the problem ?

    The commands I used are :

    echo file '$inSpec1' > concat.txt
    echo file '$inSpec2' >> concat.txt
    ffmpeg -f concat -i concat.txt -c copy out.mp4

    Where $inSpec is files to concat.

  • Revision 0f37601fd7 : Merge changes I1b972c94,I9c897d32 * changes : Prevent invalid memory access

    6 mars 2015, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Merge changes I1b972c94,I9c897d32

    * changes :
    Prevent invalid memory access
    Use correct bsize for uv

  • How do I access the ipod-library for decoding ffmpeg in the xcode ?

    16 janvier 2014, par M_On

    Thank you to look at my question.

    There is a problem with too slow to access the music file using ffmpeg.

    Get the URL of the music that is in the ipod-library by using the 'valueForProperty:MPMediaItemPropertyAssetURL' method.

    Use the (AVAssetExportSession Class) TSLibraryImport.m, extract the music files from ipod-library.

    However, I took the extraction time is too long. (4 seconds of the 3GS iPhone, iPhone 5 is 1 second)

    It was not possible to be decoded using FFmpeg If you do not the Export.

    In order to use FFmpeg, it's AVPlayer can not be used.

    I will never forget the grace if you can answer if you folded to know how other maybe.