
Recherche avancée
Autres articles (20)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (6532)
-
Using ffmpeg WITHOUT x264 or mpeg4
10 février 2020, par FunkyPizzaSo I’ve recently started implementing ffmpeg in an application that I do intend to distribute commercially. And I’ve had an hard time getting my head around the whole licensing process.
The most commonly answered question I’ve seen seems to be about x264 which requires a paid licence from x264.org in order to use it commercially (right ?). I started to look into mpeg4 instead but that too seemed to be locked behind some licensing fee (https://www.mpegla.com/programs/mpeg-4-visual/license-agreement/).
I guess my question is the following, what video encoders compatible with FFMPEG are fully free to use ?
-
Installed FFMPEG via pip in virtualenv, but can't find the ffmpeg.exe file
23 février 2023, par whatwhatwhatI created a virtualenv in my project folder, then activated it using the following :


pip install virtualenv
virtualenv venv
venv\Scripts\activate



I then ran
pip install ffmpeg
. It installed successfully. Now I want to run a python file that needs to know the path offfmpeg.exe
, but when I looked inC:\...\venv\Lib\site-packages\ffmpeg
there is noffmpeg.exe
file in there. Where is this EXE file when you work with a virtualenv ? Below is the line where I need to hard-code the path toffmpeg.exe
.

plt.rcParams['animation.ffmpeg_path']='???'



-
doc/filters : mention availability of mcdeint, uspp
27 juin 2021, par Gyan Doshi