
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (78)
-
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 ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (10690)
-
Jwplayer function snapshot using ffmpeg and php
5 janvier 2021, par Offboardbefore anything I'm using version 6, then the Snapshot plugin does not work.



I'm finally with 2 questions, take a sequence of photos of a percentage of the video, so googled it and got this code from ffmpeg :



ffmpeg -i video.mp4 -r 0.5 -f image2 output-%05d.jpeg




so far so good, but I do not know how to take a screen shot of the video by setting the time, if I'm right this code is per frame.



I searched again to get the function that calls the images, to generate good is quite simple, but the problem is that I found the pictures looks is all in one look.



if anyone has any function or know how to do please tell me : D
My English sucks, so do not call if I messed up.


-
Jwplayer function snapshot using ffmpeg and php
27 octobre 2013, par Offboardbefore anything I'm using version 6, then the Snapshot plugin does not work.
I'm finally with 2 questions, take a sequence of photos of a percentage of the video, so googled it and got this code from ffmpeg :
ffmpeg -i video.mp4 -r 0.5 -f image2 output-%05d.jpeg
so far so good, but I do not know how to take a screen shot of the video by setting the time, if I'm right this code is per frame.
I searched again to get the function that calls the images, to generate good is quite simple, but the problem is that I found the pictures looks is all in one look.
if anyone has any function or know how to do please tell me : D
My English sucks, so do not call if I messed up. -
Encoding a readable H264 4:2:2 movie by QuickTime using FFMPEG
12 octobre 2019, par TanosI am aware of the solution with
-pix_fmt yuv420p
as stated here but that encodes it at 4:2:0. I would like the encode to be a 4:2:2 and changing to-pix_fmt yuv422p
doesn’t work. I’ve tried different containers with out lack. What definitely works is ’prores’ but I don’t need such a high bitrate video.For context, I create timelapses from photos and I would like to be able to use Quick Look or Quick Time for playback.
I use
mediainfo
to check the video’s attributes.