Recherche avancée

Médias (91)

Autres articles (73)

  • 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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (9117)

  • swscale/utils : Split scaling if possible and yuv->yuv with different matrixes is...

    30 août 2015, par Michael Niedermayer
    swscale/utils : Split scaling if possible and yuv->yuv with different matrixes is requested
    

    This uses a RGB intermediate, a more optimal solution would be to perform the rematrixing
    directly in subsampled YUV, this is quite a bit more complicated though

    Fixes Ticket4805

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswscale/utils.c
  • Trim or split opus on android without ffmpeg

    25 mai 2021, par Omkar

    Trim or split opus on android without ffmpeg

    &#xA;

    The opus file could be contained in any format supported by ffmpeg export&#xA;(Created when building the app,ffmpeg too heavy to include in app)

    &#xA;

    I tried genVideoUsingMuxer , MediaExtractor ,MediaMetadataRetriever but it fails with error

    &#xA;

    Unsupported mime &#x27;audio/opus&#x27;&#xA;java.lang.IllegalStateException: Failed to add the track to the muxerat android.media.MediaMuxer.nativeAddTrack(Native Method)&#xA;at android.media.MediaMuxer.addTrack(MediaMuxer.java:660)&#xA;

    &#xA;

    Any way i can trim the audio on android with a lightweight solution

    &#xA;

    Reencoding is not needed but its ok if output format is anything playable on android

    &#xA;

  • avfilter/af_surround : split factors calculations

    18 novembre 2022, par Paul B Mahol
    avfilter/af_surround : split factors calculations
    

    From multiplication with magnitude.

    • [DH] libavfilter/af_surround.c