
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (87)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (7589)
-
FFMPEG -ss 00:22:58 -to 01:37:45 -i input.mkv -c copy output2.mp4 first 2 seconds image is frozen
15 août 2022, par g3443tdfgdfgdfgi'm making clips from an .mkv file using ffmpeg. First i used


ffmpeg -i input.mkv -ss 00:22:58 -to 01:37:45 -c:v copy -c:a copy output.mp4 



but the first 1-2 seconds were only sound without image. Now i'm using the command


ffmpeg -ss 00:22:58 -to 01:37:45 -i 2022_05_26-ABCNews.mkv -c copy output2.mp4 



But even tho the first seconds now have image they still look kind of patchy and frozen, i understand that this might be due to the nature of the .mkv file itself, but i wanted to know if anyone have any command that better perform this function and allow to save those first 1-2 seconds.


-
How to to add additional metadata to individual frames, DDB's, when creating an AVI file with ffmpeg
6 décembre 2019, par Totte KarlssonI’m creating avi videos from device dependent bitmaps, DDB’s.
The pipeline is quite simple, a GigE camera provides frame by frame, and each frame, a DDB, is piped to a ffmpeg process creating a final AVI file, using h264 compression.
These videos are scientific in nature, and we would like to store/embed experimental hardware information, such as the states of a few digital lines, with each frame.
This information need to be available in the final avi videoQuestion is, is this possible ?
Looking at this : https://docs.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmap it does not seem that adding additional data to the DDB themselves is possible, but I’m not sure.
-
Evolution #2822 : HTML des modèles de pagination
30 mars 2021, par cedric -et voici la PR https://git.spip.net/spip/spip/pulls/147
A noter que sur le core et les plugins le markup conteneur a été changé partout déjà https://git.spip.net/spip/spip/commit/e3d7c4bb8cea7ba3c70636f25a7275ed8454aacb
mais ça va aussi impacter tous les plugins dans la nature, Fabrique, et donc tous les plugins générés par Fabrique.Bonne nouvelle : ils peuvent changer leur markup sans casser la compat 3.2 et sans attendre la sortie de SPIP 3.3