Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (26)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

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

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (3947)

  • movenc : Add an option for delaying writing the moov with empty_moov

    3 novembre 2014, par Martin Storsjö
    movenc : Add an option for delaying writing the moov with empty_moov
    

    This delays writing the moov until the first fragment is written,
    or can be flushed by the caller explicitly when wanted. If the first
    sample in all streams is available at this point, we can write
    a proper editlist at this point, allowing streams to start at
    something else than dts=0. For AC3 and DNXHD, a packet is
    needed in order to write the moov header properly.

    This isn’t added to the normal behaviour for empty_moov, since
    the behaviour that ftyp+moov is written during avformat_write_header
    would be changed. Callers that split the output stream into header+segments
    (either by flushing manually, with the custom_frag flag set, or by
    just differentiating between data written during avformat_write_header
    and the rest) will need to be adjusted to take this option into use.

    For handling streams that start at something else than dts=0, an
    alternative would be to use different kinds of heuristics for
    guessing the start dts (using AVCodecContext delay or has_b_frames
    together with the frame rate), but this is not reliable and doesn’t
    necessarily work well with stream copy, and wouldn’t work for getting
    the right initialization data for AC3 or DNXHD either.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/movenc.h
    • [DBH] libavformat/version.h
  • FFmpeg - HLS MUXER producing 0 bytes chunks as well as ) bytes manifest [closed]

    30 avril 2024, par Mohideen Irfan

    My ffmpeg code produces 0 bytes chunks as well as 0 bytes manifest. can someone tell what may be the cause for that. AVPacket contains the data too. Whether the data is valid or not valid that's off-topic here, right ? As it writes any data into the muxer right ? But why I am receiving ffmpeg log like :

    &#xA;

    [hls @ 0x617000084280] write_packet_common size:128 dts:192060 pts:192060&#xA;[hls @ 0x617000084280] compute_muxer_pkt_fields: pts:192060 dts:192060 cur_dts:186030 b:0 size:128 st:1&#xA;[hls @ 0x617000084280] av_write_frame: pts2:192060 dts2:192060&#xA;[hls @ 0x617000084280] Opening &#x27;/media/RT_RT_1_12345_1698653290847_8749823174342/hls/wmslive_media_video_0.ts&#x27; for writing&#xA;[file @ 0x611000351f00] Setting default whitelist &#x27;file,crypto,data&#x27;&#xA;[AVIOContext @ 0x6130003b0400] Statistics: 0 bytes written, 0 seeks, 1 writeouts&#xA;[hls @ 0x617000084280] Opening &#x27;/media/RT_RT_1_12345_1698653290847_8749823174342/hls/temporarymanifest_hls_wmslive_video.m3u8.tmp&#x27; for writing&#xA;[file @ 0x612000941d40] Setting default whitelist &#x27;file,crypto,data&#x27;&#xA;EXT-X-MEDIA-SEQUENCE:0&#xA;[AVIOContext @ 0x6130003b05c0] Statistics: 0 bytes written, 0 seeks, 1 writeouts"&#xA;

    &#xA;

    I am working on this issue for almost a week. There were no errors. when I write av_frame_write it returns success. chunks are getting generated but nothing present inside the chunks or manifest. How to resolve this ?

    &#xA;

  • Merge commit ’90411b333d6b6bb69d8937117b9250785730dc53’

    8 décembre 2014, par Michael Niedermayer
    Merge commit ’90411b333d6b6bb69d8937117b9250785730dc53’
    

    * commit ’90411b333d6b6bb69d8937117b9250785730dc53’ :
    Allow reading of growing avi files (currently being written)

    Conflicts :
    libavformat/avidec.c
    tests/ref/fate/cvid-partial

    See : e42a3dd123c47efd7921f93d4a1f6f53c196ad4a
    Merged-by : Michael Niedermayer <michaelni@gmx.at>