Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (41)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • 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 (6367)

  • loading DLL (ffmpeg) as a new thread

    29 septembre 2023, par johnmeck

    i would like to improve some existing project (VICE, a c64 emulator).

    


    within this emulator, we can record the emulator screen using the ffmpeg dll's.
the problem here is, these dll's are running in the same thread as the emulator itself. this obviously is unfortunate, the recording should happen in realtime, while the emulator keeps running at 100% speed.

    


    the current code simply loads all dll's using a simple

    


    LoadLibrary(name);


    


    so my question is : is it possible to load the needed ffmpeg dll's (5 of them) into a new thread ?

    


    i searched a lot, but failed to find something that really helped me.
although i found GetProcAddress, CreateThread and the likes, which at first sight looked promising...

    


  • Is there a way to "replace" FFmpeg stream with another file ? [closed]

    6 novembre 2023, par brizgalka

    I'm using FFmpeg as a transcoder and VLC as a retranslator for my IPTV streaming utility.

    


    At the moment, I make a stream by looping the concatenation of a few clips I rewrite with my NodeJS program.

    


    nested.txt

    


    file clip1.mkv
file clip2.mkv


    


    ffmpeg command (simplified)
ffmpeg -stream_loop 1 -f concat -i nested.txt -listen 1 -f mp4 http://localhost:8081

    


    But I wonder if it is possible for me to simply terminate FFmpeg process and start a new one with another input file without interrupting VLC from reading the stream. I would actually accept the answer even if you could provide me with an alternative retranslator instead of VLC that has this feature.

    


    I tried to terminate the FFmpeg process and quickly start a new one softwarely. However, it seems that terminated process manages to send some kind of "end of the stream" signal to client before it actually closes.

    


  • how to use x264 encoder with directshow

    14 octobre 2014, par habibhassani

    i can’t figure out how to use x264 with directshow. i installed many thinks that pretend to have x264 encoder in with no use i downloaded the videoLAN x264 binary and when i run it, it shows so fast a console windows, and nothing happen after that

    these is the encoders that i have

    enter image description here

    i am working on windows 8.1 x64

    please help with this issue it’s just going to make me crazy hhh, i wanna use x264 because the other encoders that i have installed, either didn’t work or encode with so big size.