
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (32)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (5450)
-
I can't use ffmpeg loudnorm filtter
27 mai 2019, par imQI want to use FFmpeg loudnorm filter, so I build FFmpeg library on my Android Studio project.But its output file just has 0 byte.
How can I use it ? And how can I get correct output file ?
( If I use ’volume’ filter, I can get correct output file. ’Loudnorm’ filter make me crazy)ffmpeg.excute(command,new ExecuteBinaryResponseHandler())
command = new String[]{"-i",original_path,"-af", "loudnorm=I=-15:TP=-2:LRA=11:print_format=none","-f",dest.getAbsolutePath()};
-
Revision 8092080216 : vp9_filter : move table alignment decl's to header avoids mismatched alignment w
15 février 2014, par James ZernChanged Paths :
Modify /vp9/common/vp9_filter.c
Modify /vp9/common/vp9_filter.h
vp9_filter : move table alignment decl's to headeravoids mismatched alignment warnings in visual studio builds
Change-Id : I2cedb8042fd47e708bde3f7168a6fb4bd9aaa569
-
Basic Video Player Using Qt And FFmpeg
7 mars 2016, par Thibaud AuzouI am trying to program a little and basic video player using Qt and
FFmpeg
. I first recompiled Qt to use with Visual Studio 2015.Once done I created my
MainWindow
, theMenuBar
, thePushButtons
that I needed, etc.Now that I wrote the main structure of this little project I am struggling with integrating
FFmpeg
into it. I believe I am trying to uselibavcodec
to read a video. But to be honest I am not sure.I am quite lost at this point, several hours on Google and still lost.
While the documentation of Qt was quite easy to handle, the documentation of
FFmpeg
is kinda vague...An of you has an advise regarding
FFmpeg
? A good tutorial ?