Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (104)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (12313)

  • 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

    


  • 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 display image for particular time in a video using ffmpeg

    18 juin 2013, par Pratik Bhingardeve

    I am trying to created a video from the sequence of images. But i have to display each image with different numbers of seconds. How to do this with FFMPEG.

    Thanks in advance.