Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (105)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (10579)

  • Revert "avcodec/h264 : also show frames with missing fields when CODEC_FLAG2_SHOW_ALL...

    20 janvier 2015, par Michael Niedermayer
    Revert "avcodec/h264 : also show frames with missing fields when CODEC_FLAG2_SHOW_ALL is set"
    

    Fixes regression
    Fixes Ticket4274

    Suggested-by : kierank

    This reverts commit fe439c20698fc4992b9373cb068efb438fe1a098.

    • [DH] libavcodec/h264.c
  • show output before making / rendering the output file ffmpeg [closed]

    5 janvier 2021, par Education 4Fun

    I wanna build an editing application using FFmpeg so when someone gives a video and do his operations I wanna show result before starting of rendering like any normal video editing
can some one let me know how it can be shown as all the operations he did should effect the video
like is there any way to do in FFmpeg or what does video editors do to achieve it
Thank you

    


    Aditional info :-
like I made a basic GUI application using pyqt5 with some buttons to rotate, increase audio, increase the speed of the video, conversion b/n multiple types of video formats, and changing aspect ratio. so I just wanna show output before executing / clicking submit for rendering Hope now its a bit clear.

    


    Finally i found the solution

    


    ffplay test.mp4 -af "volume=8.0,atempo=4.0" -vf "transpose=2,transpose=2,setpts=1/4*PTS" -aspect 4:2


    


  • Revision 8458c8c450 : Merge "Fix show existing frame"

    2 janvier 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_onyxd_if.c



    Merge "Fix show existing frame"