Recherche avancée

Médias (91)

Autres articles (52)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • 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 ;

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

  • FFmpeg - Slow Down Video by Half - Play Back at 2x

    2 mars 2021, par nomaam

    I am working with the newest version of FFmpeg

    


    I am trying to slow down a video with audio by half speed, then play back that video in something like VLC at 2x speed and have the video appear and sound as if it was the original version.

    


    So far I have tried

    


    ./ffmpeg.exe -i "ffmpeg/testVideo.mp4" -filter_complex "[0:v]setpts=1.5*PTS[v];[0:a]atempo=0.5[a]" -map "[v]" -map "[a]" "ffmpeg/outputVideo.mp4"


    


    When I play back the video at 2x it isn't close to playing and sounding like the unaltered version.

    


    I have read the documentation but am having difficulty understanding where I am going wrong.

    


  • avfilter : fix leaks on error in ff_filter_frame

    18 décembre 2013, par Vittorio Giovara
    avfilter : fix leaks on error in ff_filter_frame
    
    • [DBH] libavfilter/avfilter.c
  • segafilm : fix leaks if reading the header fails

    28 novembre 2013, par Anton Khirnov
    segafilm : fix leaks if reading the header fails
    

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavformat/segafilm.c