
Recherche avancée
Autres articles (52)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (4038)
-
MPEG Encoding library for WINDOWS PHONE 8 [on hold]
18 avril 2015, par Ali JeyI am developing a Windows phone app that takes pictures to create Time-lapse Videos.
However I’ve noticed that there aren’t many libraries for Encoding frames into MPEG format for Windows phone platform.My question is this :
- Is there any library at all to encode FFMPEG videos inside Windows phone apps ?
- if not, How can I make one in C# ? (Yes I know it’s going to be hard.)
Where should I Start from ? (please pay attention that the references that I can make inside windows phone app projects are limited !)
Thanks in advance for any help.
-
Developing android app in window(O.S) with ffmpeg library
19 avril 2014, par PKTomarI want to develop an application by the help of "ffmpeg" library. My developing environment is Windows(O.S.) based. I done lot of Google but find all the tutorial which are linux(O.S.) based.
That's why i download "Cygwin". I try to follow all the steps as in linux based tutorial.
http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/comment-page-3/
But I stuck on running following command :
"sudo chomd +x build_android.sh" when entering passphrase it gives error "Command Not Allowed". Actually this command used to check that build_android.sh file is executable or not. That's why I skip this step and run another command "./build_android.sh" which is used to create folder "android" in ffmpeg library. But this command give many errors. I try to remove one by one but after removing one error getting another list of errors.
After all these step I feel that there is some problem in executing script file in windows base environment.
Now I need help, any tutorial which is completely based on windows(O.S.) based.
:Thanks :
-
avformat/mux : stop delaying writing the header
26 novembre 2017, par James Almeravformat/mux : stop delaying writing the header
Every bitstream filter behaves as intended now, so there's no need to
wait for the first packet of every stream.Signed-off-by : James Almer <jamrial@gmail.com>