Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (63)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

Sur d’autres sites (6001)

  • Video file not cropped using ffmpeg in winform C# [closed]

    15 août 2024, par Vũ Việt Anh

    I tried like this .I wrote a cut video function and handle the inputs and used the ffmpeg library here .Then in the cut video_click button I checked again if the text boxes are null or not. The code image is below :
btn_cutvideo_click

    


    funtion cutvideo
    
When running the program, after checking, the program runs normally, but when I go to the test file, there is actually no video cut.

    


  • avformat/mov : improve HEIF parsing

    9 janvier 2024, par James Almer
    avformat/mov : improve HEIF parsing
    

    Parse iprp and iinf boxes and its child boxes to get the actual codec used
    (AV1 for avif, HEVC for heic), and properly export extradata and other
    properties in a generic way.
    The avif tests reference files are updated as the extradata is now exported.

    Based on a patch by Swaraj Hota

    Co-authored-by : Swaraj Hota <swarajhota353@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
    • [DH] tests/ref/fate/mov-avif-demux-still-image-1-item
    • [DH] tests/ref/fate/mov-avif-demux-still-image-multiple-items
  • Merge commit ’64f7575fbd64e5b65d5c644347408588c776f1fe’

    19 décembre 2014, par Michael Niedermayer
    Merge commit ’64f7575fbd64e5b65d5c644347408588c776f1fe’
    

    * commit ’64f7575fbd64e5b65d5c644347408588c776f1fe’ :
    mov : avoid a memleak when multiple stss boxes are present

    Conflicts :
    libavformat/mov.c

    See : 5ab882d7283f57560c889919c35f2688253b1d9c
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c