Recherche avancée

Médias (91)

Autres articles (106)

  • 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

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (13017)

  • Python Azure Function Blob trigger concurrency problem

    22 août 2024, par Mihai Podaru

    I developed an OCR in python using pytesseract and cv2. It takes files for a blob container and extracts text from them. I deployed it to an Azure Function container. I used a container because I need system dependencies (poppler-utils tesseract-ocr ffmpeg libsm6 libxext6).

    


    If I simulate the function locally using Azurite I am able to process multiple files at a time. But if I deploy it to Azure, if I upload 2 files at once, the CPU goes to 100% and blocks there. I figured there is a concurrency problem, because it runs well if I configure the host file like this

    


    "extensions": {
    "blobs": {
      "maxDegreeOfParallelism": 1,
      ...
    }
}


    


    Can I do something about it or are the libraries/dependencies not compatible with concurrency ?

    


  • Problem with seeking with ffmpeg with two sources (video + audio) [closed]

    24 juillet, par rgr

    I'm having this problem with ffmpeg. I'm combining video and audio from two different files (video - reencode, audio - copy) :

    


    ffmpeg -i avisynth.avs -i audio.mp4 -map 0:v -map 1:a -c:v libx264 -c:a copy out.mp4



    


    and after this operation, when I load out.mp4 into VDub or Vegas, I have problems with seeking. The seek jumps to a different frame than it should.
If I seek frame by frame, everything is fine.If I recompress out.mp4, everything is fine again.
But if I seek to different frames in the same out.mp4, it jumps to a different frame than it should (the difference is 2-4 frames).
What's the reason ?

    


    I was expecting proper frames during seek.

    


  • avfilter/sharpen_npp : add sharpening video filter with borders control

    6 septembre 2021, par Roman Arzumanyan
    avfilter/sharpen_npp : add sharpening video filter with borders control
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/vf_sharpen_npp.c