
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (84)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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. -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (8287)
-
RN-ffmpeg Get Frames w/o saving
14 avril 2020, par Ahmet BiçerI am using react-native-ffmpeg library to get frames from a video file with this code ;



RNFFmpeg.execute(`-ss 00:00:03 -to 00:00:04 -i input.mp4 -vf fps=1 ${RNFS.PicturesDirectoryPath}/out%05d.png`)




This works as expected, saves the frames to given file but i need to render the frames before saving to the file system. So i thought i can use base64 encoding to get the image without saving. But i couldn't find any solution for this. Do you guys have any idea about solving this problem. If there is another solution rather than base64 encoding for getting the images before saving to filesystem i will happy to see that too. Thanks !



Edit :
There is a function called av_base64_decode in the documentation but i don't know how to use with my code.


-
embed FFplay player in Qt application
27 juin 2014, par AshishHello Guys,
I want to use the FFplay player in my Qt application. I am working on Mac OS and Qt 4.7. I am using FFplay command line exe for playing video files. When i run command for playing videos in ffplay the player creates its new widget as player. i am using this command for playing videos :
/user/local/Cellar/ffmpeg/2.2.1/bin/ffplay /users/dev/Desktop/video/1.mp4
I want to embed that new widget on my own widgets. Can any one tell how could i do it ? your help will really appreciate.
Thanks
Ashish
-
How Build custome FFMPEG for Android
28 janvier 2019, par Memu PlayI want to build custom FFmpeg binary for android but FFmpeg binary not getting build without any error
I m following steps from below link : https://github.com/transitive-bullshit/ffmpeg-gl-transition
do you guys have an idea how to build this binary