
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (87)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (9801)
-
Stitching 2 videos together side-by-side with ffmpeg in Android [on hold]
19 juillet 2018, par A. MunnyI am currently writing an app for Android that is supposed to take two video clips and stitch them together side-by-side into a single file (such that the user can download a single video file that shows these two side-by-side videos playing simultaneously). I was planning on using ffmpeg to achieve this, but could not figure out how to do this. Does anyone know how to achieve something like this, if at all possible ? Additionally, if there is a way to get it done easier using something other than ffmpeg, that solution would also be greatly appreciated. Thank you !
-
Processing video using ffmpeg and saving the output to MongoDB
10 juillet 2013, par kheyaI have user uploaded video saved in a folder (can be in any of 5/6 formats)
I have 2 needs.- Extract 3 frame images (that I will show to user for possible thumbnail
- Convert the video to one or more other formats (flv + WebM)
I am planning to use FFMPEG command line tool.
How do I write the output from FFMPEG to MongoDB gridFS ?
Is it even possible or I have to write the files to folder first & then save to gridFS ?
Thanks
-
Need to reduce video size for my symfony project since it's taking too much time to upload 300MB+ videos
18 juin 2020, par manuI have tried
FFmpeg
its showing error"Your FFProbe version is too old and does not support -help option, please upgrade"
. I have tried few fixes already available in stackoverflow and other sites but it won't work for me. If u know any alternative packages please share. The symfony version am using is 4.4. Now am planning to usesymfony/process
. This is an API where users can upload their recorded video from mobile app. please share better option