
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (102)
-
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 (12888)
-
Issue with ffmpeg ubuntu
12 octobre 2017, par Rahul AgnihotriI am getting below given error while trying to use ffmpeg :
video:45kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead : unknown
The command i am executing is as follows :
sudo ffmpeg -i /home/agnihotri/Downloads/1.mp4 -vf fps=1/600 /home/agnihotri/positive/img%03d.jpgMy objective to extract or save a image every 10 seconds...however it only works for initial 30 seconds and then gives the error or issue.
Thanks in advance.
Rahul Agnihotri
-
Can you convert a video to an audio file in python without saving to a file ?
31 janvier 2017, par user2983738For a python web project I receive a video file through a flask interface.
Now to do analysis, I need to extract the audio file from it.Problem is that I can’t save the video to file first, which seemingly eliminates using ffmpeg as it requires a link to a file location.
Are there any python solutions that would allow me to pass and return audio/video files using objects only ?
Thank you in advance
-
Grab (all) audio frames with ffmpeg, C/C++
28 août 2020, par nji9For further analysis I need to access/ collect all samples of
audio files with ffmpeg.
There are lot of code examples around, but all of them are either out-of-date
(using deprecated or non-existing ffmpeg API),
or are buggy (multiple frames in packets etc), or are incomplete...


So, could some of the profs please present a simple working code ?


In : Just filename, Out : Just error code, Within : Determine properties and access audio frames.


Would probably be of great help not only for me ;-)


Thankyou in advance.