
Recherche avancée
Autres articles (104)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10526)
-
FFMPEG | Make ts and multiple audio tracks aac files
6 septembre 2022, par F1TV MEGAI have mp4 file with 1 video and 2 audio tracks. And I want to make m3u8 playlist with changable audio tracks. I have this command :


ffmpeg -i "Video.mp4" -codec: copy -start_number 0 -hls_time 9 -hls_list_size 0 -f hls "index_Video_.m3u8"



But this has to be done saperately with every track and also it gets out of sync pretty much.


Just to make sure : Make ts and aac files for every track in file and also to create seperate and main m3u8 files.


If it's not possible I'm happy to hear alternatives. Also if need I can add more details.


Thank you !


-
how to make more clean captions in ffmpeg
30 octobre 2023, par Exorcismusthis my first time to use ffmpeg, am trying to burn captions on a video


am trying to make it looklikes youtube's but it comes out as the image below displays, how do I make it more sharp and visible ?


these are my current parameters


`${tempCaptionPath}:fontsdir='/opt/fonts/':force_style='Fontname=Arial,OutlineColour=&H40000000,BorderStyle=3'`





-
On the server running Ubuntu 14.04 to make slideshow of images with different types of transitions ? [on hold]
16 mars 2017, par user3593350Good day !
You want to make a slideshow on the server from a set of images. I did it with ffmpeg, is it possible to make video from set of images, you can do fade in/out effect to fade in/out images. But what if you want to make several types of transitions. The Internet is full of sites that make slideshow with different transitions, some tool must be.
Nothing normal I did not find who can faced similar problems and can suggest what tools to use ?
While there is the idea to find the editor, where a terminal will be glued two pictures, like draw one picture over another in the scale of 50%, then 51%, etc. thereby creating frames for a transition, then using ffmpeg to combine them into a video and get video with the transition.