Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (99)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (14894)

  • 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

  • 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