
Recherche avancée
Autres articles (18)
-
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 -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...)
Sur d’autres sites (5774)
-
Uploading the live video using NodeJS with watermark [closed]
6 octobre 2020, par Rohit AgarwalI am looking to upload the live video using NodeJS with watermark. Its an online assessment application where more than 200 candidate will appear for exam at a time. Can anyone help me out for the best possible architecture or procedure to do this ?


Thanks in advance.


-
Unable to retrieve bitrate for some formats with ffmpeg api
22 août 2021, par User42Well, the header says it (nearly) all :


Getting the bitrate by


AVStream.codec.bit_rate


works well for all my audio formats,


but for flac, opus and mka
it has 0.


I haven't found a different place to take it from.


But ffmpeg/ffprobe CLI reports bitrate correctly...


How ?


Thankyou in advance !


-
Cannot build dll file for python3
5 juin 2020, par user13600759I am a beginner in Python also I don't know any other programming languages. By googling I came to know that after making C wrapper we can do it. Still, I have confusion about how to do it. Any one please help.
Thank You in advance.



****Os : windows 10
code : Video Compression in Python3 using ffmpeg command line utility****



import ffmpy
import glob
import os
import ftplib