Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (39)

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

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6002)

  • libavformat/mux : Fix mixed delarations and code

    27 juin 2019, par Andreas Rheinhardt
    libavformat/mux : Fix mixed delarations and code
    

    This commit fixes mixed declarations and code introduced in 1889e316.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/mux.c
  • FFMPEG : Concatenating mixed format inputs - copy if possible, transcode if not ?

    8 juin 2017, par roberb04

    My input files are in a mixture of formats - predominantly DNxHD and AVC-I MXF.

    I need to normalize these to AVC-I and I will often need to concatenate sections from non-AVC-I files with sections from AVC-I content in the process.

    I have achieved this goal already but it appears to me that whereas the sections whose source is already in AVC-I format could simply be copied through to the output file (and not decoded/retranscoded leading to potential picture quality degradation), they are in fact transcoded. I could be wrong about that.

    Is it possible for FFMPEG to "pass-through" frames from AVC-I inputs whilst transcoding frames from DNxHD inputs when concatenating both into a single AVC-I output file ? If so, how can I achieve that please ?

    Many thanks !

  • doc/examples/decode_audio : Fix "warning : ISO C90 forbids mixed declarations and code"

    28 août 2019, par Michael Niedermayer
    doc/examples/decode_audio : Fix "warning : ISO C90 forbids mixed declarations and code"
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/examples/decode_audio.c