Recherche avancée

Médias (91)

Autres articles (41)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (5996)

  • Get decibel array from audiofile

    16 avril 2020, par R. Adang

    I am creating a React Native app and want to show list of decibel numbers based on an audio file.
so the goal is -> input : audiofile(mp3,wav etc) output : array of decibels for samples with X milliseconds. I know about FFMPEG, but I do not know how to use it to get the array. I see there is a waveform option, but this returns a png instead of the volume data.

    


  • Merge two mkv videos in one but put theme in separate tracks

    24 avril 2020, par Silviu Petrut

    I want to make a video player that displays more video streams at the same time using the mkv format.

    



    I build my app so that when it decodes an Mkv video it puts all frames from a cluster in memory, from what I observe when I read a video with only one video stream, every cluster except the last one has equal numbers of frames.

    



    I want to merge tow mkv files in one, but at the same time, I want every cluster from the video to have equal numbers of frames from both tracks.

    



    Is this thing possible using FFmpeg or another tool ?

    


  • FFmpeg loglevel with level prefix

    13 mai 2020, par Matan Marciano

    I want to add level prefix to ffmpeg logs.
Im using ffmpeg -loglevel level+info -i input
And it is working as well in my Mac (ios) but is not working in my Ubuntu 18 with ffmpeg version 3.4.6-0ubuntu0.18.04.1

    



    When I am running it in my Ubuntu I got :

    



    Invalid loglevel "level+info". Possible levels are numbers or:
"quite"
"panic"
...
...
...
"trace"


    



    Please advise