
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (69)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6398)
-
How to use ffmpeg with h.265 (or h.264) coded ?
8 mai 2015, par randomuser1Normally I start recording the camera image with the command :
ffmpeg -y -f vfwcap -r 25 -i 0 OUT.mp4
but I’m not sure which coded do I use in here (I’m just beginning my adventure with ffmpeg), however I found on this webpage this command :
ffmpeg -i INPUT -c:a copy -x265-params crf=25 OUT.mov
But when I run it - I get the following error :
INPUT: No such file or directory"
I changed the INPUT word above also to
0
, so the command isffmpeg -i 0 -c:a copy -x265-params crf=25 OUT.mov
,
but error stays similar (0: no such file or directory
).
How can I grab the camera image and save it to a file while using the H.265 ? -
Using FFMPEG : How to do a Scene Change Detection ? with timecode ?
24 novembre 2016, par MozartBased on this article it seems that it is possible to use FFMPEG to detect scene change in videos :
http://www.luckydinosaur.com/u/ffmpeg-scene-change-detectorNow I have a video that displays a book text and when the text (word or sentence) is spoken it gets highlighted.
Something like this audio book : https://youtu.be/lA7L6ZNVKjcI need to know the timestamp when the text gets highlighted (hence scene change), this will allow me to add timestamp tags on my youtube video, so it becomes easier for listeners to navigate through the audiobook.
What is the magic command line that would do this ?
Thank you very much !
-
Revision 1480ba6f0a : Revert "Fix a bug in VP9Worker which leads to unit test hang." The caller shoul
1er juillet 2014, par hkuangChanged Paths :
Modify /vp9/decoder/vp9_thread.c
Revert "Fix a bug in VP9Worker which leads to unit test hang."The caller should reset the state instead of letting worker
to reset.This reverts commit 34b2ce15f95ee0944ebe6d569e7a9179a7e4cc5b.
Change-Id : Idb546ea6386cffc44e98dee772900d21ab79710f