
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (19)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Les thèmes de MediaSpip
4 juin 20133 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
Thèmes MediaSPIP
3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...) -
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 (2542)
-
add custom ffmpeg avfilter in mlt [closed]
5 février 2023, par Shivam guptaI created one custom filter under av filter and added it into ffmpeg.
I build the ffmpeg and in ffmpeg its working fine and visible in ffmpeg filter list.


Now I tried to build mlt with this custom ffmpeg. mlt build successfully.
I checked in mlt filters but it is not available.


On investigating I found in mlt there is no avfilter available which can take 2 videos as input.
As my filter also takes 2 videos as input and apply some filter and output one video that's why it's not available.


Now I want to know


- 

- Why mlt is not supporting multiple input av filters ?
- Where in code mlt restricted it.
- What is the best way to add this filter ?








-
Download video with image using flutter_ffmpeg
26 juillet 2024, par Shiv SharmaIn my app i have a one video play on screen and on video one image. i want to save this video with image. so how to download using flutter_ffmpeg in flutter ?


I have try using flutter_ffmpeg but no idea how to video download with image.
If anyone has ever try this issue before, request you to please help me.


-
Custom Build of FFMPEG only for screenshots
31 août 2020, par SivakumarI have a disk space issues while using static FFMPEG build in my lambda. So can i use Customized FFMPEG build only to take screenshot for my Videos(All Formats Ex : mp4, mov, ...) to JPG. Any suggestions or anyone having reference to get the custom build only for this purpose.