
Recherche avancée
Autres articles (112)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (4214)
-
ffv1enc_vulkan : restrict number of execution contexts to 1
18 novembre 2024, par Lynne -
Revision 6e3b34bdc3 : Removed a number of unnecessary check on ref_frame Since intra block decoding i
20 juin 2013, par Yaowu XuChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Removed a number of unnecessary check on ref_frameSince intra block decoding is handled by decode_sb_intra() separately.
Change-Id : I42d757884714084c92fc23ec5d35d4dc946f4b15
-
ffmpeg extract audio corresponding to a certain number of frames
17 octobre 2022, par Mauro GentileWe know that :

ffmpeg -ss 10 -t 30 -i file.mp3 file.wav

extracts 30 sec of audio starting from 10th second

How can we extract a portion of audio whose duration is expressed as number of frames rather than in seconds ?
For instance, how do I extract the portion of audio corresponding to 120 frames starting from the 10th second ?