
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (68)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs.
Sur d’autres sites (8033)
-
Revert "configure : add #include "version.h" to config.h"
28 novembre 2013, par Michael NiedermayerRevert "configure : add #include "version.h" to config.h"
This reverts commit ca21116b3f53a9bdd74364bfab9cde70a044b165.
Revert suggested by Jamal :
"Bad secondary effect i just noticed : Every time version.h is changed
(git pull for example), anything that includes config.h will be
recompiled. And that means pretty much every single file in the tree.
" -
What's the meaning of return val about the "write_packet()/seek()" callback functions in "AVIOContext" struct ?
12 février 2019, par pangoI’m writing a muxer DirectShow Filter using libav, I need to redirect muxer’s output to filter’s output pin, So I use
avio_alloc_context()
to create AVIOContext with mywrite_packet
andseek
callback functions, these 2 functions are defined below :int (*write_packet)(void *opaque, uint8_t *buf, int buf_size)
int64_t (*seek)(void *opaque, int64_t offset, int whence)I can understand the meaning of these functions’ input parameters, but what’s the meaning of its return ? Is it means the bytes written actually ?
-
Direct convert "mkv" to "wav" using python [duplicate]
4 janvier 2023, par Sr7How can I directly convert an "mkv" file to a "wav" file ? It means that my goal is to extract the audio of a movie file using python. What is the process of this ?


Can anybody help me with how I can do it ?


My Python version is 3.10.8 and I guess it is possible with ffmpeg or moviepy. I have tried converting "mkv" to "mp4" and then extracting the audio as "wav", but I want to know is there any direct way to do this task ?