Recherche avancée

Médias (91)

Autres articles (57)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

Sur d’autres sites (12998)

  • Cropping a mp4 into multiple fractions [duplicate]

    19 mai 2021, par DomDom

    Is it possible to crop a (huge) movie into fractions along the X- and Y-axis of the resolution ?

    


    Basically split it into smaller movies into rows and columns with each one having the full length ?

    


    I have no experience with ffmpeg and I tried figuring out this question in the docs but since I'm a noob, I don't understand half of it.

    


    By now I could only find information about cropping along the time of the movie, not resizing it multiple times with the full length.

    


    If not then maybe it is possible to just split an image into rows and columns ?

    


  • AVSampleBufferDisplayLayer with VTDecompressionSession

    7 juillet 2016, par user1784317

    I’ve been struggling with AVSampleBufferDisplayLayer being really choppy with a lot of motion. When there was motion in my live stream, it would be come pixelated and half frozen with multiple frames displaying at once. However, once I added the following piece of code, everything was solved :

    VTDecodeFrameFlags flags = kVTDecodeFrame_EnableAsynchronousDecompression
    | kVTDecodeFrame_EnableTemporalProcessing;
    VTDecodeInfoFlags flagOut;
    VTDecompressionSessionDecodeFrame(decompressionSession, sampleBuffer, flags,
    (void*)CFBridgingRetain(NULL), &flagOut);

    Note that I did create the decompression session before, but I don’t actually do anything in the callback. I am still calling enqueueSampleBuffer : on AVSampleBufferDisplayLayer and that is how the video is displayed on the screen.

    Do you have to call VTDecompressionSessionDecodeFrame for AVSampleBufferDisplayLayer to display correctly ? I thought AVSampleBufferDisplayLayerr would use VTDecompressionSessionDecodeFrame internally. Is this due to being on the iOS Simulator ?

  • avformat/nut : support planar rgb

    9 août 2013, par Michael Niedermayer
    avformat/nut : support planar rgb
    

    Fixes first half of Ticket2274

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/nut.c