
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (53)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (12970)
-
Use "this" instead of a closure variable as data parameter inside of the data.submit() method - Fixes #847.
6 décembre 2011, par Sebastian Tschanm jquery.fileupload-ui.js m jquery.fileupload.js Use "this" instead of a closure variable as data parameter inside of the data.submit() method - Fixes #847. Store the jqXHR object returned by data.submit() as property of the data (...)
-
ffmpeg subtitles background issue when multiple lines (using .srt format)
3 mai 2022, par Dr. HouseWhile using
ffmpeg
to burn.srt
subtitles tomp4
files I'm having an issue with multiple text lines - background is overlaying each other.

Command I'm using :


ffmpeg -i source_video_path.mp4 -vf "subtitles=srt_source.srt:force_style='OutlineColour=&H80000000,BorderStyle=3,Outline=1,Shadow=0,MarginV=25,Fontname=Arial,Fontsize=10,Alignment=2'" video_destination.mp4





Question is - is it possible to overcome the overlay while still having a transparent background while using
.srt
format or I need to use.ass
format as a fix ?

-
create short movie from images and save into mp4 or 3gp format android
6 juin 2014, par new ProjectI want to make short movie clip from several images. I google very much but got only one answer that to use FFMPEG
I have tried to compile that native library from ndk-r8 using cygwin in windows 7 but nothing happens and shows compile error.
I have also try to compile and run github projects github.com/guardianproject/android-ffmpeg and github.com/appunite/AndroidFFmpeg but it also unsucessful.
when i’ve read projects descriptions then someone told that its only working in linux or mac but i think its not the problem beacause i am using cygwin that used for linux on windows.
In compiling i’ve got errors like prebuild library not found and something files not found.
Is there any solution by someone or have compiled library that helps me a lot. Please suggest me some working tutorial or example that saves my lots of days.
Thanks,.