Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (6)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (2130)

  • avcodec/cfhddata : Reduce stack usage

    3 septembre 2022, par Andreas Rheinhardt
    avcodec/cfhddata : Reduce stack usage
    

    Creating CFHD RL VLC tables works by first extending
    the codes by the sign, followed by creating a VLC,
    followed by deriving the RL VLC from this VLC (which
    is then discarded). Extending the codes uses stack arrays.

    The tables used to initialize the VLC are already sorted
    from left-to-right in the tree. This means that the
    corresponding VLC entries are generally also ascending,
    but not always : Entries from subtables always follow
    the corresponding main table although it is possible
    for the right-most node to fit into the main table.

    This suggests that one can try to use the final destination
    buffer as scratch buffer for the tables with sign included.
    Unfortunately it works for neither of the tables if one
    uses the right-most part of the RL VLC buffer as scratch buffer ;
    using the left-most part of the RL VLC buffer as scratch buffer
    might work if one traverses the VLC entries from end to start.
    But it works only for the little RL VLC (table 9), not for table 18.

    Therefore this patch uses the RL VLC buffer for table 9
    as scratch buffer for creating the bigger table 18.
    Afterwards the left part of the buffer for table 9 is
    used as scratch buffer to create table 9.

    This fixes the cfhd part of ticket #9399 (if it is not already fixed).
    Notice that I do not consider the previous stack usage excessive.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/cfhddata.c
  • ffmpeg expert to help me with an encoding problem [closed]

    22 août 2022, par Michael Heuberger

    I'm the developer of www.videomail.io and experience issues with audio. It's a heavily used, free service to enable Deaf people to email in Sign Language. Runs on ffmpeg (under node-fluent-ffmpeg) and JavaScript (Node.js).

    &#xA;

    Since I am Deaf myself, I am unable to repair some audio-related issues while muxing video with audio together on server side via ffmpeg. Reason for adding audio is to expand the target audience.

    &#xA;

    That said, I'm searching for someone to help me with this. It's a paid job !

    &#xA;

    Requirements :

    &#xA;

      &#xA;
    • Must know ffmpeg very well, especially on how to encode audio (WAV) and video (MP4) together without any audio delays.
    • &#xA;

    • Knowing JavaScript would be a massive plus for writing code
    • &#xA;

    • Has time in the following weeks, I guess about 10 hours or so.
    • &#xA;

    &#xA;

    If you are keen, ping me please. My page is www.binarykitchen.com - thanks !

    &#xA;

  • Wanted : ffmpeg expert to help me with an encoding problem (paid job)

    22 août 2022, par Michael Heuberger

    Good day,

    &#xA;

    I'm the developer of www.videomail.io and experience issues with audio. It's a heavily used, free service to enable Deaf people to email in Sign Language. Runs on ffmpeg (under node-fluent-ffmpeg) and JavaScript (Node.js).

    &#xA;

    Since I am Deaf myself, I am unable to repair some audio-related issues while muxing video with audio together on server side via ffmpeg. Reason for adding audio is to expand the target audience.

    &#xA;

    That said, I'm searching for someone to help me with this. It's a paid job !

    &#xA;

    Requirements :

    &#xA;

      &#xA;
    • Must know ffmpeg very well, especially on how to encode audio (WAV) and video (MP4) together without any audio delays.
    • &#xA;

    • Knowing JavaScript would be a massive plus for writing code
    • &#xA;

    • Has time in the following weeks, I guess about 10 hours or so.
    • &#xA;

    &#xA;

    If you are keen, ping me please. My page is www.binarykitchen.com - thanks !

    &#xA;