
Recherche avancée
Autres articles (47)
-
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 (...) -
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 -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8217)
-
using ffmpeg to decode h264 streaming video in C# [on hold]
4 août 2015, par DanielYI’m wokring on a small project which I get h264 video packets live, and would like to decode them and present it on the screen (in a picturebox or simillar).
I’ve googled alot about ffmpeg usage in C# but haven’t found neither the required dll’s to load in C# project nor code examples for me to review.
Can someone please show me some example and\or direct me to where I can download the necessary avcodec dll’s ?
Thanks in advance
-
how do I write to avlibs AVOptions from C
10 avril 2018, par vinay samuelI want to do the equivalent of the following command line from a C program.
ffmpeg ..... -movflags frag_keyframe
I have narrowed it down to setting some fields in priv_class in AVOutputFormat somehow. But I don’t understand how AVOptions work, I could not find a good example that explains how AVOptions are set and used. I did come across av_opt_set but if I set the name field to "movflags" what is the val and do I set a separate option for frag_keyframe or is it embedded in the flags set for "movflags" ?
Thanks in advance for your time. -
how do I write to avlibs AVOptions from C
19 mai 2014, par vinay samuelI want to do the equivalent of the following command line from a C program.
ffmpeg ..... -movflags frag_keyframe
I have narrowed it down to setting some fields in priv_class in AVOutputFormat somehow. But I don’t understand how AVOptions work, I could not find a good example that explains how AVOptions are set and used. I did come across av_opt_set but if I set the name field to "movflags" what is the val and do I set a separate option for frag_keyframe or is it embedded in the flags set for "movflags" ?
Thanks in advance for your time.