
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (69)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (...)
Sur d’autres sites (11299)
-
Do any 'sub_charenc' libraries support smart/curly quotes ?
23 août 2016, par offandennuiWe’re attempting to batch process a large number of files to burn .srt subtitles with their video pairs.
ffmpeg -i input.mp4 -vf "subtitles=input.srt:force_style='Fontsize=20,Borderstyle=3:charenc=CP1252'" output.mp4
has worked for us in the past, but we were just delivered a batch of SRTs with smart/curly quotes peppered throughout (which, aren’t supported by any of the parameters we’ve tried). Is there a specific parameter we can use here ?
Thanks in advance !
-
get the bit stream per frame from ffmpeg record
1er mai 2021, par Aung Myo HtutIs there any way to get the bitstream per frame captured by ffmpeg. I want to capture with the raspberry pi camera in real-time and get the bitstream of the frame encoded by H.264 like I frame and P frame from the bitstream of ffmpeg. Because I want to stream frame by frame from the camera node to the server. Thank you in advance.


-
ffmpeg filter in my own application
26 juin 2018, par user25571How can I use one of filters from ffmpeg library in my own application. In fact, I only wanna detect silence in my audio files and so I must use
af_silencedetect.c
file. This file is one of ffmpeg filters that can be utilized with-af silencesetect
command.Therefore my obvious question is : "What’s step-by-step procedure in using this file in my own application and which dependencies I must add to my MSVC project ?"
Your points are appreciated in advance ....