
Recherche avancée
Autres articles (62)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (6984)
-
configure : Remove dcbzl check for e500v1 and e500v2 architectures
6 février 2014, par Peter Kreftingconfigure : Remove dcbzl check for e500v1 and e500v2 architectures
The DCBZL instruction is not available for the e500v1 and e500v2
architectures, but may still be recognized by the toolchain, so we need to
remove the test for it explicitly for these architectures.References : PowerPC™ e500 Core Family Reference Manual (Freescale)
Found-by : Ståle Kristoffersen <staalebk@ifi.uio.no>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Overlay text on video with ffmpeg
7 avril 2017, par ACIDSTEALTHI have some short mp4 video clips. Each one represents a response to a question or prompt. I would like to overlay the question/prompt text atop a grey semi-opaque banner. I need to be able to control the size, position, color, and opacity of the grey banner as well as the size, color, font family, justification, etc of the text that is overlaid atop it.
I’ll prepend my question by stating that my experience with ffmpeg is limited to applying watermarks to videos via it’s Ruby wrapper streamio-ffmpeg. I know what I want to do is possible, I just don’t know where to begin. What I would like to know is how I can do this with ffmpeg. Specifically I am hoping for some sample code that I can learn from and adapt to my specific need, as well as how I can execute that code on a video within the context of a Rails app.
-
ffmpeg- is there any limitation on number of drawtext filter used in a single command ?
31 mars 2017, par hacki have to write different text on a number of images. The final filter command is quite large (> 500 draw text filters in a single command). I am writing this to a text file and using filter_complex_script to read it.
If the number of frames and filter is small, it is working fine, but for a configuration with large number of images and draw text filters, it fails. Error is :Cannot find a valid font for the family Sans
Error initializing filter 'drawtext' with args 'enable=between(n,180,180):fontsize=28:fontfile=C\:/Windows/Fonts/Arial.ttf:fontcolor=0x000000:text=109.0:x=581:y=527-th'
Error initializing complex filters.
No such file or directory