Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (59)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

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

  • Merge commit 'b9129ec4668c511e0a79e25c6f25d748cee172c9'

    10 novembre 2017, par James Almer
    Merge commit 'b9129ec4668c511e0a79e25c6f25d748cee172c9'
    

    * commit 'b9129ec4668c511e0a79e25c6f25d748cee172c9' :
    h264dec : add a CUVID hwaccel
    decode : add a per-frame private data for hwaccel use
    decode : add a mechanism for performing delayed processing on the decoded frames
    decode : add a method for attaching lavc-internal data to frames
    decode : avoid leaks on failure in ff_get_buffer()

    This commit is a noop, see
    4776c61424fa32394e251e9769e1ad2c2fa55598
    9f1cfd88af88a7d7d5c56a368a46639dfdfdef75
    7fa64514c8d2ec4d3dcb5f194511609ddcc288e6
    81c021c6a2d7848c31984d65f225ba54bdd6f560
    0e00624389955bc559d75855d5c4876266d9575f

    Merged-by : James Almer <jamrial@gmail.com>

  • Create movie programatically

    14 novembre 2019, par Martin Delille

    I would like to create a movie programatically.

    My first iteration is to create a picture sequence with QPainter rendering (see https://github.com/MartinDelille/videogenerator) and then assemble them with ffmpeg but I would be more happy to generate the video file directly.

    I choose QPainter, but I’m open to QML rendering mechanism which is more modern in my opinion.

    What would be the best approach for this ?

  • Php laravel video upload and transcode in background

    24 mars 2015, par Dev

    I am using laravel 4.2.

    The project requirement is that after uploading the video, it must be transcoded using FFMPEG in background.

    What is the best approach for it to run the transcoding procedure into the background ??

    Should I go for a cron job that will be fired after uploading the video ?

    I tried using Laravel Queue mechanism but it is not successful in Windows machine.

    I also tried using Ajax request but while transcoding if user navigates to other pages then it is not working properly.