
Recherche avancée
Autres articles (28)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (7108)
-
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


-
How to gain volumes of specific bands of audio files using ffmpeg ?
10 mai 2019, par Ko OhhashiI 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 ?