
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (71)
-
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 (...) -
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 (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (11300)
-
tryging to use back camera using ffmpeg [closed]
26 août 2023, par TheMrianuraIm trying to open back camera using ffmpeg c++ in android environment :


AVFormatContext* formatCtx = avformat_alloc_context();
volatile int x = avformat_open_input(&formatCtx, "android_camera", NULL, NULL);
//x is always -2



It's very hard to find any information about android_camera. Do You have any ideas what could be wrong ?


-
how to configure FFMPEG with NGINX-RTMP (multiple channels) ?
29 avril 2015, par Moef ZI am using FFMPEG remotely , when I close the shell , it terminates the FFMPEG process .
I need to re-stream multiple channels with NGINX-rtmp and keep FFMPEG running in background after terminating the shell without writing logs to hard disk , like nohup command do.
-
Best Overall FFMPEG FLV Quality
23 janvier 2012, par dcolumbusFirst of all, FFMPEG has the worst documentation of all time... secondly, the syntax is so trivial that it's hard to understand what some lines are doing.
What I'm looking to accomplish is the best quality FLV with the lowest file size. After all, isn't that everyone's goal ? These video will be streamed if that makes a difference.
Perhaps some of you have command lines that do just this... for now, my video are no wider than 320... some are widescreen and so their heights are little smaller than 240.
As it stands, the quality of the converted FLV's are quite poor...
-i video.mov -ar 22050 -ab 32 -f flv -s 320x240 -aspect 4:3 video.flv