Recherche avancée

Médias (91)

Autres articles (85)

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

  • FFmpeg on Android

    26 décembre 2016, par Jag

    I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg.

    1. Do you have steps / procedures / code / example on integrating FFmpeg on Android / StageFright ?

    2. Can you please guide me on how can I use this library for multimedia playback ?

    3. I have a requirement where I have already audio and video transport streams, which I need to feed to FFmpeg and get it decoded / rendered. How can I do this on Android, since IOMX APIs are OMX based and cannot plug-in FFmpeg here ?

    4. Also I could not find documentation on the FFmpeg APIs which need to be used for playback.

  • Python get ffmpeg process

    12 juillet 2020, par Kevin 29890

    I am working on my own video editing software. But when the users clicks render I want to show a progress bar so the user knows how long they have to wait. How do I get the progress of ffmpeg because I use that for rendering their videos. The complete software is written in Python tkinter.

    


  • Covert video file .mod to .mp4 not working with jplayer [closed]

    5 mars 2013, par AbhijitPandya

    I have one .MOD file and i want to play it using jPlayer.
    So i have converted it to mp4 using ffmpeg command as bellow

    ffmpeg -i D :\Images\MOV001.MOD -target dvd D :\Images\MOV0011.mp4

    When i play this video in windows media player it works fine.But when i try to play it using jplayer only sound comes but video doesn't display.

    Please guide me how can i play .MOD file with jplayer.....