
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (79)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (...)
Sur d’autres sites (7372)
-
how to continously see the hls output while conversion with ffmpeg
27 juin 2021, par avajI am converting a input live mjpeg stream to hls using ffmpeg. But the m3u8 file is created only after the end of conversion or on stopping the process. how to correctly configure the command, so that i can play the hls stream while its getting converted.


I have used the following command :


ffmpeg -i http://10.66.102.66:30930/processed_feed -c:v libx264 -c:a aac -ac 1 -strict -2 -crf 18 -profile:v baseline -maxrate 400k -bufsize 1835k -pix_fmt yuv420p -flags -global_header -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1 test.m3u8



-
video conversion into different flavour like 144p,240p,360p
21 janvier 2016, par Himanshu goyalcan anybody tell me about the different video format conversion like 144p,240p,360p using fluent-ffmpeg and which standered of size is used in these format,videocodec,audiocodec ,aspect ration these thing.
-
File Conversion on server side using ffmpeg [on hold]
6 février 2014, par user3217695The conversion of file from any format to mp4, following are some of the preferred formats
file formatsflv,webm,wmv,avi,m4v
are the files which i am using, and i tried many of the codec with differentffmpeg
linux
version but failed. please do the needful helpThanks in advance