
Recherche avancée
Autres articles (56)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (5076)
-
How to display image for particular time in a video using ffmpeg
18 juin 2013, par Pratik BhingardeveI 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.
-
Use (ffmpeg) executable inside C#.NET project
28 octobre 2014, par JobI 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.exeHowever, 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 LazarenkoI 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