Recherche avancée

Médias (91)

Autres articles (111)

  • 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

  • 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

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

Sur d’autres sites (11718)

  • +kjvarga flash netStream position tweaks

    20 juillet 2010, par Scott Schiller

    m src/SoundManager2_AS3.as m src/SoundManager2_SMSound_AS3.as m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf m swf/soundmanager2_flash_xdomain.zip +kjvarga flash netStream position tweaks

  • How to encode video then filter to change position block frame output ?

    20 juin 2022, par huricomp

    Lets say video with 1920x1080 3 minutes. i want to split each frame to 4 block. so each block 480x270. then, i want to put block 1 to 4 position. block 4 to 1st position. https://i.ibb.co/QkGpKN6/Naruto-Uzumaki.png

    


    exactly i can extract frame of video to image. then, edit that image. but i got reduce quality, and the size bigger. the disadvantage, it takes twice times.

    


    ffmpeg -r 1 -i input.mp4 -r 1 output_%d.jpg

// convert back image to video after  block frame set to specific position in backend.
ffmpeg -r 23.97602397602398 -i output_%d.jpg -c:v h264 -r 23.97602397602398 output.mp4


    


    is there direct way to do this ?

    


  • imc : use correct position for flcoeffs2 calculation

    10 juillet 2015, par Andreas Cadhalpun
    imc : use correct position for flcoeffs2 calculation
    

    flcoeffs2[pos] should be the log2 of flcoeffs1[pos].
    flcoeffs1[0] can be 0 here, thus flcoeffs2[pos] gets set to -inf,
    causing problems further down.

    This seems to have been copied from imc_decode_level_coefficients in
    commit 4eb4bb3 without updating the position.

    Reviewed-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/imc.c