Recherche avancée

Médias (91)

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Installation en mode ferme

    4 février 2011, par

    Le 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 (...)

Sur d’autres sites (8926)

  • Getting (Estimated) Time Offset of the Errors Reported by ffmpeg

    22 mai 2024, par Haru

    I'm using ffmpeg to check for errors in video files, but while it reports tons of issues it doesn't tell me where exactly the error happens in the file. It just dumps some crazy long hex numbers (0x7fa…) which doesn't tell me anything. Is there a way to make it report some timestamps, or at least estimated timestamps, or byte-offsets into the stream ? I tried the -debug_ts flag, but nothing changed in the output.

    



    $ ffmpeg -debug_ts -v error -i a_broken_file.mp4 -f null -
[h264 @ 0x7fa513023400] Reference 4 >= 4
[h264 @ 0x7fa513023400] error while decoding MB 15 34, bytestream 1304
[h264 @ 0x7fa513023400] Frame num change from 36 to 72
[h264 @ 0x7fa513023400] decode_slice_header error
[h264 @ 0x7fa513023400] Invalid NAL unit size (-1989965076 > 2668).
[h264 @ 0x7fa513023400] Error splitting the input into NAL units.
[aac @ 0x7fa513007200] Prediction is not allowed in AAC-LC.
Error while decoding stream #0:1: Invalid data found when processing input
[aac @ 0x7fa513007200] channel element 3.8 is not allocated
Error while decoding stream #0:1: Invalid data found when processing input
[aac @ 0x7fa513007200] channel element 3.11 is not allocated
Error while decoding stream #0:1: Invalid data found when processing input
[aac @ 0x7fa513007200] channel element 2.10 is not allocated
Error while decoding stream #0:1: Invalid data found when processing input
[aac @ 0x7fa513007200] Inconsistent channel configuration.
[aac @ 0x7fa513007200] get_buffer() failed
Error while decoding stream #0:1: Invalid argument
[aac @ 0x7fa513007200] Inconsistent channel configuration.
[aac @ 0x7fa513007200] get_buffer() failed
Error while decoding stream #0:1: Invalid argument
[aac @ 0x7fa513007200] channel element 3.1 is not allocated
Error while decoding stream #0:1: Invalid data found when processing input
[aac @ 0x7fa513007200] Reserved bit set.
…


    



    Or perhaps I could extract this information from the hex numbers there (I haven't found a single information about what this number stands for) ?

    


  • lavc : Move brd_scale to codec private options

    11 septembre 2015, par Vittorio Giovara
    lavc : Move brd_scale to codec private options
    

    This option is only used by mpegvideoenc,
    It is a very codec-specific option, so deprecate the global variant.
    Set proper limits to the maximum allowed values.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/mpegvideo.h
    • [DBH] libavcodec/mpegvideo_enc.c
    • [DBH] libavcodec/options_table.h
  • ffmpeg : Could not find codec parameters for stream 1 (Video : vp8, yuv420p) : unspecified size ?

    17 août 2024, par Thomas Carlton

    I have an RTP stream coming from Kurento Media Server.

    &#xA;

    I would like to record this stream to a file using ffmpeg. I'm running the command

    &#xA;

    ffmpeg -protocol_whitelist file,crypto,udp,rtp -i a.sdp -c:v libx264 -analyzeduration 100M -probesize 100M -y output.mp4&#xA;

    &#xA;

    The SDP File is :

    &#xA;

    v=0&#xA;o=- 3831930560 3831930560 IN IP4 127.0.0.1&#xA;s=Kurento Media Server&#xA;c=IN IP4 127.0.0.1&#xA;t=0 0&#xA;m=audio 20000 RTP/AVPF 96 0 97&#xA;a=setup:actpass&#xA;a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time&#xA;a=rtpmap:96 opus/48000/2&#xA;a=rtpmap:97 AMR/8000&#xA;a=rtcp:13001&#xA;a=sendrecv&#xA;a=mid:audio0&#xA;a=ssrc:2843019226 cname:user7547104516@host-14132be&#xA;m=video 20002 RTP/AVPF 102 103&#xA;a=setup:actpass&#xA;a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time&#xA;a=rtpmap:102 VP8/90000&#xA;a=rtpmap:103 H264/90000&#xA;a=fmtp:103 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f&#xA;a=rtcp:56917&#xA;a=sendrecv&#xA;a=mid:video0&#xA;a=rtcp-fb:102 nack&#xA;a=rtcp-fb:102 nack pli&#xA;a=rtcp-fb:102 goog-remb&#xA;a=rtcp-fb:102 ccm fir&#xA;a=rtcp-fb:103 nack&#xA;a=rtcp-fb:103 nack pli&#xA;a=rtcp-fb:103 ccm fir&#xA;a=ssrc:1320996934 cname:user7547104516@host-14132be&#xA;

    &#xA;

    ffmpeg starts recording however it records only audio. No video recorded and I'm having the error :

    &#xA;

    &#xA;

    Could not find codec parameters for stream 1 (Video : vp8, yuv420p) : unspecified size

    &#xA;

    &#xA;

    How can I solve that ?

    &#xA;

    enter image description here

    &#xA;