
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (98)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (12862)
-
converting audio file and return it
22 avril 2020, par louay jaberI'm trying to convert an mp3 file to wav file. using the following code



def change_file(file):
 print(file)
 wav='fff'+'.wav'
 print('here ')
 mp3_file=file
 sound=pydub.AudioSegment.from_mp3(mp3_file)
 sound=sound.set_frame_rate(8000)
 temp=sound.export(wav, format="wav")

 return temp//doesnt work




the sound.export saves the file on my machine I don't want it to be saved I want to return it immediately cause I am using this code as an API in Django
so my goal is to except a file and convert it then return it


-
Any way to use ffmpeg from a php file ? [closed]
13 juin 2020, par MartinNajemii was wondering if there was a way that i could use ffmpeg on a cheap shared web server, one without command line access which doesnt allow packages or libraries to be installed but relies on a file manager and php files. my question is, can i somehow get a php file for ffmpeg instead of the .exe so that i can combine video and audio into one file ?



if there are alternatives for this that are not ffmpeg and run on a single php file which i can use using something like this :



include “php/combineVideoAudio.php” ;



without having to install it using a command line or a remote access tool please let me know.



thanks


-
Creating atom into a video file [closed]
12 mars 2013, par Popa Ovidiu-RazvanI need to play video on a web site.
I use FFMPEG into a program to convert any file that I receive into a mp4 file. (so all my files to be mp4).
so far so good.
I also use qr-faststart to move the atom to the begin of the file.
also this working.but the problem is that I receive files with no atom.. :(
the error is like this
"encountered non-QT top-level atom (is this a QuickTime file ?)"
"last atom in the file vas not a moov atom"so ... how can I fix this...
How can I create an atom ... or any solution ?
Razvan