Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (31)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

Sur d’autres sites (4000)

  • HTML5 / and live transcoding with FFMPEG

    13 mai 2020, par TooTallNate

    So from my web server, I would like to use FFMPEG to transcode a media file for use with an HTML <audio></audio> or <video></video> tag. Easy enough right ?

    &#xA;&#xA;

    The conversion would need to take place in real-time, when an HTTP client requested the converted file. Ideally the file would be streamed back to the HTTP client as it is being transcoded (and not afterwards at the end, since that would potentially take a while before any data starts being sent back).

    &#xA;&#xA;

    This would be fine, except that in today's browsers, an HTML5 audio or video tag requests the media file in multiple HTTP requests with the Range header. See this question for details.

    &#xA;&#xA;

    In that question linked above, you can see that Safari requests weird chunks of the file, including the ending few bytes. This poses a problem in that the web server WOULD have to wait for the conversion to finish, in order to deliver the final bytes of the file to conform to the Range request.

    &#xA;&#xA;

    So my question is, is my train of thought right ? Is there a better way to deliver transcoding content to an <audio></audio> or <video></video> tag that wouldn't involve waiting for the entire conversion to finish ? Thanks in advance !

    &#xA;

  • configure : allow the gas-preprocessor to be called with an absolute path.

    16 avril 2013, par Lars Hammarstrand
    configure : allow the gas-preprocessor to be called with an absolute path.
    

    Allow the configure tool to call the gas-preprocessor with an absolute
    path when included with either the "—as" or with a separate "—gas"
    option. The patch is backward compatible and will not break any current
    configuration setups.

    The new behavior that comes with this option can be utilized in the
    following ways :

    Examples :

    - Just as single option that includes both the gas-preprocessor.pl and
    cc/as at the same time :

    $ configure —as="/opt/app/build-tools/gas-preprocessor.pl \
    /Applications/Xcode.app/.../Developer/usr/bin/gcc"

    - Call gas-preprocessor with a separate option in conjunction with —as :

    $ configure —gas="/opt/app/build-tools/gas-preprocessor.pl" \
    —as="/Applications/Xcode.app/.../Developer/usr/bin/gcc"

    - Address only the the gas-preprocessor and it will automatically fall
    back to as or cc whichever that’s defined :
    $ configure —gas="/opt/app/build-tools/gas-preprocessor.pl"

    - Or if no gas-preprocessor.pl is explicitly defined, it falls back to
    the old behaivor.

    • [DH] configure
  • Anomalie #3366 (Nouveau) : Rester identifié quelques jours

    16 décembre 2014, par sophie drouvroy

    Quand un rédacteur coche "rester identifé quelques jours" ce n’est pas pris en compte.
    Il faut qu’il active manuellement le cookie de correspondance dans le back-office.