
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (21)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
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 -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (4393)
-
vlc in android studio with ffmpeg in linux
2 juin 2017, par Eva ZanaI am using VLC in android studio with FFMPEG in Linux, I need to change some code in FFMPEG c file but when I compile FFMPEG and run VLC application in android it uses the original version of FFMPEG and not the modified
my compile code is :
./configue
sudo make install
makeI have tried everything
Why has this occurred ? Maybe there is another way to compile or how to find the source of FFMPEG if I delete the file of FFMPEG and compile it restore the FFMPEG file from somewhere ? However I don’t know how ? -
yuv422 to jpeg conversion using ffmpeg in VC++ 2010
18 juillet 2017, par user3743908i am trying to convert yuv422 raw image in to jpeg or bmp format.
plz suggest starting point,i have done following.
I have build all the ffmpeg libraries on windows platform for VC++2010.
i know how to convert them using windows command prompt like
"ffmpeg -s <imagesize> -pix_fmt uyvy422 -i <input />
</imagesize>but need to do in VC++2010
i have run sample code (below) which use the ffmpeg libraries without any error.
main()
{
av_register_all();
AVFormatContext *pFormatCtx =NULL;
return 0;
}dono how to read, write and format convert for an image file...
Regards
kaushal
-
How to display progress bar while ffmpeg commad executing in android using android studio
23 juillet 2017, par Hemanth KumarIm having a problem to display progress bar with progress percentage like kb/s or 1-100% ,while ffmpeg command is executing .
Here im doing video trimming using ffmpeg command
I want to display a progressbar to the user when the process is going on
But i can’t able to do this.
Im developeing code in androidstudio
Please tell mehow to extract process infortation of ffmpeg command and display using progressbar .
Any one have solution for this please share .
Thanks in advance.