Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (50)

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

  • How to use hardware acceleration for ffmpeg [closed]

    11 mars 2024, par Kevin Gilbert

    I am try to get hardware acceleration going on my Dell Inspiron AMD laptop. It appears that vaapi is installed but how to I use it in ffmpeg ?

    


    For testing, all I want is to accelerate

    


    ffmpeg -i input.ts output.mp4


    


    Currently, the unaccelerated command I am currently using is

    


    ffmpeg -y -i input.ts -c:v libx264 -preset slower -tune film -filter_complex scale=1080:608 -sws_flags lanczos output.mp4


    


    BTW : Environment is fully up-to-date Fedora 39 with stock ffmpeg.

    


  • FFmpeg settings for Apple TV 4K

    22 janvier 2019, par Igor

    What settings I should use with FFmpeg to create H.264 4K video compatible with Apple TV 4K ?

    iTunes doesn’t import 4K videos which I created with default settings of FFmpeg, libx264, -crf 18, 3840 x 2160, 30p

    No problem with 1920 x 1080, 30p videos.

  • ffmpeg resizing video puts it at wrong resolution

    16 décembre 2015, par agmcleod

    I have a 1080p video that i’m trying to resize for an iOS app upload. So i tried scaling it to the iPhone 6 resolution of 1334x750 :

    ffmpeg -i WrathTrailer.mp4 -strict -2 -vf scale=1334:750 WrathTrailer1334x750.mp4

    The output file comes to 1333x750. iTunes connect won’t accept it. Any ideas ?