
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (69)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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.
Sur d’autres sites (13959)
-
avcodec/h263dec : Fix decoding messenger.h263
3 octobre 2014, par Michael Niedermayeravcodec/h263dec : Fix decoding messenger.h263
Fixes http://samples.mplayerhq.hu/V-codecs/h263/h263-raw/messenger.h263
Fixes regression since b239f3f6Found-by : Josh Allmann
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Minimize PCR Jitter in mpegts stream
30 octobre 2014, par AnilI am using ffmpeg for capturing desktop screen and creating mpegts stream. I am using following command.
ffmpeg -y -loglevel warning -f alsa -ac 2 -i pulse -f x11grab -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -i :0.0 -r 25 -g 12 -flags +ildct+ilme -top 1 -vcodec mpeg2video -b:v 2M -minrate 2M -maxrate 2M -bufsize 4M -muxrate 4M -pix_fmt yuv420p -acodec mp2 -ac 2 -b:a 128k -ar 48000 -aspect 4:3 -mpegts_original_network_id 0x0001 -mpegts_transport_stream_id 0x0003 -mpegts_service_id 0x0004 -mpegts_pmt_start_pid 0x0030 -mpegts_start_pid 0x0500 -metadata service_provider="TEST01" -metadata service_name="test01" -f mpegts "udp://227.40.50.60:1234?pkt_size=1316"
In output video I am getting PCR jitter 65.000ms-78.782ms. I need to minimize PCR Jitter to less than 0.1ms. Any idea, how to solve this problem ?
- OS version : Fedoa 19
- Kernel ver : 3.9.5-301.fc19.i686
- ffmpeg ver :
ffmpeg version 2.2.4 Copyright (c) 2000-2014 the FFmpeg developers
built on Jul 14 2014 14:03:29 with gcc 4.8.1 (GCC) 20130603 (Red Hat 4.8.1-1)
configuration : —extra-libs=-ldl —enable-gpl —enable-nonfree —enable-libfdk_aac —enable-libvpx —enable-x11grab —enable-libpulse —enable-libx264
libavutil 52. 66.100 / 52. 66.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 33.100 / 55. 33.100
libavdevice 55. 10.100 / 55. 10.100
libavfilter 4. 2.100 / 4. 2.100
libswscale 2. 5.102 / 2. 5.102
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
-
movenc : Add a flag for using default-base-is-moof in tfhd atoms
29 octobre 2014, par Martin Storsjömovenc : Add a flag for using default-base-is-moof in tfhd atoms
Similarly to the omit_tfhd_offset flag added in e7bf085b, this
avoids writing absolute byte positions to the file, making them
more easily streamable.This is a new feature from 14496-12:2012, so application support
isn’t necessarily too widespread yet (support for it in libav was
added in 20f95f21f in July 2014).Signed-off-by : Martin Storsjö <martin@martin.st>