Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (34)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

Sur d’autres sites (5535)

  • Use (ffmpeg) executable inside C#.NET project

    28 octobre 2014, par Job

    I am trying to write a custom wrapper in c#.NET for ffmpeg. I downloaded multiple versions, but it seems like I am going to have to use the one with .exe files.

    ffmpeg.exe
    ffplay.exe
    ffprobe.exe

    However, I’m unable to reference these executables by going to add reference -> browse etc..

    So what I’m trying to do now is just to add them as a file. And then run commands on them just like you would using the command line.

    Is that possible ? Or maybe someone has a better idea ?

    Thank you in advance for the help.

  • How to stream raw H264 ? [closed]

    31 mars 2023, par Alexander Lazarenko

    I don't know anything about streaming, so don't judge me harshly.

    


    The program receives bytes from TCP stream, processes them and adds to byte array. This array contains raw H264 frames.

    


    If they are saved and then broadcasted, the broadcast will be interrupted. Is there something I can do to avoid restarting broadcast ?

    


    Thanks in advance

    


  • How to gain volumes of specific bands of audio files using ffmpeg ?

    10 mai 2019, par Ko Ohhashi

    I want increase or decrease volume of specific frequency bands with ffmpeg.

    I think bandreject and bandpass filter can do similar thing.
    But is there any way to reject 80% of energy of specific bands ?

    Thanks in advance ?