
Recherche avancée
Autres articles (46)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (5963)
-
how how can I add black bars to video 1920x800 to be 1920x1080 with ffmpeg
21 septembre 2022, par Glomi babelI have video 1920x800 without black bars and I need add black bars to put subtitles there. Video should 1920x1080p. The problem is using movavi video has worse quality than original. a lot of worse quality. I put same features from mediainfo of original video.
I heard about ffmpeg can edit videos without re-encoding. Therefore I would like if you can help me with my problem
I only installed ffmpeg. need to know all
thanks


-
Forwarding an RTSP stream from IP camera to youtube [closed]
30 avril 2024, par cbakeI have an IP camera (Foscam FI9800P) capable of sending an RTSP stream (I've confirmed using VLC the stream works). I want to stream the video from that camera to youtube.



I'm guessing the camera can't send it to youtube directly, so I need a device in the middle. Something like :



IP Camera —> Raspberry Pi —> Youtube live



Ideally I'd like to do this without re-encoding the video along the way. ffmpeg appears to be able to do this, but it has many options and I haven't been able to figure out all its command line options.



Any suggestions to how I can do this ?


-
Get video stream from camera in MFC
3 février 2017, par loloI need to get the video from a camera and play it into a MFC dialog just as any player, using the URL of the camera, but I get confused in the way to find information and how to do it.
It’s possible to embed a video player into the MFC Application ? That was the option someone told me but I’m not pretty sure if that’s the best way.