Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (41)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

Sur d’autres sites (6383)

  • 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