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 (8897)

  • 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

    


  • 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
  • how split audio file in multiple chapters with predefined times

    30 mars 2019, par Karim Bn Abdlaziz

    how split audio book file with in 10 chapters easier to listen , with given metadata predefined times
    0.000000, 3472.683000 seconds this ch0

    3472.683000, 7642.058000 ch1

    etc..

    2 columns the begin and end of each chapter,

    i’m dummy but tried and failed with awk to add columns right and left to obtain the command line

       ffmpeg -i output.mp3  -acodec copy -ss  begin -to end  ch'number'.mp3.

    the problemn with the NF position and then increment numbers of new output files

    how to use awk or sed and count new file names ch01 ch02 etc