
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (62)
-
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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (7784)
-
FFmpeg - Take 128 Channel WAV and Transcode to MKV with 128 Discrete Mono Tracks [closed]
17 août 2023, par Matt CohenI have a use case where I need to take individual WAV files with 128 channels in each one and output corresponding MKVs with each source channel as its own discrete mono track.


I've been playing around with the channelsplit and channelmap functions but am having a hard time finding parameters that work with this many channels / this specific use case.


Is this even possible with FFmpeg ?


So far I've mostly been trying different variations of :


ffmpeg -i in.wav -filter_complex channelsplit out.mkv


Any help would be greatly appreciated.


-
Revision 0451c6b6dd : Refactor per block rate distortion estimate Move the rate-distortion estimate f
22 avril 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Refactor per block rate distortion estimateMove the rate-distortion estimate function outside the recursion
as an individual operating module.Change-Id : I662199223c256664bcd312084b3aebffb8a8034b
-
FFmpeg encode video on the fly from images
13 septembre 2017, par user1658593I have an experiment setup (LabVIEW based) which produces png images at 40fps each with timestamp filename. The number of images is substantial (several thousands) and each of 6MB.
I was wondering if I could use ffmpeg to create a lossless video on-the fly from those images (instead of saving individual frames as image files).Unfortunately I do not know how to set up input parameter to ffmpeg in my case.
I have full control over image saving process, so I can substitute _save_to_png_ function with a dll call, or command line call.
Could you come up with some suggestions ?