
Recherche avancée
Autres articles (111)
-
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 -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (9622)
-
FFMPEG how to edit the existing code to get video scaled and then overlay an image ?
4 décembre 2017, par amperialI’m using a website script that has been created by someone who unfortunately doesn’t provide any help on this subject.
Here is the piece of code :
$com=$global_settings["ffmpeg_path"]." -i \"".$apath."\" -vcodec libx264 -strict -2 -t ".$duration." -vf ’movie=".$_SERVER["DOCUMENT_ROOT"].site_root."/content/watermark-video.png [wm] ;[in][wm] overlay=(main_w-overlay_w)/2 :(main_h-overlay_h)/2 [out]’ -vf scale=498 :-1 ".$flv_path ;
It’s supposed to do what I need which is described in title of this post, but it doesn’t. It scales video, but doesn’t apply a png watermark. Any help will be appreciated.
-
edit after effects template with ffmpeg in online website
8 décembre 2018, par E.BI have a after effects template that animates a text with colors and effects. Now i want to change the text with ffmpeg in online website.the text effects are created with after effects .is it possible to change the text in after effects template with ffmpeg ? like what renderforest.com is doing.
-
avformat/mov : read start_pad from edit list start time if codec is aac
20 février 2016, par Marton Balintavformat/mov : read start_pad from edit list start time if codec is aac
Related to ticket #2324, #2325.
Stream duration still need to be fixed...
Signed-off-by : Marton Balint <cus@passwd.hu>