Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (64)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6075)

  • Revision 9bd3be69a4 : Adjust full-pixel search method in real-time mode Use FAST_HEX in speed 5 and 6

    8 juillet 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_speed_features.c



    Adjust full-pixel search method in real-time mode

    Use FAST_HEX in speed 5 and 6, which covers more points than
    FAST_DIAMOND and improves motion search quality.

    At speed 6, RTC set borg tests showed slight quality gain (psnr
    gain : 0.143%, ssim gain : 0.226%). No noticeable encoding speed
    change.

    Change-Id : Ifa62875d9a52ee382ec494f271382bb77d8c67bf

  • FFmpeg queue input is backward in time mkv to webm [on hold]

    10 juillet 2014, par woj_jas

    I’m trying to convert mkv file to webm by ffmpeg.
    I’m using :

    ffmpeg -i inputfile.mkv -b 1500k -vcodec libvpx -ab 160000 -f webm -g 30 outputfile.webm

    My problem is that I get Error :

    [libvorbis @0461bb60 Queue input is backward in time]

    Can somebody help me fix that ?

  • lavf/segment : only use reference frames for computing the segment end time

    17 juillet 2014, par Stefano Sabatini
    lavf/segment : only use reference frames for computing the segment end time
    

    This avoids a systematic overestimate of the segments duration when there
    are several streams.

    Fix trac ticket #3724.

    • [DH] libavformat/segment.c