
Recherche avancée
Autres articles (74)
-
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 (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (5510)
-
ffmpeg c++ API encode mpegts with KLV data stream
29 novembre 2019, par armsI need to encode an mpegts video using the ffmpeg C++ API. The output video shall have two streams : the first one shall be of type AVMEDIA_TYPE_VIDEO ; the second one shall be of type AVMEDIA_TYPE_DATA and shall contain a set of KLV data.
I have written my own KLV library to manage the KLV format.
However I’m not able to create "from scratch" a new video by combining the two streams. Following the implementation as in FFMPEG C api h.264 encoding / MPEG2 ts streaming problems I can successfully encode a mpegts video with a single video stream.
However I’m not able to add a new AVMEDIA_TYPE_DATA stream to the output video since, as soon as I add a new data stream using methods like avformat_new_stream(...) the output video is empty : neither the data stream nor the video one are produced and the output file is empty.
Can anyone suggest me a tutorial page or a sample on how to properly add a data stream to my output video in mpegts format ?
Thanks a lot !
-
FFmpeg can't decode H264 stream/frame data
31 juillet 2015, par GediminasRecently I had chance to work with two devices that are streaming the H264 through RTSP.
And I’ve ran into some problem trying to decompress this stream using FFmpeg library.Every time the "avcodec_decode_video2" is called - FFmpeg just says something like :
[h264 @ 00339220] no frame !
My raw H264 stream I frame data starts like this : "65 88 84 21 3F F8 F8 0D..."
(as far as I understand this 0x65 indicates that it’s a IDR frame ?)Other frames for one device starts like : "41 9A 22 07 F3 4E 48 CC...."
and for other device - like this : "61 9A 25 C1 1C 45 62 39...."
- Am I missing some frame data here ?
- Does FFmpeg needs to have some extra parameters set up ?
I was expecting at least "00 00 00 01" bytes at the start for the frame data... but this is what I’ve got..
-
avdevice/decklink_dec : do not copy video data
22 avril 2018, par Marton Balint