
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (6919)
-
Revision 06b59299c8 : Don't waste time partitioning skip superblocks. Force 64x64 partitioning when a
9 mars 2015, par Alex ConverseChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Don’t waste time partitioning skip superblocks.Force 64x64 partitioning when a whole superblock is SEGMENT_LVL_SKIP. This
drops encode times of screens mostly at rest by 20%.Change-Id : Ieba554b0b8a0c1679aae784a8bd11f038ab942c3
-
converting audio from mp4 to wav and croping in the process using python
7 mars 2019, par fastaliI am looking for a package where I can use to convert the audio file from
mp4
towav
simultaneously while also cropping the file using python.I have seen some posts about using
ffmpeg
to do the conversion but I dont seem to be able to runffmpeg
within python, and when converted towav
the files become around 10 times bigger which is kind of a storage issue.Does anyone have any suggestions except for pipelining it ?
-
Invalid stream specifier : metadata [closed]
12 mai 2021, par OrsuI have this command :


ffmpeg -i video.format -movflags use_metadata_tags -map metadata 0 -vcodec libx265 -acodec copy output.mp4



I get this error :


[avi @ 0x559845f9c480] Invalid stream specifier: metadata.
 Last message repeated 3 times
Stream map 'metadata' matches no streams.
To ignore this, add a trailing '?' to the map.



Any ideas ?