Recherche avancée

Médias (91)

Autres articles (36)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5393)

  • movenc : Write edit lists for fragmented files as well, if necessary

    11 octobre 2014, par Martin Storsjö
    movenc : Write edit lists for fragmented files as well, if necessary
    

    This is necessary to get the right timestamp offset for content
    that starts with dts != 0.

    This currently only helps when writing fragmented files with a non-empty
    moov atom. When writing an empty moov atom, we don’t have any packets
    yet, so we don’t know the starting dts for the tracks.

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

    • [DH] libavformat/movenc.c
  • How Can I Edit a Video File's "Comments" Field ? [migrated]

    24 avril 2021, par spaceman

    If you open a Video File using VLC,
    &#xA;and then press Ctrl-I (Media Information),
    &#xA;you can then see a "Comments" textbox on the bottom,
    &#xA;and some more textboes for other fields.

    &#xA;

    Can FFMPEG Edit these fields, without re-encoding the video ?

    &#xA;

    Specifically I would like to Edit the Comments field.

    &#xA;

    enter image description here

    &#xA;

  • avcodec/cfhd : Require valid setup before Lowpass coefficients, BandHeader and BandSec...

    3 avril 2021, par Michael Niedermayer
    avcodec/cfhd : Require valid setup before Lowpass coefficients, BandHeader and BandSecondPass
    

    Previously the code skipped all security checks when these where encountered but prior data was incorrect.
    Also replace an always true condition by an assert

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

    • [DH] libavcodec/cfhd.c