Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (107)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (7308)

  • avcodec/cbs : Mark init and close functions as av_cold

    1er juillet 2022, par Andreas Rheinhardt
    avcodec/cbs : Mark init and close functions as av_cold
    

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

    • [DH] libavcodec/cbs.c
  • How to set a water mark in a Specific postion in FFMPEG ?

    3 juin 2022, par Anas Saradar

    I am Using FFMPEG With C# , And I want to add a water mark to a video , so I store the position of the user click in the media player and then Use the FFMPEG Command :

    &#xA;

    -i input.mp4 -vf "drawtext="Roboto-Regular.ttf":text=&#x27;Stack Overflow&#x27;:fontcolor=white:fontsize=24:box=1:boxcolor=black@0.5:boxborderw=5:x=300:y=100" -codec:a copy "ouput.mp4"&#xA;

    &#xA;

    but this is not working , Any Solutions ?

    &#xA;

  • avcodec/pcm-dvdenc : Mark unreachable defaults

    26 mai 2022, par Michael Niedermayer
    avcodec/pcm-dvdenc : Mark unreachable defaults
    

    Helps : CID1441929
    Helps : CID1441931

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

    • [DH] libavcodec/pcm-dvdenc.c