
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (64)
-
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 -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (11098)
-
PHP is not working with ffmpeg, command wont run [on hold]
28 juin 2013, par user2531138So I have a small project where i'm going to setup a small website where you can convert video & audio using
ffmpeg
. I have my website on localhost and I checked so bothPHP
and the exec command works. And here is the code I try running :<?php
echo exec('/Library/WebServer/Documents/ffmpeg -i /Library/WebServer/Documents/test.mp4 -acodec pcm_s24le /Library/WebServer/Documents/test06.wav');
?>If I run this line in terminal :
/Library/WebServer/Documents/ffmpeg -i /Library/WebServer/Documents/test.mp4 -acodec pcm_s24le /Library/WebServer/Documents/test06.wav
which is the exact same in the
PHP
file, it works to convert but when I run it in my browser nothing happens.Any ideas ?
-
PHP cannot run a python script that uses ffmpeg (when the python script runs in terminal)
10 février, par dr3kikiIn my website, a user uploads an audio file that gets mixed by a python script. The python script uses ffmpeg to translate the files, however it doesn't work when I try executing via php due to ffmpeg, I get this error


usr/local/lib/python3.9/site-packages/pydub/utils.py:170 : RuntimeWarning : Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work")


The python script can run (with no errors) in the Linux terminal and ffmpeg can run separately also in the terminal (in the website's directory).


I have tried linking the environment with php with putenv("/usr/bin/ffmpeg") which had no luck, as well as linking to the usr/local/lib/python3.9/site-packages/ directory in the same way, also no luck.


-
How to use AMD Radeon Pro W7800 to its full potential [closed]
27 septembre 2023, par dkalnaI have AMD Radeon Pro W7800 graphics card in my Windows 11 machine and want to convert MOV-files (which are between 12 and 15 GB big) to something more suitable (smaller). The AMD website states that supported rendering formats are following :


- 

- 2x Encode (H265/HEVC, 4K H264)
- 2x Decode (H265/HEVC, 4K H264)
- 1x Encode & Decode (AV1)








For the conversion I would like to use FFmpeg. On the FFmpeg website (https://trac.ffmpeg.org/wiki/HWAccelIntro) I have seen different APIs and implementation status, but none of that make sense for me.


Can someone point me in the right direction ? I would like to make files reasonable smaller (at least 50%) and would like to make the conversion fast (to use my graphics card to its full potential).