
Recherche avancée
Autres articles (83)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Participer à sa traduction
10 avril 2011Vous 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 (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (15329)
-
loading DLL (ffmpeg) as a new thread
29 septembre 2023, par johnmecki 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 brizgalkaI'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 habibhassanii can’t figure out how to use
x264
with directshow. i installed many thinks that pretend to havex264
encoder in with no use i downloaded thevideoLAN x264
binary and when i run it, it shows so fast a console windows, and nothing happen after thatthese is the encoders that i have
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.