
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (74)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (11770)
-
How to extract H264 video from RTP packets in a .pcap file
29 septembre 2020, par Ke ChenI am using FFmpeg to transmit RTP stream of a video and then capture and save all packets using WireShark into a .pcap file. The FFmpeg command I am using is :


ffmpeg -i video.264 -r 25 -video_size 352x288 -c:v libx264 -f rtp rtp://127.0.0.1:1234



Now, I want to convert back to video using this pcap file. Can FFmpeg do this ? or Is there other tools available ?


Also, I want to test how packet loss affects the quality of video. So I need to drop several packets in the pcap and then convert back to video to see the effect. Can I get the video back just use the rest of the packets in the pcap file ?


To achieve the goal I said above, I also need to learn which packets are corresponding to what kind of frames right ? So can I acquire the type of frames only looking at the RTP packets in the file. How can I do that ?


-
How do I fix a stuck pixel in video with libav ?
14 décembre 2015, par Miloslav ČížI have a video with stuck (hot) pixel and I’d like to fix it, let’s say by replacing the pixel with average value of the neighbour pixels. I’m on Ubuntu so I’d like to use libav/ffmpeg, but don’t really know how to do this. Could anyone provide a simple solution ?
-
avcodec/mpeg4videodec : Clear bits_per_raw_sample if it has originated from a previous...
9 juin 2018, par Michael Niedermayeravcodec/mpeg4videodec : Clear bits_per_raw_sample if it has originated from a previous instance
Fixes : assertion failure
Fixes : ffmpeg_crash_5.aviFound-by : Thuan Pham <thuanpv@comp.nus.edu.sg>, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>