Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (94)

  • 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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

Sur d’autres sites (12055)

  • Quantization property in nvenc

    18 octobre 2016, par mkreddy

    Please correct me if my understanding was wrong regarding qscale in ffmpeg.

    In ffmpeg H264 decoder we have qscale_table which hold the values of qp for each macro block.

    Is there any such table/matrix in nvenc to know the qscale values ? If suggest me how can I construct one such matrix for the macro blocks.

    Thanks in advance.

  • Quantization property in CUDA

    17 octobre 2016, par mkreddy

    Please correct me if my understanding was wrong regarding qscale in ffmpeg.

    In ffmpeg H264 decoder we have qscale_table which hold the values of qp for each macro block.

    Is there any such table/matrix in CUDA to know the qscale values ? If suggest me how can I construct one such matrix for the macro blocks.

    Thanks in advance.

  • Adding Job to beanstalkd

    26 juin 2014, par RCOOR

    I am using Beanstalkd for processing video files via ffmpeg.
    I am using https://github.com/pda/pheanstalk PHP-Client
    I am facing the following issues.
    a) sometimes job is not adding to Beanstalkd Tube,
    b) if job is added to tube sometimes ffmpeg is not processing as expected.

    Any idea,
    Awaiting for reply

    Thanks in advance
    Karthi