
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (71)
-
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (4811)
-
ffmpeg - convert webm to single stacked image
14 janvier 2021, par MikeIs there a way with
ffmpeg
to convert a.webm
file to a single JPEG with a stack of images (vertical or horizontal, doesn't matter) that represents the entire movie frame-by-frame. What I'm looking for is sort of like the output ofconvert -append
but entirely through theffmpeg
pipeline. Ideally this would achieve comparable compression to the.webm
format, but that's not a hard requirement. Thanks in advance for any pointers !

-
Convert Video to HTML5 formate on live streaming
30 juin 2016, par php-coderthis may be answered before but i am not able to find the correct answer for my problem.
I am developing a site in PHP where user can upload a video in any format (only video format), the format can be any wmv, avi, flv, mp4 etc.
But I only need to play that video using html5 video tag, but HTML5 only support mp4, WebM and Ogg extension. And I don’t want to convert the video to any other format other than original due to some copyright rules.
now I come up to conclude to convert original video to html5 supported on live streaming, so I have gone through everywhere and google it so many time and other ways but I only find the solution for FFMPEG which convert my video to html5 support and save on my server which i don’t want, as that make much burden on my server saving same video in three different formats....
So, I need a help if anyone can suggest me how I can use video with any format to play it on HTML5 video tag.
Thanks in advance.
-
Linux : ubuntu : convert .talaw files to wav [closed]
7 juillet 2021, par Arani MukherjeeI am trying to convert a (.talaw) file to (.wav) using sox or FFmpeg but getting the below errors :


SOX: sox FAIL formats: no handler for given file type `talaw'



FFmpeg: .talaw: Invalid data found when processing input



Please let me know if there is any way to convert the file to wav , using CLI.