
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (34)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
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.
Sur d’autres sites (7101)
-
FFmpeg and mencoder
24 juin 2013, par jesperCurrently i am making 2 videos with this command :
ffmpeg -loop 1 -r 25 -t 5 -i /home/psafari/public_html/youtube_images/movie_" . $id . ".jpg -q:v 1 -an /home/psafari/public_html/youtube_videos/".$movie1."
ffmpeg -loop 1 -r 25 -t ".$t." -i /home/psafari/public_html/yy.jpg -q:v 1 -an /home/psafari/public_html/youtube_videos/".$movie2."And it also works, but when i will make 2 videos into 1, it only shows 5 seconds of the first video (like the other doesn't comvert also).
mencoder -ovc copy -o /home/psafari/public_html/final_".time().".avi /home/psafari/public_html/youtube_videos/".$movie1." /home/psafari/public_html/youtube_videos/".$movie2
Am i doing something wrong ?
-
FFMPEG compilation without non free and without gpl not working properly
27 décembre 2019, par sarunI tried to compile ffmpeg for LGPL (without nonfree and with out gpl).
I used following commands while configuring as mentioned in many blogs
configure --prefix=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build --bindir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/bin --libdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/lib --shlibdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/slib --incdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/include --datadir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/data --mandir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/man --pkgconfigdir=/home/sarun/ffmpeg-build/FFmpeg-release-4.0/build/slib/pkgconfig --disable-static --enable-shared
after compilation i could still see non free codecs and gpl elements as part of installed libraries
please help me whether i am missing anything, i want to create LGPL version for my work. -
Encode MP3 as image for client side caching
12 octobre 2015, par cbuchertA few years back I ran across an article in which a process was described that would encode the contents of a MP3 file as a PNG image using FFMpeg (to circumvent browsers not caching downloaded audio) and then decoding them back to MP3 using a mix of Canvas, JS, and wizardry. I can’t find my original source, and all the links I’ve found while searching have been dead. Is this process documented anywhere public and if not how would you do it ?