
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (50)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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 (7171)
-
PyAV Raw video to MJPEG or RTSP
14 décembre 2020, par aris-tI figured I would ask this in parallel to my own searching as I am not that familiar with ffmpeg or PyAV.


How might one go about reading raw video from a webcam, trans code it to either Mjpeg or RTSP and output it using PyAV ?


I find plenty of examples of reading one file to another of the same format, reading RTSP and MJPEG to a file but no examples raw video to stream. My attempts at taking the raw video to file have also been unsuccessful resulting in data being written to the file yet the file is non readable and appears to have indexing issues.


Any help is appreciated.


-
Creating an FFMPEG rounded corners filter with anti-aliasing
22 août 2022, par vstrom coderI am using an ffmpeg filter that rounds the corners of a video as described in the answer to this question which works as expected.


Is it possible to add anti-aliasing so that the corners do not look pixelated ?
I was thinking about these probable solutions :


- 

- Extend the mathematical function in a way that would create semi-luminant pixels at the edges.
- Instead of calculating the luminance of each pixel, round the corners using an image and then apply transparency using an "alphamerge" filter.






Any other suggestions are welcome.


-
How to burn colorful subtitle into video using ffmpeg ?
17 juin 2014, par qliqI want to burn an srt file into a mp4 video. To make the subtitles perfectly visible, I want the subtitle text to be yellow on a brownish semi-transparent background.
I know that there are some GUI tools like Arista Transcoder but it does not allow color manipulation. I also know that ffmpeg make these manipulations possible but the gazillion flags on the docs are over the top of my head.
So I appreciate a ready made ffmpeg command to do so.