
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
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)
-
How to get reduced picture in AVFrame with ffmpeg ?
28 mars 2018, par IgorDoes ffmpeg allow to decode faster AVFrame with reduced size of a video buffer ? I mean reducing in 2x, 4x or 8x by width and height.
I use
av_read_frame()
,avcodec_send_packet()
andavcodec_receive_frame()
.Yes, I can get AVFrame with full size and then resample video buffer to a smaller pixel size, but it consumes same time as decoding of full size.
I need to show a small preview (say 1024 x 576) of 4K H.264 video (3840 x 2160), and I want to reduce time of decoding of heavy H.264 video on slow PCs.
-
Android - Best solution to convert recorded H.264 Main Profile videos to H.264 Baseline Profile
19 février 2016, par AlirezaI found
MediaPlayer
cannot play videos which are encoded byH.264 Main Profile
and I triedExoPlayer
andVitamio
but none of them solved my problem. finally I found the best solution is converting videos toH.264 Baseline Profile
.FFmpeg
is almost 9MB and it’s so heavy for my project, so I don’t like to use it for converting videos to that profile by commands. My friend suggested converting videos on the server-side but we both know it has bad performance. What should I do ? What is the best solution to this problem ? -
j2k : restructure bitstream decoding
31 mai 2013, par Michael Niedermayerj2k : restructure bitstream decoding
This is based on jpeg2000 but differs because of
problems with the design from jpeg2000 with currently
supported filesMore files can be decoded after this commit, though they
show heavy artifactsSigned-off-by : Michael Niedermayer <michaelni@gmx.at>