
Recherche avancée
Autres articles (44)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (8647)
-
Save several .ts files in one container, while preserving direct http access
16 mars 2017, par SebastianBFor HLS-video-streaming I have several .ts files and a .m3u8 playlist-file on my ftp-server. The .m3u8 file links relative to these .ts files. Because I’m now implementing a more advanced data management on distributed servers and a hashed folder structure, it would be most convinient if these .ts files would stay at the same place in one kind of "container"(e.g. .mp4 ?).
Is there a way to save several .ts files in another file structure which is then still accessible for the video player directly via http? E.g. http://example.com/container.mp4:video1.ts and the next .ts file like http://example.com/container.mp4:video2.ts ?
Obviously this access should be possible without loading/unpacking the whole "container". Furthermore it would be even more convinient, if the .m3u8 file would be saved in this "container" as well.
-
Is there a way to save the thumbnail extracted by ffmpeg in the cache ? [closed]
28 septembre 2022, par L KIs there a way to save the thumbnail extracted by ffmpeg in the cache ?


We are building a simple web video editing site.
I'm going to use a thumbnail while making a timeline


-
How to save a RSTP link as a mp4 file using ffmpeg ?
24 juillet 2022, par xoxoI have been trying to save an RSTP link in a specific folder on my desktop but so far no progress. Since I am fairly new to FFmpeg, is there any way that I can solve this ?


ffmpeg -i rtsp ://Kuroo:12ka442ka2@#@182.70.113.98:5566/cam/realmonitor ?channel=1&subtype=0&unicast=true&proto=Onvif -vcodec copy -acodec copy -y C :\Users\Katsu\OneDrive\Desktop\1\video.mp4


that is the code that I have been trying