Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (40)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • ffmpeg for reducing ratio and quality of YUV to any other format

    10 août 2015, par mrana

    I have HD 1920x1080 YUV format videos.
    I would like to compress them to 640x480and other convert to other format(mp4/avi..)
    I used the follwing command :

    ffmpeg -f rawvideo -pix_fmt yuv420p -s:v 1920x1080 -r 25 -i input.yuv -c:v libx264 output.mp4
    It converts the video but it looks **blurry** and **broken**.

    Does any one have better solution for my problem ?
    [There are lot of solutions i found as like as the above one but none of them works good]
    I would most appreciate your help.

  • Write aspect ratio when muxing gif.

    2 avril 2014, par Carl Eugen Hoyos
    Write aspect ratio when muxing gif.
    
    • [DH] libavformat/gif.c
    • [DH] libavformat/version.h
    • [DH] tests/ref/lavf/gif
  • Consider aspect ratio when writing tiff dpi.

    6 avril 2014, par Carl Eugen Hoyos
    Consider aspect ratio when writing tiff dpi.
    

    TIFFTAG_YRESOLUTION gets now adjusted to sample_aspect_ratio.

    • [DH] libavcodec/tiffenc.c
    • [DH] libavcodec/version.h