
Recherche avancée
Autres articles (66)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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, (...) -
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 (...)
Sur d’autres sites (15151)
-
iterate through linex directory to apply same line of code
25 juillet 2018, par J.DIn my terminal (Linux), I have a directory of videos (001.mp4, 002.mp4 ... 300.mp4) that I want to split into frames using ffmpeg (ffmpeg -i 1.mp4 -vf fps=20 frame%04d.jpg -hide_banner). How can I apply this code to every video in the directory, specifically making the frames generated in a folder labeled after the video’s name (001.mp4 frames generated in a folder called 001). Running the code on a single video would generate the frames directly in that working directory. Note : the ffmpeg code must be changed to fit the filename each time.
-
ffmpeg on Mamp wrong path
24 août 2012, par user1595349I am having some problems with running ffmpeg on a MAMP environment an a Mac. I was able to install ffmpeg with homebrew and i can use it in the terminal with no problems.
However I am not able to call ffmpeg with MAMP via php exec.
I'm using this script :
<?php
exec('ffmpeg -i test.mp3 test.wav');
?>I think something might be wrong with the path ? Do I need to install ffmpeg in the MAMP folder ? At the moment it is installed in my "usr/Users/Username/local/bin" folder...?
Thank you for your help !
-
How to use FFprobe on Pycharm ? [closed]
27 novembre 2023, par someoneontheglobeSort of a segue from my other question, is it possible to use ffprobe on Pycharm ? I thought I had it imported in, and even so, I have the exe file in my PATH variables, but I keep getting errors.


I'm using aeneas for forced audio alignment, and I'm running the command :
python -m aeneas.tools.execute_task --example-json
into the Pycharm terminal (taken from here), but I would continue to get the error of[ERRO] Unable to call ffprobe executable
. Is there any other way to do it ?