Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (103)

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

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (15502)

  • 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
  • Trim or split opus on android without ffmpeg

    25 mai 2021, par Omkar

    Trim or split opus on android without ffmpeg

    


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

    


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

    


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


    


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

    


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

    


  • 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