
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 (72)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9237)
-
Using FFmpeg with Direct Show
1er mai 2013, par rreevesI have a problem using DirectShow for HD video streams from IP cameras. Direct Show does not seem to support HD video. I was thinking of using FFmpeg to grab the RTSP stream from the camera and pipe it to direct show. I'm wondering if this will produce HD video ? If not do you have any suggestions ?
Thanks in Advance
-
What is pkt_size in ffprobe -show_frames ?
8 juillet 2020, par Null_404I am running ffprobe -show_frames and _show_packets on a .ts file and trying to find the size of each I B P frame in the stream. Is this field in the -show_frames option getting what I need ?


And for the size field given by -show_packets, all the packets are very different sizes. I thought the TS packets should all be around 188 bytes, but that doesn't seem to be the case based on the output.


Thanks in advance


-
How to convert a UYVY video frame to different size in ffmpeg
25 juillet 2020, par GerryI need to convert a UYUY video frame between different resolution, 1080P to 720P for example


I am targeting win10 and I am using visual studio,


As I have learned so far that seems ffmpeg can do it, it would be really appreciate if
someone show me piece of code on how to do it


Notice that I have already received the video frame data from network and hold it in memory.


Thanks in advance