Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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 ;

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10206)

  • 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