Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (101)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (5791)

  • Anomalie #4052 (Nouveau) : Visualiser ses messages dans le privé

    28 novembre 2017, par tcharlss (*´_ゝ`)

    Dans la page infos_perso du privé (ou sur sa page d’auteur), il y a un lien dans la boîte d’infos qui mène vers controler_forum, avec le nombre de contributions : « N messages de forum ».

    Intuitivement on s’attendrait à ce que le lien nous mène vers une page qui montre nos messages, mais ce n’est pas le cas, on les voit tous.
    Je propose de rajouter id_auteur=N au lien.

    Ensuite sur cette page, la gestion des auteurs est un inconsistente avec le reste.
    À la base les liens pour filtrer les messages et les boutons d’actions sont situés dans la boîte de raccourcis à gauche.
    En revanche il n’y a pas moyen de filtrer ses propres messages (à part manuellement en ajoutant id_auteur dans l’URL), et une fois qu’un auteur est sélectionné, l’info apparaît dans une boîte au dessus de la liste, au lieu d’utiliser la boîte de raccourcis à gauche. Donc l’interface permet de « défiltrer » par auteur mais pas de filtrer.

    Je propose donc d’ajouter un filtre « mes messages » dans la boîte de raccourcis.

  • When I use the hevc_videotoolbox encoder in ffmpeg it always prompts me the same error

    18 février 2023, par 张益铭

    when i use

    


    ffmpeg -i BabyShark.mp4 -c:v hevc_videotoolbox -b:v 6000k BabyShark1.mp4


    


    it always returns an error like

    


    


    [hevc_videotoolbox @ 0x7fec79206e00] Error encoding frame : -12905
[hevc_videotoolbox @ 0x7fec79206e00] popping : -542398533 Error
initializing output stream 0:0 — Error while opening encoder for
output stream #0:0 - maybe incorrect parameters such as bit_rate,
rate, width or height [aac @ 0x7fec79208a80] Qavg : 13693.864 [aac @
0x7fec79208a80] 2 frames left in the queue on closing Conversion
failed !

    


    


    but

    


    ffmpeg -i BabyShark1.mp4 -c:v h264_videotoolbox -b:v 6000k BabyShark2.mp4


    


    works fine.

    


    Other tutorials say that the above error is a problem of out-of-sync audio and video
But I changed a lot of videos, the error still appears, even the videos I recorded myself.
How can i fix it.

    


    My computer model is MacBook Pro 2019
I want to use GPU to convert video to H265 encoding

    


    Same problem with a computer using another M1 chip With GPU

    


  • lavc/qsvenc : set HRD buffer size

    1er décembre 2017, par Li, Zhong
    lavc/qsvenc : set HRD buffer size
    

    Hypothetical Reference Decoding (HRD) model assumes that data flows
    into a buffer of the fixed size BufferSizeInKB with a constant bitrate.
    Smaller BufferSizeInKB means smaller frame size variations,
    but more difficult to maintain HRD.

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com>

    • [DBH] libavcodec/qsvenc.c