Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (22)

  • 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

  • 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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6124)

  • Using ffmpeg to encode a high quality video

    7 janvier 2013, par CakeMaster

    I have a set of video frames saved as images in a directory, and I'm trying to encode these to a good quality video, however every setting and every format I try produces very noticeable artifacts.

    The basic command is this :

    ffmpeg -r 25 -i %4d.png myvideo.mpg

    and I've tried the minrate and maxrate flags. Any of mpg, avi, mov, flv formats will do.

    Any suggestions for settings ? Final file size is not an issue.

  • Anomalie #2316 (Nouveau) : SPIP ne marche pas avec l’authentification http

    11 septembre 2011, par Yohann Prigent

    Quand j’active l’authentification d’apache avec un simple AuthType Basic AuthName "Login obligatoire" AuthUserFile /home/web/spip/web/site.prigents.com/tmp/.htpasswd require valid-user j’ai un accès interdit pour toutes les pages d’administration : vider le cache, activer/désactiver un plugin, (...)

  • Function for frame affine transformations in libav (ffmpeg) ?

    31 août 2024, par nopik

    I need to perform affine transformation to AVFrame data (mostly dxva2 NV12).
I found no procedure or options in frame or hwcontext.

    


    Looked into filters - and nothing (google found av_filter_transform, but I'm not found it in any build includes).
Is there any option to do this such a basic operation ? May be I missed some DXVA option ? Or at least filters (although using such a beast...).