
Recherche avancée
Médias (91)
-
#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
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (71)
-
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 (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (...)
Sur d’autres sites (7430)
-
Revision 50e54c112d : Code cleanup. Adding multiple16 function, removing redundant code, better forma
2 avril 2013, par Dmitry KovalevChanged Paths : Modify /vp9/common/vp9_alloccommon.c Modify /vp9/common/vp9_alloccommon.h Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_common.h Modify /vp9/common/vp9_entropymv.c Modify /vp9/common/vp9_implicit_segmentation.c (...)
-
Revision c147c4d65c : vp10 cleanup : remove svc code Spatial/temporal svc code was removed. Verified u
28 août 2015, par Yunqing WangChanged Paths :
Modify /vp10/encoder/aq_cyclicrefresh.c
Modify /vp10/encoder/aq_cyclicrefresh.h
Modify /vp10/encoder/bitstream.c
Modify /vp10/encoder/bitstream.h
Modify /vp10/encoder/encodeframe.c
Modify /vp10/encoder/encoder.c
Modify /vp10/encoder/encoder.h
Modify /vp10/encoder/ethread.c
Modify /vp10/encoder/firstpass.c
Modify /vp10/encoder/firstpass.h
Modify /vp10/encoder/lookahead.h
Modify /vp10/encoder/ratectrl.c
Modify /vp10/encoder/ratectrl.h
Modify /vp10/encoder/speed_features.c
Delete /vp10/encoder/svc_layercontext.c
Delete /vp10/encoder/svc_layercontext.h
Modify /vp10/encoder/temporal_filter.c
Modify /vp10/vp10_cx_iface.c
Modify /vp10/vp10cx.mk
vp10 cleanup : remove svc codeSpatial/temporal svc code was removed. Verified using Borg test,
and the results before and after the change are matching.Change-Id : I4c2ee5cd560428e3e50be02e57e5871ef4246390
-
FFmpeg code throwing error when trying to crop the video : FFmpeg process exited with state COMPLETED and return code 255
1er octobre 2023, par DannyHello I am trying to crop a 9:16 video to a 1:1 video with FFmpeg. The command is throwing this error


Exception: FFmpeg process exited with state COMPLETED and return code 255.



This is my code :


-ss 0:00:00.000000 -i 's879-1696171712815.mp4' -t 0:00:24.149000 -codec:v libx264 -filter:v 'crop=720.0:720.0:0.0:327.25067794421483' -y 'cropped.mp4'



Can anyone help with this issue ?


Thanks