Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (61)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (12441)

  • How to create a thumbnail from the middle of a video with FFmpeg

    3 août 2016, par Arman

    how to generate thumbnail from the middle of video using ffmpeg..

    e.g i have a video of duration 1 minute i want to generate thumbnail on 30th second

    i have used the following code but it generate thumbnail at 59th second. i because i mention -ss 59 how can we make it dynamic to the middle of video duration.

    ffmpeg -i input.mp4 -deinterlace -an -ss 59 -f mjpeg -t 1 -r 1 -y -s 256x160 output.jpg

    i tried that but i am getting error no directory found.

    ffmpeg -i input.mp4 -vcodec mjpeg -vframes 1 -an -f rawvideo -ss `ffmpeg -i clip.mp4 2>&1 | grep Duration | awk '{print $2}' | tr -d , | awk -F ':' '{print $3/2}'` output.jpg

    thanks in advance.

  • How to create a thumbnail from the middle of a video with FFmpeg

    12 août 2021, par Arman

    how to generate thumbnail from the middle of video using ffmpeg..

    



    e.g i have a video of duration 1 minute i want to generate thumbnail on 30th second

    



    i have used the following code but it generate thumbnail at 59th second. i because i mention -ss 59 how can we make it dynamic to the middle of video duration.

    



    ffmpeg -i input.mp4 -deinterlace -an -ss 59 -f mjpeg -t 1 -r 1 -y -s 256x160 output.jpg


    



    i tried that but i am getting error no directory found.

    



    ffmpeg -i input.mp4 -vcodec mjpeg -vframes 1 -an -f rawvideo -ss `ffmpeg -i clip.mp4 2>&1 | grep Duration | awk '{print $2}' | tr -d , | awk -F ':' '{print $3/2}'` output.jpg


    



    thanks in advance.

    


  • lavu/riscv : use Zbb CPOP/CPOPW at run-time

    8 juin 2024, par Rémi Denis-Courmont
    lavu/riscv : use Zbb CPOP/CPOPW at run-time
    

    Zbb static Zbb dynamic I baseline
    popcount 1.336129286 3.469067758 20.146362909
    popcountl 1.336322291 3.340292968 20.224829821
    (seconds for 1 billion iterations on a SiFive-U74 core)

    • [DH] libavutil/riscv/intmath.h