Recherche avancée

Médias (1)

Mot : - Tags -/école

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (11424)

  • How to use GPU to accelerate the processing speed of ffmpeg filter ?

    20 septembre 2020, par Zedd W

    According to NVIDIA's developer website, you can use GPU to speed up the rendering of the ffmpeg filter.

    


    


    Create high-performance end-to-end hardware-accelerated video
processing, 1:N encoding and 1:N transcoding pipeline using built-in > filters in FFmpeg

    


    Ability to add your own custom high-performance CUDA filters using
the shared CUDA context implementation in FFmpeg

    


    


    The problem I am having now is how to use the GPU to speed up multiple ffmpeg filter processing ?

    


    For example :

    


    ffmpeg -loop 1 -i dog.jpg -filter_complex "scale=iw*4:-1,zoompan=z='zoom+0.002':x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)':s=720x960" -pix_fmt yuv420p -vcodec libx264 -preset ultrafast -y -r:v 25 -t 5 -crf 28 dog.mp4


    


  • ffmpeg : How to use blackdetect filter and cut black frames at once

    25 juin 2012, par cache

    I use the following command to detect black screen interval :

    " ffmpeg -i black.mp4 -vf blackdetect=d=1:pic_th=0.70:pix_th=0.10 -an -f null "

    and it gives me output containing this line :
    "[blackdetect @ 0x219a580] black_start:0 black_end:1.44 black_duration:1.44"

    Now I want to cut off black screens in the video from 0-1.44s.

    So my question is : How to use blackdetect filter and cut black frames at once

    Thanks !

  • avfilter/af_dynaudnorm : do not error out if even filter size was given

    1er janvier 2020, par Paul B Mahol
    avfilter/af_dynaudnorm : do not error out if even filter size was given
    

    Instead issue a warning and make filter size odd number.

    • [DH] libavfilter/af_dynaudnorm.c