Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (21)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (5681)

  • avfilter/af_apsyclip : fix peak overestimation

    29 janvier 2022, par Jason Jang
    avfilter/af_apsyclip : fix peak overestimation
    

    Ignore more samples that are near the edge of the block. The reason
    is that the filtering tends to cause these samples to go above the
    window more than the samples near the middle. If these samples are
    included in the unwindowed peak estimation, the peak can be
    overestimated. Because the block is windowed again before
    overlapping, overshoots near the edge of the block are not very
    important.

    0.1 is the value from the version originally contributed to calf.

    Signed-off-by : Jason Jang <jcj83429@gmail.com>

    • [DH] libavfilter/af_apsyclip.c
  • Batch ffmpeg program

    18 juillet 2017, par Fer

    I would like to learn (do not give the full answer, just hints, please, will give out progress on comments) to program a batch program where, besides adding options given by user input (as in, bitrate, codec to be used, etc) with the tool ffmpeg (which I have installed on C :\Windows\System32) it waits for user input for each of the options ffmpeg has. Example :

    Machine output - Select mp3
    User input - Foo.mp3
    Machine output - where do you want to begin to cut the mp3?
    User input - 00:00:00 (or any other specific time.)
    Machine output - We will cut Foo.mp3 at time 00:00:00. When do you want the time to be cut?
    User input - 00:02:10
    ...
    ...
    And so on with all the FFMPEG options.

    How can I exactly do this ? Any hint is appreciated... but do not give the full answer.

  • Cannot play audio with FFPLAY

    2 avril 2020, par Javier Urrestarazu

    I am trying to stream the sound of a Linux machine via UDP to a Windows 7 64 bit machine. The command for streaming the audio is :

    &#xA;&#xA;

    ./ffmpeg -f oss -i /dev/dsp -f mpegts udp://192.168.99.35:11222&#xA;

    &#xA;&#xA;

    It seems to work well. However, when I try to play the audio with the following command :

    &#xA;&#xA;

    ffplay -fflags nobuffer udp://127.0.0.1:11222&#xA;

    &#xA;&#xA;

    I get the following error : No more combinations to try audio open failed

    &#xA;&#xA;

    And nothing plays. I have no clue where the issue is coming from.

    &#xA;